/**
 *		The Bubble Lab merchant skin
 *
 */
/*  1. page backgrounds
---------------------------------------------------------
	1.1 data-themes bg
	1.2 landing/login/register page bg
	1.3 pop-up dialogue background

*/
.thebubblelab #landing.ui-body-c,
.thebubblelab #landing {
  background: white; }
.thebubblelab .login-register.ui-body-c {
  background: #fcfcfc; }
.thebubblelab .dialogue .ui-body-c.ui-content {
  background-color: white;
  background-image: none; }

.thebubblelab #landing .ui-content,
.thebubblelab.DEV #landing .ui-content,
.thebubblelab.TEST #landing .ui-content {
  background: white; }

.thebubblelab #LandingMerchantName {
  display: none !important; }

.thebubblelab.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
*/
.thebubblelab .header h1 {
  background: url(/MC/thebubblelab.yqme.com.au/Mobile/images/logo.png?2) no-repeat center;
  width: 180px;
  height: 40px;
  text-indent: -9999em;
  padding-top: 15px;
  padding-bottom: 0;
  z-index: 2; }
.thebubblelab .header .logo-bar {
  border-bottom: none;
  background-image: none;
  background-color: white; }
.thebubblelab .HomeBtn, .thebubblelab .BackBtn {
  border-color: #e9e9e9;
  background-color: #f9f9f9;
  box-shadow: 0 1px 0 0 white inset, 0 1px 0 0 white !important; }
  .thebubblelab .HomeBtn:before, .thebubblelab .BackBtn:before {
    color: #67bdda;
    text-shadow: 0 1px 0 white; }
.thebubblelab .title-bar {
  text-shadow: none;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: none;
  background: #67bdda;
  color: white;
  padding: 4px 0; }
  .thebubblelab .title-bar h2:after {
    border-top-color: rgba(102, 102, 102, 0.1);
    border-bottom-color: transparent; }
.thebubblelab .merchant-hide {
  display: none; }
.thebubblelab #options .ui-content,
.thebubblelab #variations .ui-content,
.thebubblelab .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
*/
.thebubblelab #landing .header-bg {
  background: none;
  padding-top: 15px;
  padding-bottom: 0; }
.thebubblelab #landing-logo {
  background: url(/MC/thebubblelab.yqme.com.au/Mobile/images/landing-logo.png) no-repeat;
  background-position: right center;
  width: 220px;
  height: 220px;
  background-size: 220px 220px;
  margin-top: 10px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  text-indent: -9999px;
  position: relative;
  z-index: 2; }
.thebubblelab .login-register .header-bg {
  height: auto;
  background: none; }
.thebubblelab .login-register .header-bg h1 {
  background: url(/MC/thebubblelab.yqme.com.au/Mobile/images/logo.png?2) no-repeat;
  height: 126px;
  width: 220px;
  text-indent: -9999px;
  position: relative;
  top: -5px; }
.thebubblelab .login-register .ui-content {
  background: #fcfcfc; }
.thebubblelab .login-register .form h1, .thebubblelab .login-register .form h3, .thebubblelab .login-register .form h4, .thebubblelab .login-register .form p {
  color: #ef4638;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75); }
.thebubblelab .login-register #message p.error {
  text-shadow: 0 1px 0 #000; }
.thebubblelab .ui-input-text {
  background: #f9f9f9; }
.thebubblelab label.ui-input-text {
  background: none; }
.thebubblelab #SelectCafeBtn,
.thebubblelab #NoCafeSelected {
  display: none !important; }

/* 4. text & links
---------------------------------------------------------*/
.thebubblelab .ui-dialog fieldset .ui-controlgroup-label {
  color: #111111;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75); }

.thebubblelab .ui-body-c .ui-link:link,
.thebubblelab .ui-body-c .ui-link:visited,
.thebubblelab .copyright,
.thebubblelab .copyright a:link,
.thebubblelab .copyright a:visited {
  color: #67bdda; }

.thebubblelab .ui-btn-down-c:visited, .thebubblelab .ui-btn-down-c:hover,
.thebubblelab .ui-btn-down-c a.ui-link-inherit {
  color: #cc0000; }
.thebubblelab .ui-btn-up-c.ui-btn-active:visited, .thebubblelab .ui-btn-up-c.ui-btn-active:hover,
.thebubblelab .ui-btn-up-c.ui-btn-active a.ui-link-inherit {
  color: #cc0000; }

/* 5. 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) {
  .thebubblelab .header .logo-bar h1,
  .thebubblelab .login-register .header-bg h1 {
    background-image: url(/MC/thebubblelab.yqme.com.au/Mobile/images/logo-2x.png?1);
    background-size: 180px 40px;
    width: 180px;
    height: 40px; }
  .thebubblelab #landing-logo {
    background-image: url(/MC/thebubblelab.yqme.com.au/Mobile/images/landing-logo-2x.png);
    background-size: 220px 220px;
    width: 220px;
    height: 220px; }
  .thebubblelab #landing,
  .thebubblelab .ui-page,
  .thebubblelab .header {
    background-size: none; } }
