/** /resources/css/mpp3_mobile.css **/

/*!
 * Bootstrap Responsive v2.3.1
 *
 * This file replaces bootstrap.css and includes only what we need for marketing.
 * You can add more global related Bootstrap css as needed.
 *
 */

/* regular tablets */
@media 
(orientation: portrait) and (min-width: 768px),
(orientation: landscape) and (min-width: 1024px) {
  .hidden-desktop {
	display: inherit !important;
  }
  .visible-desktop {
	display: none !important ;
  }
  .visible-tablet {
	display: inherit !important;
  }
  .hidden-tablet {
	display: none !important;
  }
} 
/* small tablets */
@media 
(orientation: portrait) and (min-width: 480px) and (max-width: 767px),
(orientation: landscape) and (min-width: 641px) and (max-width: 1023px) {
  .hidden-desktop {
	display: inherit !important;
  }
  .visible-desktop {
	display: none !important ;
  }
  .visible-tablet {
	display: inherit !important;
  }
  .hidden-tablet {
	display: none !important;
  }
}
/* landscape: small tablets with mobile footer */
@media 
(orientation: portrait) and (min-width: 480px) and (max-width: 767px),
(orientation: landscape) and (min-width: 641px) and (max-width: 1023px) {		
  footer .visible-tablet {
	display: none !important;
  }
  footer .visible-phone {
	display: inherit !important;
  }
}
/* phones */
@media 
(orientation: portrait) and (max-width: 479px),
(orientation: landscape) and (max-width: 640px) {
  .hidden-desktop {
	display: inherit !important;
  }
  .visible-desktop {
	display: none !important;
  }
  .visible-phone {
	display: inherit !important;
  }
  .hidden-phone {
	display: none !important;
  }
}
/** Bootstrap Responsive v2.3.1 **/

#content {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/* Logo */
.paypal-img-logo {
  display: inline-block;
  width: 109px;
  height: 29px;
  overflow: hidden;
  text-indent: -999em;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 109px 29px;
  background-image: url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/ppcom.svg);
}
.no-svg .paypal-img-logo {
  background-image: url(https://www.paypalobjects.com/webstatic/i/logo/rebrand/logo_paypal_106x29.png);
}
.minimal .paypal-img-logo {
  margin-top: 10px\9;
}
.mobile-nav {
	overflow: hidden;
	height: 64px\9;
}
header {
    background-color: #F5F5F5;
    border-bottom: 1px solid #FFFFFF;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#login, .account, #signup {
	float: right;
	font-size: 16px;
}
.account {
	margin: 10px 15px;
}

/* IE Fixes */
#signup {
    margin-left: 15px\9;
}

/**** start: footer ****/

footer, #primary-footer li {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	background-color: #F5F5F5;
}
#primary-footer {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#primary-footer a, #tablet-footer a {
	color: #666;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
	line-height: 4.16em;
	position: relative;
	display: block;
	padding-left: 30px;
}
#primary-footer a:after {
	background: url("https://www.paypalobjects.com/webstatic/mktg/consumer/pages/mobile/ui.svg") no-repeat scroll 0 -45px rgba(0, 0, 0, 0);
	content: " ";
	display: inline;
	height: 12px;
	overflow: hidden;
	position: absolute;
	right: 25px;
	top: 25px;
	width: 6px;
}
#primary-footer a:hover:after {
	background-position: 0 -64px;
}
#primary-footer a:hover, 
#primary-footer a:focus {
	color: #005580;
}
#secondary-footer-container {
	background: url(https://www.paypalobjects.com/webstatic/mktg/consumer/pages/mobile/exterior_gradient_bottom.png) repeat-x center top;
}
ul#secondary-footer a {
	color: #666;
}
ul#secondary-footer a:hover {
	color: #009cde;
	text-decoration: underline;
}
ul#secondary-footer li,
ul#countryList li {
	display: inline-block;
	line-height: 4em;
	font-size: 11px;
	margin-left: 16px;
}
ul#secondary-footer li:first-child {
	margin-left: 30px;
}
#phone-footer a {
    line-height: 3.5em;
}
ul#secondary-footer #copyright {
	margin-left: 30px;
}
li#countrySelector {
	float: right;
	margin: 8px 30px;
}
li#countrySelector {
	border-color: #dddddd #d9d9d9 #bdbdbd;
	background-color: #dedede;
	background: -moz-linear-gradient(center bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #dedede), color-stop(20%, #dedede), color-stop(100%, #f5f5f5));
	/* Chrome,Safari4+ */
	
	background: -webkit-linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
	background: -ms-linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
	background: -o-linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
	background: linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
	-webkit-box-shadow: 0 1px #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
	-moz-box-shadow: 0 1px #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
	box-shadow: 0 1px #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
	text-shadow: 0 1px #efefef;
	color: #333;
	height: 24px;
	width: 52px;
	-moz-box-sizing: content-box;
    border-radius: 5px 5px 5px 5px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}
li#countrySelector a {
	width:52px;
	height:25px;
	float:left;
	text-indent: -10000px;
	margin-top: 1px;
}

li#languageSelector {
	float: right;
}
ul#secondary-footer li#languageSelector a {
	color: #08C;
	font-weight: bold;
}

ul#secondary-footer a, #copyright {
	font-weight: normal;
}

/* tablet */
.visible-tablet #secondary-footer {
	margin: 0 auto;
	padding: 0;
}
#tablet-footer ul li {
	margin-right: 25px;
	display: inline-block;
}
#tablet-footer li:first-child {
    margin-left: 30px;
}
#tablet-footer a {
	padding-left: 0;
}
#tablet-footer  ul{
	margin: 0;
	padding: 0;
}

/**** end: footer ****/


/* body section */
p,
#touchdevice .contentParagraph {
	font-size: 16px; 	
}
#touchdevice .editorial {
	margin-bottom: 36px;
}

/* phones */
@media 
(orientation: portrait) and (max-width: 479px),
(orientation: landscape) and (max-width: 640px) {
	#mobile-logo {
		margin: 14px 0 0 16px;
	}
	.minimal #mobile-logo {
	   margin-top: 20px;
	}
	
	/* start login and sign up button group */
	.button-group #login {
		padding: 7px 12px 8px;		
		margin-right:0;
		margin-left:0;
		border-radius:0;
		-webkit-border-top-left-radius: 5px;
		-webkit-border-bottom-left-radius: 5px;
		-moz-border-radius-topleft: 5px;
		-moz-border-radius-bottomleft: 5px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;		
	}
	
	.button-group #signup {
		padding: 7px 12px 8px;		
		color:#009cde;	
		border-left: 0 none;
		border-radius:0;
		-webkit-border-top-right-radius: 5px;
		-webkit-border-bottom-right-radius: 5px;
		-moz-border-radius-topright: 5px;
		-moz-border-radius-bottomright: 5px;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		border-color: #dddddd #d9d9d9 #bdbdbd;
		background-color: #dedede;
		background: -moz-linear-gradient(center bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
		background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #dedede), color-stop(20%, #dedede), color-stop(100%, #f5f5f5));
		background: -webkit-linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
		background: -ms-linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
		background: -o-linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
		background: linear-gradient(bottom, #dedede 0%, #dedede 20%, #f5f5f5 100%);
		-webkit-box-shadow: 0 1px #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
		-moz-box-shadow: 0 1px #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
		box-shadow: 0 1px #ffffff inset, 0 1px 0 rgba(255, 255, 255, 0.2);
		text-shadow: 0 1px #efefef;				
	}
	
	/* eof login and sign up button group */
	
	#login, #signup {
		margin: 8px 16px 0 0;
		height: 19px;
		line-height: 19px;
	}	
	.mobile-nav {
		height: 56px;
	}
	.pageHeadline,
	.moduleContent {
		margin: 0 16px;
	}
	#phone-footer a {
		line-height: 3em;
	}
	#phone-footer #primary-footer a:after {
		right: 16px;
	}
	#phone-footer #primary-footer a:after {
		margin-top: -4px;
		top: 50%;
	}
	#phone-footer #primary-footer a {
		padding: 0 16px;
	}
	#phone-footer #countryList {
		overflow: auto;
		float:right;
		margin-right:16px;
	}
	#phone-footer #countrySelector {
		margin-left: 16px;
		margin-right: 0;
	}
	#phone-footer #languageSelector a {
		color: #0079ad;
	}
}
/* small tablets */
@media 
(orientation: portrait) and (min-width: 480px) and (max-width: 767px),
(orientation: landscape) and (min-width: 641px) and (max-width: 1023px) {
	#mobile-logo {
		margin: 14px 0 0 30px;
	}
	.minimal #mobile-logo {
       margin-top: 20px;
    }
	#login,#signup {
		margin: 7px 30px 0 0;
		height: 19px;
		line-height: 19px;
	}
	.mobile-nav {
		height: 56px;
	}
	.pageHeadline,
	.moduleContent {
		margin: 0 30px;
	}	
	#phone-footer #primary-footer a:after {
		margin-top: -4px;
		right: 30px;
		top: 50%;
	}
	#phone-footer #languageSelector a {
		color: #0079ad;
	}
}
/* regular tablets */
@media 
(orientation: portrait) and (min-width: 768px),
(orientation: landscape) and (min-width: 1024px) {
	#mobile-logo {
		margin: 21px 0 0 30px;
	}
	.minimal #mobile-logo {
       margin-top: 26px;
    }
	#login,#signup {
		margin: 17px 30px 0 0;
		height: 19px;
		line-height: 19px;
	}
	#signup + #login {
	   margin-right: 15px;
	}
	#signup {
      margin-right: 0;
    }
	.mobile-nav {
		height: 72px;
	}
	.pageHeadline,
	.moduleContent {
		margin: 0 30px;
	}
}
@media (min-width: 1008px) {
  #mobile-logo {
    margin-left: 0;
  }
  #login,#signup {
	margin: 17px 0 0 0;
  }
}

/********** start: login lightbox ************/
.login-container form div.textInput { margin:0; }
.login-container form div.textInput input {
	width: 100%;
}
.login-container .pageHeadline {
	height:auto;
	margin:10px 0;
	font-weight: normal;
}
.login-container form .password-recovery {
	font-size:14px;
	padding-top:5px;
}
.login-container input {
	margin-bottom: 10px;
}
.login-container .button {
	width: 268px;
}
.login-container div.lap.textInput label {
	font-size: 16px;
}
.login-container .row-fluid {
	margin: 0;
}

/*#touchdevice #mainContent{padding:0px;}*/
.login-container form div.textInput input { width: 100%; background: #fff; font-size:1em; color:#333; }
.login-container form div.textInput input:focus { background: #fff; }
.login-container hr { margin: 15px 0 20px; border: 0; border-top: 1px solid #d8d8d8; border-bottom: 1px solid #fff; }
.login-container form .password-recovery a { font-weight:bold; }
/* small and large tablets */
@media (orientation: portrait) and (min-width: 481px), (orientation: landscape) and (max-width: 1024px) {
	.ui-dialog.mini { width: 300px; min-height: 130px; padding:30px 42px 32px 42px; }

	.login-container form div.textInput input { width: 100%; background: #f8f8f8; font-size:1em; color:#333; }
	.login-container form div.textInput input:focus { background: #fff; }

	.login-container form .button { width: 100%; padding-right: 0; padding-left: 0; margin-top: 0px; }
	.login-container form .password-recovery { font-size: 1em; padding-top: 15px; color: #666; line-height: 1.5em; }
	.login-container form .password-recovery a{font-weight:bold;}

	hr { margin: 25px 0 30px; border: 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #ffffff; }	
}

/********** end: login lightbox ************/


@media (min-width: 480px) and (orientation: portrait), (min-width: 1024px) and (orientation: landscape){
	.button-group #login {
		margin-right: 15px;
	}
}

/* nexus 7 fix on header overflow */
@media (max-width: 767px) and (min-width: 480px) and (orientation: portrait), (max-width: 1023px) and (min-width: 641px) and (orientation: landscape){
	#touchdevice .container {
		width:auto;
	}
	.button-group #login {
		margin-right: 15px;
	}
	.button-group #signup {
		margin-right: 30px;
	}
}

