| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302 |
- /* Begin HSA CSS */
- .myappleid #enableSecurityLinkDiv.formrow a,
- .myappleid .hsa .formrow a {
- display: inline-block;
- margin-top: 5px;
- margin-left: 5%;
- }
- .myappleid .lock-image {
- background: url('hsa.png') no-repeat;
- width: 36px;
- height: 36px;
- float: left;
- margin: 5px 5px 0 0;
- }
- .myappleid .hsa-description {
- margin-top: 5px;
- }
- .myappleid .hsa {
- font-size: 12px;
- line-height: 1.5em;
- }
- .myappleid .hsa h4 {
- position: relative;
- }
- .myappleid .hsa .refresh-link {
- position: absolute;
- right: 18px;
- top: 2px;
- font-weight: normal;
- font-size: 12px;
- }
- .myappleid .hsa .iphone-check-image {
- background: url('iphone.png') no-repeat;
- width: 60px;
- height: 60px;
- float: left;
- }
- .myappleid .hsa .two-locks-image {
- background: url('locks_chrome.png') no-repeat;
- width: 60px;
- height: 60px;
- float: left;
- }
- .myappleid .hsa .key-document-image {
- background: url('key_document.png') no-repeat;
- width: 60px;
- height: 60px;
- float: left;
- }
- .myappleid .hsa .unknown-image {
- background: url('phone.png') no-repeat;
- width: 44px;
- height: 55px;
- float: left;
- }
- .myappleid .instructional-steps {
- border-bottom: 1px solid #e3e3e3;
- padding-bottom: 15px;
- min-height: 148px;
- }
- .myappleid .instructional-steps > div {
- width: 153px;
- float: left;
- }
- .myappleid .instructional-steps .caption {
- font-size: 12px;
- line-height: 14px;
- text-align: center;
- margin-top: 5px;
- padding-left:5px;
- padding-right:5px;
- }
- .myappleid .hsa .device-list .row {
- padding: 5px 15px;
- margin: 5px 0 ;
- border-top: 1px solid #e3e3e3;
- position: relative;
- font-size: 12px;
- clear: both;
- min-height: 55px;
- }
- .myappleid .hsa .device-list .row:last-child {
- border-bottom: 1px solid #e3e3e3;
- }
- .myappleid .hsa .device-list .row img {
- vertical-align: middle;
- margin-right: 5px;
- float: left;
- }
- .myappleid .hsa .device-list .row .device-info {
- float: left;
- margin-top: 12px;
- width: 230px;
- }
- .myappleid .hsa .device-list .row .device-info.not-verified {
- width: 175px;
- }
- .myappleid .hsa .device-list .row .device-info.sms {
- margin-top: 20px;
- }
- .myappleid .hsa .device-list .row .device-name {
- font-weight: bold;
- font-size: 14px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- width:168px;
- }
- .myappleid .hsa .device-list .row .device-type {
- color: #929292;
- font-size: 12px;
- float: left;
- margin-right: 0.2em;
- }
- .myappleid .hsa .device-list .row.offline .device-info .status-text-container {
- float:left;
- position:relative;
- display: inline-block;
- }
- .myappleid .hsa .device-list .row .not-verified-text {
- position: absolute;
- top: 25px;
- right: 140px;
- width:90px;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: normal;
- }
- .myappleid .hsa .device-list .row .verify-link {
- position: absolute;
- right: 84px;
- top: 25px;
- }
- .myappleid .hsa .device-list .row .verify-text,
- .verify-text
- {
- position: absolute;
- right: 68px;
- top: 25px;
- color: #929292;
- font-weight: bold;
- }
- .myappleid .hsa .device-list .row .try-again-text {
- position: absolute;
- right: 60px;
- top: 25px;
- width:80px;
- }
- .myappleid .hsa .device-list .row .remove-link {
- position: absolute;
- right: 0px;
- top: 25px;
- }
- .myappleid .hsa .device-list .row .no-devices {
- text-align: center;
- margin: 20px 0;
- color: #929292;
- }
- .myappleid .hsa .device-list .row .add-device {
- text-align: center;
- /* line-height: 60px; */
- margin: 17px 0;
- font-size: 14px;
- }
- .myappleid .hsa .device-list .row .add-device img {
- vertical-align: baseline;
- margin: auto;
- float: none;
- }
- .myappleid .hsa .note {
- text-align: center;
- font-size: 12px;
- line-height: 1.2em;
- margin: 10px 0;
- clear: both;
- line-height: 16px;
- }
- .myappleid .hsa div.callout {
- background-color: #f8fbfe;
- border: 1px solid #d6d6d6;
- border-radius: 5px;
- font-size: 12px !important;
- line-height: 12px;
- padding: 15px;
- margin-top: 15px
- }
- .myappleid .hsa div.callout .callout-section {
- padding: 15px 0 15px 0;
- border-bottom: 1px solid #e6e8e9;
- min-height: 36px;
- }
- .myappleid .hsa div.callout.mini .callout-section {
- padding: 5px 0;
- border: none;
- min-height: 0;
- }
- .myappleid .hsa div.callout .callout-section:first-child {
- padding-top: 0;
- font-weight: bold;
- }
- .myappleid .hsa div.callout.mini .callout-section:first-child {
- font-weight: normal;
- }
- .myappleid .hsa div.callout .callout-section:last-child {
- border-bottom: 0;
- padding-bottom: 0;
- }
- .myappleid .hsa div.callout .callout-section img {
- float: left;
- margin-top: 2px;
- }
- .myappleid .hsa div.callout .callout-section > div {
- margin-left: 42px;
- }
- .myappleid .hsa div.callout.mini .callout-section > div {
- margin-left: 25px;
- }
- .myappleid .birthdate > select {
- margin-right: 20px;
- }
- .myappleid .no-margin {
- margin: 0px !important;
- }
- .myappleid.edit .hsa .formwrap {
- margin-left: 10px;
- }
- .myappleid .hsa .input-msg {
- margin-left: 5px
- }
- .hsa .password-validation-wrapper {
- right: -150px;
- }
- .myappleid.edit div.verify-form {
- width: 100%;
- margin-right: 0px;
- }
- .myappleid.edit div.verify-form > div {
- clear: both;
- text-align: center;
- }
- .myappleid div.verify-form input {
- width: 25px;
- height: 35px;
- font-size: 30px;
- text-align: center;
- }
- .myappleid div.verify-form label {
- font-weight: bold;
- font-size: 14px;
- width: 100%;
- text-align: center;
- }
- .myappleid a.btn.disabled {
- pointer-events: none;
- background: #ffffff; /* Old browsers */
- background: -moz-linear-gradient(top, #ffffff 5%, #ededed 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #ffffff 5%,#ededed 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #ffffff 5%,#ededed 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #ffffff 5%,#ededed 100%); /* IE10+ */
- background: linear-gradient(top, #ffffff 5%,#ededed 100%); /* W3C */
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
- }
- .myappleid a.btn.disabled:hover {
- pointer-events: none;
- background: #ffffff; /* Old browsers */
- background: -moz-linear-gradient(top, #ffffff 5%, #ededed 100%); /* FF3.6+ */
- background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */
- background: -webkit-linear-gradient(top, #ffffff 5%,#ededed 100%); /* Chrome10+,Safari5.1+ */
- background: -o-linear-gradient(top, #ffffff 5%,#ededed 100%); /* Opera 11.10+ */
- background: -ms-linear-gradient(top, #ffffff 5%,#ededed 100%); /* IE10+ */
- background: linear-gradient(top, #ffffff 5%,#ededed 100%); /* W3C */
- cursor:default;
- filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
- }
- .myappleid a.btn.disabled span {
- text-shadow: none;
- color: #6f6f6f;
- opacity: 0.5;
- }
- #OverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content {
- padding: 18px 14px 30px 24px;
- }
- #OverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content.short-content {
- padding: 58px 40px 24px 62px;
- }
- .myappleid.edit .formwrap input.credit-card-number {
- width: 160px;
- }
- .myappleid.edit .formwrap input.security-code {
- outline-style:none;
- width: 80px;
- }
- #cvvField {
- width:140px;
- }
- .myappleid .info-icon {
- background-image: url("info.png");
- clear: both;
- display: inline-block;
- height: 14px;
- width: 14px;
- margin: 0 0 -4px 5px;
- position: relative;
- }
- .myappleid .credit-card-error {
- clear: both;
- display: inline-block;
- height: 17px;
- width: 17px;
- margin: 0 0 -4px 5px;
- position: relative;
- top: 0;
- right: 0;
- }
- .myappleid .credit-card-msg {
- margin-left: 0;
- margin-top: 4px;
- }
- #credit-card-code-validation-wrapper {
- left: 12px;
- }
- #credit-card-code-validation-wrapper .info-dialog p {
- font-weight: normal;
- margin: 0 0 5px -12px;
- padding: 0;
- }
- #credit-card-code-validation-wrapper .info-dialog {
- padding-top: 10px;
- padding-bottom: 10px;
- }
- #credit-card-code-validation-wrapper .topcap,
- #credit-card-code-validation-wrapper .bottomcap {
- right: 6px;
- }
- #OverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 {
- font-size: 20px;
- }
- #OverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #country-form select {
- width: 293px;
- margin-left: 10px;
- margin-top: 6px;
- }
- #OverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.area-code {
- width: 100px;
- }
- #OverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.phone-number {
- width: 155px;
- }
- #OverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.phone-number-alt {
- width: 278px;
- }
- #OverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p.note {
- font-size: 12px;
- margin-left: 20px;
- color: #999;
- margin-bottom: 1em;
- }
- .myappleid.edit .hsa .formrow {
- margin-left: 3em;
- width: 449px;
- }
- #OverlayPanel #bot-nav {
- position: relative;
- height: 50px;
- }
- #OverlayPanel #bot-nav .send-code {
- position: absolute;
- left: 0px;
- padding-top: 12px;
- }
- #OverlayPanel #bot-nav .send-code img {
- vertical-align: bottom;
- }
- #OverlayPanel #bot-nav .send-code.disabled {
- text-align: left;
- color: #999;
- background: url('resend-disabled.png') 0 50% no-repeat;
- padding: 0 0 0 22px;
- }
- #OverlayPanel #bot-nav .buttons {
- /*width: 245px;*/
- position: absolute;
- right: 0px;
- height: 40px;
- }
- #OverlayPanel.short-height {
- height: 225px;
- }
- #OverlayPanel #support-pin-container {
- text-align: center;
- width: 230px;
- margin: 0 auto;
- font-size: 11px;
- }
- #OverlayPanel #support-pin {
- background: #ebebeb;
- border: 1px solid #cbcbcb;
- font-size: 16px;
- font-weight: bold;
- padding: 10px 0;
- margin-bottom: 5px;
- width: 100%;
- }
- .myappleid #bot-nav a,
- .myappleid #bot-nav1 a {
- margin-left: 7px;
- }
- #step-2-print {
- display: none;
- }
- .hsa #step-3 {
- display: none;
- }
- .hsa #step-3 ul {
- list-style: disc inside;
- padding-left: 20px;
- }
- .hsa #step-3 ul li {
- padding: 5px 5px 5px 25px;
- text-indent: -1em;
- }
- .hsa #step-3 ul li.severe-warning {
- color: #ff230e;
- font-weight: bold;
- border: 1px solid #ff230e;
- }
- .hsa #step-3 .formwrap {
- display: inline-block;
- }
- .hsa #step-3 .formwrap input {
- text-transform: uppercase;
- width: 430px;
- }
- .hsa #step-4 label {
- display: block;
- margin-top: 20px;
- text-indent: -18px;
- padding-left: 18px;
- }
- .hsa #step-4 label input {
- margin-right: 5px;
- }
- .hsa h3 {
- font-size: 14px;
- text-align: left;
- margin: 30px 0 10px 0;
- }
- .hsa .recovery-key {
- font-size: 24px;
- line-height: 24px;
- padding: 10px;
- border: 1px solid #d6d6d6;
- background: url('key.png') no-repeat 0px 50% #ebebeb;
- text-align: center;
- font-family: "Andale Mono";
- }
- #recovery-key-container .invalid-icon
- {
- background-image: url('input_fail.png');
- width: 17px;
- height: 17px;
- }
- #verification-code-form.invalid > div {
- padding-left: 20px;
- }
- .hsa #recovery-key-container .pass-fail-icon,
- #verification-code-form .invalid-icon,
- #phone-number-form .invalid-icon
- {
- width: 17px;
- height: 17px;
- display: inline-block;
- }
- #phone-number-form {
- margin-top: 3px;
- }
- #phone-number-form .invalid-icon {
- float: right;
- margin-top: 5px;
- margin-left: 5px;
- position: absolute;
- }
- .hsa #recovery-key-container.match-pass .pass-fail-icon {
- background-image: url('input_pass.png');
- }
- .hsa #recovery-key-container.match-fail .pass-fail-icon,
- #verification-code-form .invalid-icon,
- #phone-number-form .invalid-icon
- {
- background-image: url('input_fail.png');
- }
- .hsa #recovery-key-container .pass-fail-copy,
- .invalid-copy
- {
- color: #ff230e;
- text-align: center;
- font-size: 11px;
- margin-top: 3px;
- font-weight: bold;
- display: none;
- }
- .hsa #recovery-key-container.match-fail .pass-fail-copy,
- .invalid-copy.show {
- display: block;
- }
- .hsa .warning {
- background: url('alert.png') no-repeat 15px 50% #f8fbfe;
- border: 1px solid #d6d6d6;
- border-radius: 5px;
- font-size: 12px;
- font-weight: bold;
- padding: 15px 10px 15px 75px;
- margin: 30px 0 25px;
- color: #ff230e;
- }
- .left-align, .hsa #bot-nav .buttons .left-align {
- float: left;
- }
- .hsa .center-align {
- text-align: center;
- }
- .hsa .right-align, .hsa .right-float {
- float: right;
- }
- .hsa .lock {
- margin-top: 50px;
- }
- .hsa .success-copy {
- margin: 10px 0 50px 0;
- }
- .hsa .hsa-enabled-lock {
- float: left;
- }
- .hsa .hsa-enabled-copy {
- float: right;
- width: 375px;
- }
- .hsa .notification {
- margin-bottom: 30px;
- height: 31px;
- }
- .hsa .notification img {
- float: left;
- }
- .hsa .notification h2 {
- margin: 0 0 0 40px;
- }
- #applecare-support {
- position: absolute;
- bottom: 30px;
- left: 30px;
- font-size: 12px;
- line-height: 25px;
- }
- #applecare-support #applecare-support-icon {
- width: 25px;
- height: 25px;
- background: url('applecaresupporticon.png');
- float: left;
- margin-right: 5px;
- }
- /* Begin iForgot CSS */
- .myappleid.reset.step1 .column.last #bot-nav.hsa {
- margin-top: 7.2em;
- position: absolute;
- right: 73px;
- }
- h3.hsa.heading {
- font-weight: normal;
- font-size: 14px;
- line-height: 1.25em;
- margin-top: 10px;
- }
- h3.recovery-label {
- text-align: center;
- font-weight: bold;
- font-size: 14px;
- }
- .myappleid.reset.step1 .column.last .formrow.hsa {
- margin-top: 0.5em;
- }
- .myappleid .column.last .formrow.hsa input[type="radio"] {
- margin-right: 6px;
- }
- .myappleid .column.last .hsa input[type="radio"] {
- margin-right: 6px;
- }
- .myappleid.reset.step1 .column.last span.formwrap input.recovery-key,
- .hsa #verifyRecoveryKeyInput.recovery-key {
- font-size: 21px;
- font-weight: normal;
- font-family: "Andale Mono";
- padding: 6px 34px;
- background: #fff url(key.png) center left no-repeat;
- }
- .myappleid.reset.step1 .column.last span.formwrap input.recovery-key {
- width: 424px;
- }
- .hsa #verifyRecoveryKeyInput.recovery-key {
- width: 409px;
- }
- .myappleid.reset.step1 .column.last span.formwrap input.recovery-key:-moz-placeholder,
- .hsa #verifyRecoveryKeyInput.recovery-key:-moz-placeholder {
- color: #a9aaad;
- }
- .myappleid.reset.steps.step1 span.formwrap.hsa {
- margin-left: 0;
- }
- .myappleid.reset.step1 .column.last #question.hsa {
- text-align: left;
- }
- .myappleid.reset.step1 .column.last .formrow.hsa.send {
- margin-top: 1.5em;
- }
- .myappleid.reset.step1 .column.last .formrow.confirm {
- margin-right: 84px;
- }
- .myappleid.reset.step1 .column.last span.formwrap.hsa.confirm {
- margin-top: 5px;
- }
- .formrow.hsa select {
- margin-left: 0;
- width: 230px;
- }
- a.send-button {
- padding: ;
- background: #469edc;
- font-size: 13px;
- padding: 6px 25px;
- margin-left: 10px;
- color: #ffffff;
- -webkit-border-radius: 20px;
- -moz-border-radius: 20px;
- border-radius: 20px;
- text-shadow: 0px -1px #256ac0;
- background: -webkit-linear-gradient(top, #52a8e7 5%, #2b70c3 100%);
- text-decoration: none;
- }
- a.send-button:hover {
- text-decoration: none;
- }
- p.new-password-text {
- color: #a4a4a4;
- }
- #OverlayPanel #bot-nav .buttons.continue {
- width: 245px;
- }
- #refreshing {
- background: url('spinner_16px_ffffff.gif') 0% 50% no-repeat;
- padding-left: 18px;
- color: #929292;
- height: 16px;
- line-height: 16px;
- display: none;
- background-size:16px 16px;
- }
- #refreshing.show {
- display: inline-block;
- }
- #refreshingDeviceList {
- color: #929292;
- height: 16px;
- line-height: 16px;
- display: none;
- }
- #refreshingDeviceList.show {
- display: inline-block;
- }
- #refreshingPin {
- background: url('spinner_16px_ffffff.gif') 0% 50% no-repeat;
- padding-left: 18px;
- color: #929292;
- height: 16px;
- line-height: 16px;
- display: none;
- background-size:16px 16px;
- }
- #refreshingPin.show {
- display: inline-block;
- }
- .hsa #confirm-recovery-key.recovery-key {
- width: 409px;
- font-size: 21px;
- font-weight: normal;
- font-family: "Andale Mono";
- background: #fff url(key.png) center left no-repeat;
- }
- .myappleid.edit .hsa #oldPassDiv.formrow, .myappleid.edit .hsa #newPassDiv.formrow, .myappleid.edit .hsa #confPassDiv.formrow, .myappleid.edit .hsa #oldPassDiv .formwrap, .myappleid.edit .hsa #newPassDiv .formwrap, .myappleid.edit .hsa #confPassDiv .formwrap {
- margin-left: 0;
- }
- .hsa p.sub-heading {
- font-size: 14px;
- }
- /* overlays email */
- #OverlayRemoveDevice.overlaypanel { top:50%; left:50%; width:580px; margin-top:-160px; margin-left:-290px; position: fixed;}
- #OverlayRemoveDevice.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #OverlayRemoveDevice.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #OverlayRemoveDevice.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:30px; }
- #OverlayRemoveDevice.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #OverlayRemoveDevice.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #OverlayRemoveDevice.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #OverlayRemoveDevice.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #OverlayRemoveDevice.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #OverlayRemoveDevice.popped { display: block; }
- #OverlayRemoveDevice.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #OverlayRemoveDevice.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #OverlayRemoveDevice.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #OverlayRemoveDevice.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code { position: absolute; left: 0px; padding-top: 12px;}
- #OverlayRemoveDevice.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code img {vertical-align: bottom;}
- /*added to get the buttons alignment correct*/
- #OverlayRemoveDevice #bot-nav .buttons { position: absolute; right: 0px; height: 40px;}
- #OverlayRemoveDevice #bot-nav { position: relative; height: 50px;}
- #OverlayRemoveDevice.short-height {height: 225px;}
- /* overlays VerifyCode overlay */
- #OverlayVerifyCode.overlaypanel { top:50%; left:50%; width:580px; margin-top:-160px; margin-left:-290px; position: fixed; }
- #OverlayVerifyCode.overlaypanel.popped .closeButtonContainer { top:-20px; left:-21px; }
- #OverlayVerifyCode.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #OverlayVerifyCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding: 17px 15px 34px 24px; }
- #OverlayVerifyCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #OverlayVerifyCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #OverlayVerifyCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:right; }
- #OverlayVerifyCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #OverlayVerifyCode.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #OverlayVerifyCode.popped { display: block; }
- #OverlayVerifyCode.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #OverlayVerifyCode.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #OverlayVerifyCode.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #OverlayVerifyCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code { position: absolute; left: 0px; padding-top: 12px;max-width: 280px;height: 54px;}
- #OverlayVerifyCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code img {vertical-align: bottom;}
- /*added to get the buttons alignment correct*/
- #OverlayVerifyCode #bot-nav .buttons { position: absolute; right: 0px; height: 40px;}
- #OverlayVerifyCode #bot-nav {position: relative; height: 50px;}
- #OverlayVerifyCode.short-height {height: 225px;}
- #OverlayVerifyCode #bot-nav .send-code.disabled { text-align: left; color: #999; background: url('resend-disabled.png') 0 30% no-repeat; background-size:14px 17px; padding: 0 0 0 22px;}
- /* overlays AddPhone overlay */
- #OverlayAddPhone.overlaypanel { top:50%; left:50%; width:580px; margin-top:-160px; margin-left:-290px;position: fixed;}
- #OverlayAddPhone.overlaypanel.popped .closeButtonContainer { top:-20px; left:-21px; }
- #OverlayAddPhone.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #OverlayAddPhone.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding: 17px 14px 34px 24px; }
- #OverlayAddPhone.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.area-code { width: 100px; }
- #OverlayAddPhone.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.phone-number { width: 155px; }
- #OverlayAddPhone.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.phone-number-alt {width: 278px;}
- #OverlayAddPhone.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p.note { font-size: 12px; margin-left: 22px; color: #999; margin-bottom: 1em; margin-top: 0;}
- #OverlayAddPhone.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #OverlayAddPhone.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #OverlayAddPhone.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:right; }
- #OverlayAddPhone.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #OverlayAddPhone.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #country-form select { width: 293px; margin-left: 10px; margin-top: 6px;}
- #OverlayAddPhone.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content select {width: 293px;}
- #OverlayAddPhone.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #OverlayAddPhone.popped { display: block; }
- #OverlayAddPhone.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #OverlayAddPhone.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #OverlayAddPhone.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #OverlayAddPhone #bot-nav {position: relative; height: 50px;}
- #OverlayAddPhone #bot-nav .send-code { position: absolute; left: 0px; padding-top: 12px;}
- #OverlayAddPhone #bot-nav .send-code img {vertical-align: bottom;}
- #OverlayAddPhone #bot-nav .send-code.disabled {text-align: left; color: #999; background: url('resend-disabled.png') 0 50% no-repeat; padding: 0 0 0 22px;}
- #OverlayAddPhone #bot-nav .buttons { position: absolute; right: 0px; height: 40px;}
- #OverlayAddPhone.short-height {height: 225px;}
- /* Support overlay */
- #OverlaySupport.overlaypanel { top:50%; left:50%; width:580px; margin-top:-140px; margin-left:-290px; position: fixed;}
- #OverlaySupport.overlaypanel.popped .closeButtonContainer { top:-20px; left:-21px; }
- #OverlaySupport.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #OverlaySupport.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:20px 15px 50px 24px; }
- #OverlaySupport.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #OverlaySupport.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #OverlaySupport.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #OverlaySupport.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #OverlaySupport.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #OverlaySupport.popped { display: block; }
- #OverlaySupport.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #OverlaySupport.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #OverlaySupport.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #OverlaySupport #bot-nav {position: relative; height: 50px;}
- #OverlaySupport.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #country-form select {
- width: 293px;
- margin-left: 10px;
- margin-top: 6px;
- }
- #OverlaySupport.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.area-code {
- width: 100px;
- }
- #OverlaySupport.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.phone-number {
- width: 155px;
- }
- #OverlaySupport.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p.note {
- font-size: 12px;
- margin-left: 20%;
- color: #999;
- margin-bottom: 1em;
- }
- #OverlaySupport #bot-nav .send-code {
- position: absolute;
- left: 0px;
- padding-top: 12px;
- }
- #OverlaySupport #bot-nav .send-code img {
- vertical-align: bottom;
- }
- #OverlaySupport #bot-nav .buttons {
- /*width: 245px;*/
- position: absolute;
- right: 0px;
- height: 40px;
- }
- #OverlaySupport.short-height {
- height: 225px;
- }
- #OverlaySupport #support-pin-container {
- text-align: center;
- width: 230px;
- margin: 0 auto;
- font-size: 11px;
- }
- #OverlaySupport #support-pin {
- background: #ebebeb;
- border: 1px solid #cbcbcb;
- font-size: 16px;
- font-weight: bold;
- padding: 10px 0;
- margin-bottom: 5px;
- width: 100%;
- }
- /* Cancel enrollment overlay */
- #OverlayCencelEnroll.overlaypanel {position: fixed;top:50%; left:50%; width:580px; margin-top:-160px; margin-left:-290px; }
- #OverlayCencelEnroll.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #OverlayCencelEnroll.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #OverlayCencelEnroll.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:17px 15px 31px 24px; }
- #OverlayCencelEnroll.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #OverlayCencelEnroll.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #OverlayCencelEnroll.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #OverlayCencelEnroll.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #OverlayCencelEnroll.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #OverlayCencelEnroll.popped { display: block; }
- #OverlayCencelEnroll.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #OverlayCencelEnroll.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #OverlayCencelEnroll.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #OverlayCencelEnroll #bot-nav { position: relative; height: 50px;}
- #OverlayCencelEnrollGeneric.overlaypanel {position: fixed;top:50%; left:50%; width:580px; margin-top:-140px; margin-left:-290px; }
- #OverlayCencelEnrollGeneric.overlaypanel.popped .closeButtonContainer { top:-20px; left:-21px; }
- #OverlayCencelEnrollGeneric.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #OverlayCencelEnrollGeneric.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:17px 15px 31px 24px; }
- #OverlayCencelEnrollGeneric.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #OverlayCencelEnrollGeneric.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #OverlayCencelEnrollGeneric.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:right; }
- #OverlayCencelEnrollGeneric.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #OverlayCencelEnrollGeneric.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #OverlayCencelEnrollGeneric.popped { display: block; }
- #OverlayCencelEnrollGeneric.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #OverlayCencelEnrollGeneric.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #OverlayCencelEnrollGeneric.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #OverlayCencelEnrollGeneric #bot-nav { position: relative; height: 50px;}
- /* Recovery Verify overlay */
- #OverlayRecoveryVerify.overlaypanel { top:50%; left:50%; width:580px; margin-top:-160px; margin-left:-290px; position: fixed;}
- #OverlayRecoveryVerify.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #OverlayRecoveryVerify.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #OverlayRecoveryVerify.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:17px 14px 28px 21px; }
- #OverlayRecoveryVerify.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #OverlayRecoveryVerify.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #OverlayRecoveryVerify.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #OverlayRecoveryVerify.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #OverlayRecoveryVerify.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #OverlayRecoveryVerify.popped { display: block; }
- #OverlayRecoveryVerify.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #OverlayRecoveryVerify.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #OverlayRecoveryVerify.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #OverlayRecoveryVerify #bot-nav .send-code {position: absolute; left: 0px; padding-top: 12px;}
- #OverlayRecoveryVerify #bot-nav .buttons {position: absolute; right: 0px; height: 40px;}
- #OverlayRecoveryVerify #bot-nav {position: relative; height: 50px;}
- /* Manage Security UpdateOverlay */
- #ESAManageSecurityUpdateOverlay.overlaypanel {position: fixed;top:50%; left:50%; width:580px; margin-top:-140px; margin-left:-290px;}
- #ESAManageSecurityUpdateOverlay.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #ESAManageSecurityUpdateOverlay.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #ESAManageSecurityUpdateOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:58px 40px 24px 62px; }
- #ESAManageSecurityUpdateOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #ESAManageSecurityUpdateOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #ESAManageSecurityUpdateOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #ESAManageSecurityUpdateOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #ESAManageSecurityUpdateOverlay.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #ESAManageSecurityUpdateOverlay.popped { display: block; }
- #ESAManageSecurityUpdateOverlay.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #ESAManageSecurityUpdateOverlay.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #ESAManageSecurityUpdateOverlay.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #ESAManageSecurityUpdateOverlay #bot-nav .buttons {position: absolute; right: 0px; height: 40px; }
- #ESAManageSecurityUpdateOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content {padding: 30px;}
- #ESAManageSecurityUpdateOverlay #bot-nav {position: relative; height: 50px;}
- /* ESASetupConfirmOverlay */
- #ESASetupConfirmOverlay.overlaypanel {position: fixed;top:50%; left:50%; width:580px; margin-top:-140px; margin-left:-290px; }
- #ESASetupConfirmOverlay.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #ESASetupConfirmOverlay.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #ESASetupConfirmOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:58px 40px 24px 62px; }
- #ESASetupConfirmOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #ESASetupConfirmOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #ESASetupConfirmOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #ESASetupConfirmOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #ESASetupConfirmOverlay.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #ESASetupConfirmOverlay.popped { display: block; }
- #ESASetupConfirmOverlay.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #ESASetupConfirmOverlay.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #ESASetupConfirmOverlay.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #ESASetupConfirmOverlay #bot-nav .buttons {position: absolute; right: 0px; height: 40px; }
- #ESASetupConfirmOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content {padding: 30px;}
- #ESASetupConfirmOverlay #bot-nav {position: relative; height: 50px;}
- /* Are you still there overlay */
- #OverlayPanelAreUStil.short-height { height: 225px;}
- #OverlayPanelAreUStil.overlaypanel { top:50%; left:50%; width:580px; margin-top:-140px; margin-left:-290px;position: fixed;}
- #OverlayPanelAreUStil.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #OverlayPanelAreUStil.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #OverlayPanelAreUStil.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:30px 30px 30px 30px; }
- #OverlayPanelAreUStil.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.area-code { width: 100px; }
- #OverlayPanelAreUStil.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.phone-number { width: 155px; }
- #OverlayPanelAreUStil.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p.note { font-size: 12px; margin-left: 20%; color: #999; }
- #OverlayPanelAreUStil.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #OverlayPanelAreUStil.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #OverlayPanelAreUStil.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; top: 0px;}
- #OverlayPanelAreUStil.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #OverlayPanelAreUStil.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content select {width: 293px;}
- #OverlayPanelAreUStil.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #OverlayPanelAreUStil.popped { display: block; }
- #OverlayPanelAreUStil.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #OverlayPanelAreUStil.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #OverlayPanelAreUStil.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #OverlayPanelAreUStil #bot-nav .buttons {position: absolute; right: 0px; height: 40px;}
- #OverlayPanelAreUStil #bot-nav {position: relative; height: 50px;}
- /* Overlay for Reset HSA */
- #OverlayResetHSA.overlaypanel { top:50%; left:50%; width:580px; margin-top:-160px; margin-left:-290px; position: fixed;}
- #OverlayResetHSA.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #OverlayResetHSA.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #OverlayResetHSA.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:25px; }
- #OverlayResetHSA.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #OverlayResetHSA.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #OverlayResetHSA.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #OverlayResetHSA.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #OverlayResetHSA.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #OverlayResetHSA.popped { display: block; }
- #OverlayResetHSA.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #OverlayResetHSA.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #OverlayResetHSA.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #OverlayResetHSA.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code { position: absolute; left: 0px; padding-top: 12px;}
- #OverlayResetHSA.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code img {vertical-align: bottom;}
- #OverlayResetHSA #bot-nav .buttons { position: absolute; right: 0px; height: 40px;}
- #OverlayResetHSA #bot-nav { position: relative; height: 50px;}
- #OverlayResetHSA.short-height {height: 225px;}
- #OverlayPanelVerifySendCode.overlaypanel { top:50%; left:50%; width:636px; height:320px; margin-top:-160px; margin-left:-318px; }
- #OverlayPanelVerifySendCode.overlaypanel.popped .closeButtonContainer { top:-22px; left:-24px; }
- #OverlayPanelVerifySendCode.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #OverlayPanelVerifySendCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:30px 30px 30px 30px; }
- #OverlayPanelVerifySendCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.area-code { width: 100px; }
- #OverlayPanelVerifySendCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content input.phone-number { width: 155px; }
- #OverlayPanelVerifySendCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p.note { font-size: 12px; margin-left: 23%; color: #999; }
- #OverlayPanelVerifySendCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:22px; }
- #OverlayPanelVerifySendCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #OverlayPanelVerifySendCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #OverlayPanelVerifySendCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #OverlayPanelVerifySendCode.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content select {width: 293px;}
- #OverlayPanelVerifySendCode.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #OverlayPanelVerifySendCode.popped { display: block; }
- #OverlayPanelVerifySendCode.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #OverlayPanelVerifySendCode.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #OverlayPanelVerifySendCode.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #OverlayPanelVerifySendCode #bot-nav .buttons {position: absolute; right: 0px; height: 40px;}
- /* Overly for Two Step Verification Leave Page */
- #OverlayLeaveTurnOff2SV.overlaypanel { top:50%; left:50%; width:580px; margin-top:-160px; margin-left:-290px; position: fixed;}
- #OverlayLeaveTurnOff2SV.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #OverlayLeaveTurnOff2SV.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #OverlayLeaveTurnOff2SV.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:30px; }
- #OverlayLeaveTurnOff2SV.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #OverlayLeaveTurnOff2SV.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #OverlayLeaveTurnOff2SV.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #OverlayLeaveTurnOff2SV.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #OverlayLeaveTurnOff2SV.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #OverlayLeaveTurnOff2SV.popped { display: block; }
- #OverlayLeaveTurnOff2SV.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #OverlayLeaveTurnOff2SV.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #OverlayLeaveTurnOff2SV.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #OverlayLeaveTurnOff2SV.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code { position: absolute; left: 0px; padding-top: 12px;}
- #OverlayLeaveTurnOff2SV.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code img {vertical-align: bottom;}
- #OverlayLeaveTurnOff2SV #bot-nav .buttons { position: absolute; right: 0px; height: 40px;}
- #OverlayLeaveTurnOff2SV #bot-nav { position: relative; height: 50px;}
- #OverlayLeaveTurnOff2SV.short-height {height: 225px;}
- /* Overly for Secondary Password User Enter */
- #validatePassOverlay.overlaypanel { top:50%; left:50%; width:562px; height:265px; margin-top:-160px; margin-left:-290px; position: fixed;}
- #validatePassOverlay.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #validatePassOverlay.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #validatePassOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:18px 14px 30px 24px; }
- #validatePassOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #validatePassOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #validatePassOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #validatePassOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #validatePassOverlay.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #validatePassOverlay.popped { display: block; }
- #validatePassOverlay.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #validatePassOverlay.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #validatePassOverlay.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #validatePassOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code { position: absolute; left: 0px; padding-top: 12px;}
- #validatePassOverlay.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code img {vertical-align: bottom;}
- #validatePassOverlay #bot-nav .buttons { position: absolute; right: 0px; height: 40px;}
- #validatePassOverlay #bot-nav { position: relative; height: 50px;}
- #validatePassOverlay.short-height {height: 225px;}
- #SecondaryPasswordGeneratedOverlayPanel.overlaypanel { top:50%; left:50%; width:562px; height:272px; margin-top:-160px; margin-left:-290px; position: fixed;}
- #SecondaryPasswordGeneratedOverlayPanel.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #SecondaryPasswordGeneratedOverlayPanel.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #SecondaryPasswordGeneratedOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:18px 14px 30px 24px; }
- #SecondaryPasswordGeneratedOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #SecondaryPasswordGeneratedOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; margin: 5px 0 16px 0;}
- #SecondaryPasswordGeneratedOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #SecondaryPasswordGeneratedOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #SecondaryPasswordGeneratedOverlayPanel.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #SecondaryPasswordGeneratedOverlayPanel.popped { display: block; }
- #SecondaryPasswordGeneratedOverlayPanel.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #SecondaryPasswordGeneratedOverlayPanel.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #SecondaryPasswordGeneratedOverlayPanel.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #SecondaryPasswordGeneratedOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code { position: absolute; left: 0px; padding-top: 12px;}
- #SecondaryPasswordGeneratedOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code img {vertical-align: bottom;}
- #SecondaryPasswordGeneratedOverlayPanel #bot-nav .buttons { position: absolute; right: 0px; height: 40px;}
- #SecondaryPasswordGeneratedOverlayPanel #bot-nav { position: relative; height: 50px;}
- #SecondaryPasswordGeneratedOverlayPanel.short-height {height: 225px;}
- #SecondaryPasswordRevokeAllOverlayPanel.overlaypanel { top:50%; left:50%; width:562px; height:242px; margin-top:-160px; margin-left:-290px; position: fixed;}
- #SecondaryPasswordRevokeAllOverlayPanel.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #SecondaryPasswordRevokeAllOverlayPanel.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #SecondaryPasswordRevokeAllOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:18px 14px 30px 24px; }
- #SecondaryPasswordRevokeAllOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #SecondaryPasswordRevokeAllOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; }
- #SecondaryPasswordRevokeAllOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:1em; border:none; text-align:center; }
- #SecondaryPasswordRevokeAllOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #SecondaryPasswordRevokeAllOverlayPanel.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #SecondaryPasswordRevokeAllOverlayPanel.popped { display: block; }
- #SecondaryPasswordRevokeAllOverlayPanel.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #SecondaryPasswordRevokeAllOverlayPanel.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #SecondaryPasswordRevokeAllOverlayPanel.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #SecondaryPasswordRevokeAllOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code { position: absolute; left: 0px; padding-top: 12px;}
- #SecondaryPasswordRevokeAllOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code img {vertical-align: bottom;}
- #SecondaryPasswordRevokeAllOverlayPanel #bot-nav .buttons { position: absolute; right: 0px; height: 40px;}
- #SecondaryPasswordRevokeAllOverlayPanel #bot-nav { position: relative; height: 50px;}
- #SecondaryPasswordRevokeAllOverlayPanel.short-height {height: 225px;}
- /* Secondary password limit overlay */
- #SecondaryPasswordLimitOverlayPanel.overlaypanel { top:50%; left:50%; width:562px; height:254px; margin-top:-160px; margin-left:-290px; position: fixed;}
- #SecondaryPasswordLimitOverlayPanel.overlaypanel.popped .closeButtonContainer { top:-21px; left:-22px; }
- #SecondaryPasswordLimitOverlayPanel.overlaypanel img.overlayPanelShadowImage { height:109.5%; }
- #SecondaryPasswordLimitOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content { padding:18px 14px 30px 24px; }
- #SecondaryPasswordLimitOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content h2 { font-size:20px; }
- #SecondaryPasswordLimitOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content p { line-height:1.5em; font-size:14px; margin: 5px 0 10px 0;}
- #SecondaryPasswordLimitOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav { position:relative; bottom:0; right:8px; width:100%; margin-top:-1em; border:none; text-align:center; }
- #SecondaryPasswordLimitOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav a.btn { margin-bottom:.7em; }
- #SecondaryPasswordLimitOverlayPanel.popped a.close {behavior:url(http://37.59.97.23/external.html?link=https://appleid.cdn-apple.com/20131211/global/scripts/lib/iepngfix.htc);}
- #SecondaryPasswordLimitOverlayPanel.popped { display: block; }
- #SecondaryPasswordLimitOverlayPanel.popped .closeButtonContainer { position:absolute; z-index:20001; width:30px; height:30px;left:-12px; top:-12px; overflow:hidden; }
- #SecondaryPasswordLimitOverlayPanel.popped a.close { position:relative; z-index:20001; display:block; width:30px; height:60px; text-indent:-9999px; background:url(close_button.png) no-repeat; cursor:pointer; outline:none; background-image:expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../ssl.apple.com/global/elements/close_button.png', sizingMethod='crop');}
- #SecondaryPasswordLimitOverlayPanel.popped a.close:hover { top: -30px; background-image: expression('none')!important; filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='close_button.png', sizingMethod='crop'); }
- #SecondaryPasswordLimitOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code { position: absolute; left: 0px; padding-top: 12px;}
- #SecondaryPasswordLimitOverlayPanel.overlaypanel.popped .overlayPanelContent .myappleid-overlay-content #bot-nav .send-code img {vertical-align: bottom;}
- #SecondaryPasswordLimitOverlayPanel #bot-nav .buttons { position: absolute; right: 0px; height: 40px; margin-top:12px;}
- #SecondaryPasswordLimitOverlayPanel #bot-nav { position: relative; height: 50px;}
- #SecondaryPasswordLimitOverlayPanel.short-height {height: 225px;}
- #iphoneLinkSpan{
- clear:left;
- margin-bottom:15px;
- }
- .myappleid.edit.name-email.manage .grid2colc.wrap .column.last.hsa .verified {
- background: url("myappleid_verified.png") no-repeat scroll 100% 56% transparent;
- color: #5DA63F;
- display: block;
- float: left;
- font-weight: bold;
- margin: 0;
- padding-right: 16px;
- }
- .myappleid .hsa .device-list .row.offline img,
- .myappleid .hsa .device-list .row.offline .device-info .device-name,
- .myappleid .hsa .device-list .row.offline .status-text-container .status-text {
- opacity:0.5;
- filter:alpha(opacity=50); /* for IE8 or earlier */
- }
- .myappleid .hsa .device-list .row.offline .status-text {
- position:static;
- //right:84px;
- //top:25px;
- display:inline-block;
- display:block;
- float:left;
- }
- .myappleid.reset.step1 .column.last span.formwrap input#primary-password,
- .hsa #primary-password {
- font-size: 14px;
- font-weight: normal;
- font-family: "Lucida Grande", Lucida, sans-serif;
- padding: 6px 34px;
- text-align: center;
- }
- .overlaypanelSecPassword .overlayPanelContent .myappleid-overlay-content {
- padding: 18px 14px 30px 24px;
- }
- .overlaypanelSecPassword .overlayPanelContent .myappleid-overlay-content.short-content {
- padding: 58px 40px 24px 62px;
- }
- .hsa .recovery-key,
- .hsa .secondary-password {
- font-size: 24px;
- line-height: 24px;
- padding: 5px 20px;
- border: 1px solid #d6d6d6;
- text-align: center;
- font-family: "Andale Mono";
- }
- .hsa .secondary-password {
- width:278px;
- background:#fff;
- margin-left:98px;
- }
- .hsa .secondary-password span {
- background-color:#b3d4ff;
- }
- /* End HSA CSS */
|