/**
 *		Merchant Branded App CSS
 *
 */
/* Colours */
/*  1. page backgrounds
---------------------------------------------------------
	1.1 data-themes bg
	1.2 landing/login/register page bg
	1.3 pop-up dialogue background

*/
.brandedapp #landing.ui-body-c,
.brandedapp #landing {
  background: white; }
.brandedapp .login-register.ui-body-c {
  background: white; }
.brandedapp .dialogue .ui-body-c.ui-content {
  background-color: #fff;
  background-image: none; }

.brandedapp #landing .ui-content,
.brandedapp.DEV #landing .ui-content,
.brandedapp.TEST #landing .ui-content {
  background: white; }

.brandedapp #LandingMerchantName {
  display: none !important; }

.brandedapp.yqme #landing .header-bg:before {
  background: none;
  border-top: none;
  height: 0;
  display: none; }

/*  2. header logos, backgrounds
---------------------------------------------------------
	2.1 header logo (small) + retina version
	2.2 header bg
	2.3 header button bg
	2.4 cafe title bar
	2.5 menu title bar
	2.6 h4 & h5 color
*/
.brandedapp .header h1 {
  background: url(/MC/pavilioncafe.yqme.com.au/Mobile/images/header-logo.png) no-repeat center;
  width: 158px;
  height: 70px;
  text-indent: -9999em;
  padding-top: 2px;
  padding-bottom: 2px;
  z-index: 2; }
.brandedapp .header .logo-bar {
  border-bottom: none;
  background-image: none;
  background-color: white; }
.brandedapp .HomeBtn, .brandedapp .BackBtn {
  border-color: #e9e9e9;
  background-color: #F9F9F9;
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5) inset, 0 1px 0 0 rgba(255, 255, 255, 0.5) !important; }
  .brandedapp .HomeBtn:before, .brandedapp .BackBtn:before {
    color: #2F5383;
    text-shadow: 0 1px 0 white; }
.brandedapp .title-bar {
  text-shadow: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  background: #2F5383;
  color: white;
  padding: 4px 0; }
  .brandedapp .title-bar h2:after {
    border-top-color: #142338;
    border-bottom-color: transparent; }
.brandedapp .merchant-hide {
  display: none; }
.brandedapp #options .ui-content,
.brandedapp #variations .ui-content,
.brandedapp .checkout .ui-content {
  background: #fff; }

/*  3. Login/Rego pages
---------------------------------------------------------
	3.1 landing page logo
	3.2 login/rego page header bg
	3.3 login/rego page h1 & p style
*/
.brandedapp #landing .header-bg {
  background: none;
  padding-top: 2px;
  padding-bottom: 2px; }
.brandedapp #landing-logo {
  background: url(/MC/pavilioncafe.yqme.com.au/Mobile/images/landing-logo.png) no-repeat;
  background-position: right center;
  width: 270px;
  height: 120px;
  background-size: 270px 120px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  text-indent: -9999px;
  position: relative;
  z-index: 2; }
.brandedapp .login-register .header-bg {
  height: auto;
  background: none; }
.brandedapp .login-register .header-bg h1 {
  background: url(/MC/pavilioncafe.yqme.com.au/Mobile/images/header-logo.png) no-repeat;
  height: 126px;
  width: 220px;
  text-indent: -9999px;
  position: relative;
  top: -5px; }
.brandedapp .login-register .form h1, .brandedapp .login-register .form h3, .brandedapp .login-register .form h4, .brandedapp .login-register .form p {
  color: #2F5383;
  text-shadow: none; }
.brandedapp .login-register #message p.error {
  text-shadow: 0 1px 0 #000; }
.brandedapp .ui-input-text {
  background: #f9f9f9; }
.brandedapp label.ui-input-text {
  background: none; }

/* 4. text & links
---------------------------------------------------------*/
.brandedapp .ui-dialog fieldset .ui-controlgroup-label {
  color: #2F5383;
  text-shadow: none; }

.brandedapp .ui-body-c .ui-link:link,
.brandedapp .ui-body-c .ui-link:visited,
.brandedapp .copyright,
.brandedapp .copyright a:link,
.brandedapp .copyright a:visited {
  color: #2F5383; }

.brandedapp .ui-btn-down-c:visited, .brandedapp .ui-btn-down-c:hover,
.brandedapp .ui-btn-down-c a.ui-link-inherit {
  color: #2F5383; }
.brandedapp .ui-btn-up-c.ui-btn-active:visited, .brandedapp .ui-btn-up-c.ui-btn-active:hover,
.brandedapp .ui-btn-up-c.ui-btn-active a.ui-link-inherit {
  color: #2F5383; }

/* 5. powered by
---------------------------------------------------------*/
.brandedapp #landing .copyright {
  background: url(/MC/YQmeAssets/powered-by-black.png) no-repeat;
  background-position: center;
  width: 97px;
  height: 40px;
  background-size: 97px 40px;
  padding-top: 20px;
  text-indent: -9999px;
  position: relative;
  z-index: 2; }

/* 6. media queries
---------------------------------------------------------*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-resolution: 240dpi) {
  .brandedapp .header .logo-bar h1,
  .brandedapp .login-register .header-bg h1 {
    background-image: url(/MC/pavilioncafe.yqme.com.au/Mobile/images/header-logo-2x.png);
    background-size: 158px 70px;
    width: 158px;
    height: 70px; }
  .brandedapp #landing-logo {
    background-image: url(/MC/pavilioncafe.yqme.com.au/Mobile/images/landing-logo-2x.png);
    background-size: 270px 120px;
    width: 270px;
    height: 120px; }
  .brandedapp #landing,
  .brandedapp .ui-page,
  .brandedapp .header {
    background-size: none; } }
