﻿@charset "utf-8";
/* CSS Document */

.blueBtnHolder > .ui-btn {
	background: #0258d8 !important;
	border-color: #0258d8;
	color: #fff !important;
	text-shadow: 0 1px 0 #656565;
	box-shadow: none;
}
.ui-btn {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
button.ui-btn,
input.ui-btn {
	max-width: 316px;
}
.ui-btn:active,
.ui-btn:hover {
	text-shadow: none !important;
}
.terms-popup {
	max-width: 560px;
	margin: 1em 0;
}
.terms-links {
	margin-bottom: 3rem;
}
.terms-and-conditions .terms-popup h1,
.my-050-terms .terms-popup h1 {
	font-size: 1.2em;
	margin-top: 1.5em !important;
}
.terms-and-conditions h2,
.my-050-terms h2 {
	font-size: 1em;
	margin-top: 1.5em !important;
}
.terms-and-conditions h3,
.my-050-terms h3 {
	font-size: 1em;
	margin-top: 1.5em !important;
}

.terms-and-conditions .ui-popup[data-role="popup"],
.my-050-terms .ui-popup[data-role="popup"] {
	overflow-y: scroll;
}
.terms-and-conditions ol {
	padding-inline-start: 15px;
}
.terms-and-conditions li::marker {
	font-weight: bold;
}
.terms-and-conditions li li {
	list-style-type: upper-roman;
}
.terms-and-conditions li li li {
	list-style-type: lower-alpha;
}
.terms-and-conditions table.privacy {
	margin-bottom: 1em;
}
.terms-and-conditions table.privacy thead {
	display: none;
}
.terms-and-conditions table.privacy tbody th,
.terms-and-conditions table.privacy tbody td {
	display: block;
}
.terms-and-conditions table.privacy tbody td:first-child {
	font-weight: bold;
	margin-top: 0.5em;
}
ul.important-notes-links,
ul.bulleted {
	padding-inline-start: 19px;
}
ul.bulleted li {
	list-style-type: disc !important;
}
ul.bulleted li::marker {
	color: #666
}
.terms-and-conditions p.indent {
	padding-left: 15px;
	text-indent: 0;
}
.terms-and-conditions p {
	text-indent: 1em;
}
.my-050-terms p.sectionTitle {
	font-weight: bold;
}
#my_050_important_notes-popup ol,
#my_050_important_notes-popup ul,
.my-050-terms ol,
.my-050-terms ul {
	padding-inline-start: 15px;
}
#my_050_important_notes-popup .importantNotes ul,
.my-050-terms .importantNotes ul {
	list-style: disc;
}
#my_050_important_notes-popup .importantNotes ul ul ul li::marker,
.my-050-terms .importantNotes ul ul ul li::marker {
	color: #bbb;
}

.link-check-group {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.icon-read-check {
	border: 0;
	background-color: #efefef !important;
	z-index: 1;
}
.icon-read-check:after {
	background-color: #efefef;
}
.checked .icon-read-check {
	background-color: #0055A5 !important;
}
.checked .icon-read-check:after {
	background-color: #0055A5;
}
.fsaTable {
	word-break: break-word;
	border-collapse: collapse;
}
.fsaTable th,
.fsaTable td {
	vertical-align: top;
	padding: 1em 0;
	text-align: left;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.fsaTable th {
	padding: 1em 0.5em 0 0.5em;
}
.fsaTable td {
	border-bottom: 1px solid #ddd;
	padding: 1em 0.5em;
}
.i-agree-continue {
	display: none;
}
#block-check-email {
	display: none;
}
#block-check-email p {
	text-align: center;
}
.b {
	font-weight: bold;
}
.n {
	font-weight: normal;
}
.i {
	font-style: italic;
}
.center {
	text-align: center;
}
img.checkEmail {
	display: block;
	width: 40%;
	max-width: 120px;
	margin: 2.5rem auto;
}
.jpn .pin-holder,
.kor .pin-holder {
	width: 270px;
}
.tag .pin-holder {
	width: 250px;
}
.rus .pin-holder {
	width: 220px;
}
.pin-holder {
	width: 200px;
	margin: 0 auto;
}
.pin-holder input {
	text-align: center;
	padding-right: 36px;
}
.set-new-pin p {
	text-align: center;
}
#form-set-pin {
	margin-top: 3rem;
}
p.choose-pin {
	font-weight: bold;
}
p.choose-pin span {
	font-weight: normal;
}
.pin-holder div.input-holder:first-child div.ui-input-text {
	margin-bottom: 2em;
}
.jpn .pin-error-holder,
.kor .pin-error-holder {
	width: 270px;
	margin: 0;
}
.tag .pin-error-holder {
	margin: 0 -10px;
}
.rus .pin-error-holder {
	margin: 0 -25px;
}
.pin-error-holder {
	min-height: 3rem;
	padding: 0.7rem 0;
	margin: 0 -35px;
}
.pin-error-holder #pinMismatch {
	margin-bottom: 0;
}
.pin-holder div.input-holder {
	position: relative;
}
.pin-holder div.input-holder .icon {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 7px 10px;
	cursor: pointer;
	color: #585858;
}
.pin-holder div.input-holder .icon.eye-slash {
	display: none;
	right: 0px;
}

	
#pinMismatch .ui-btn-icon-notext {
	padding-left: 0;
}
img.contratulations {
	display: block;
	width: 40%;
	max-width: 120px;
	margin: 2rem auto;
}
:root {
  --border: 1px solid #ccc;
}
#accountInfo {
	width: 90%;
	max-width: 320px;
	margin: 2rem auto;
	border-collapse: collapse;
}
#accountInfo tr:first-child th {
	border-top: var(--border);
}
#accountInfo th {
	padding: 1rem 0 1rem 0.5rem;
}
#accountInfo .access-code td span.lbl {
	padding-bottom: 1rem;
	display: block;
	font-weight: bold;
	color: #0060ae;
	text-shadow: none;
}
#accountInfo td.algLft {
	text-align: left;
	padding: 1rem 0 1rem 0.5rem;
}
#accountInfo td {
	text-align: center;
}
#accountInfo .access-code td,
#accountInfo .pwd th,
#accountInfo .pwd td {
	border-bottom: var(--border);
}
.access-code .to-place-calls {
	margin-bottom: 1rem;
}
.access-code .to-place-calls p {
	text-align: left;
}
ul.to-sign-in {
	margin: 1rem 0 2rem;
}
ul.to-sign-in em {
	font-weight: bold;
	color: #565656;
	font-style:	normal;
}
ul.to-sign-in li:first-child {
	margin-bottom: 0.5rem;
}
ul.do-next {
	margin: 1rem 0 2rem;
}
ul.do-next li {
	margin-bottom: 1rem;
}
.ui-listview .ui-btn {
	max-width: none;
}
.ui-listview>li p {
	overflow: visible;
	white-space: normal;
	min-height: 2rem;
}
.to-do-next li h2 {
	white-space: normal;
}
.to-do-next a img {
	top: 50% !important;
	left: 14px !important;
	height: 56px;
	width: 56px;
	margin-top: -28px;
}
.to-do-next.ui-listview>.ui-li-has-thumb>.ui-btn {
	padding-left: 85px;
}
#noPipaDIDyet > ul {
	margin-bottom: 2rem;
}
span.asterisk {
	position: relative;
	font-size: 1.25em;
	font-weight: bold;
	color: #666;
	margin: 0 0 0 1px;
}
p.footnote {
	margin: 0.5rem 0 0 1.5em;
	position: relative;
	font-size: 0.85em;
	color: #666;
}
p.footnote::before {
	content: "*";
	display: block;
	position: absolute;
	left: -10px;
	top: -2px;
	font-weight: bold;
	color: #666;
	font-size: 1.25rem;
}
ul.req p {
	margin: 0.7em 0 0.2em;
}
ul.req > li {
	margin-bottom: 1em;
}
ul.custom-bullet {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
}
ul.custom-bullet li {
	display: grid;
	grid-template-columns: 0 1fr;
	grid-gap: 1rem;
	align-items: start;
}
ul.custom-bullet li::before {
	content: attr(data-bullet);
}


.custom-corners .ui-body {
	border-top-width: 0;
}
#noPipaDIDyet .group .ui-body > ul {
	padding-left: 1em;
}
.group.fees p {
	text-indent: 1em;
}
#noPipaDIDyet h3 {
	margin: 2rem 0;
}
.fromOtherPhones span.i {
	text-transform: lowercase;
}





/* Filterable select*/
.ui-selectmenu.ui-popup .ui-input-search {
	margin: 0.5em 1em !important;
}
.ui-selectmenu.ui-dialog .ui-content {
    padding-top: 0;
}
.ui-selectmenu.ui-dialog .ui-selectmenu-list {
    margin-top: 0;
}
.ui-selectmenu.ui-popup .ui-selectmenu-list li.ui-first-child .ui-btn {
    border-top-width: 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.ui-selectmenu.ui-dialog .ui-header {
    border-bottom-width: 1px;
}