/*
    Initial design style classes

    skin-amazon         - Amazon skin
*/

/* CSS reset of margins and padding */
body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,legend,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
    color: #999999;
    border-radius: 0px;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
    height: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333;
    background-color: #ffffff;

    height: auto;
    min-height: 100%;
    position: relative;
}
input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
}
select {
    line-height: 14px;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

fieldset {
    border: 0;
}

/* basic styles */
a:link,
a:visited {color: #0082AA; text-decoration: none;}

a:hover,
a:active {color: #0082AA; text-decoration: underline;}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"] {
    font-size: 16px !important;
    padding: 0 8px !important;
    border: 1px solid #369;
    box-sizing: border-box;
    outline: none;
    height: 32px !important;
}

.align-center, .text-center {
    text-align: center !important;
}
.align-right, .text-right {
    text-align: right !important;
}
.align-left, .text-left {
    text-align: left !important;
}

.text-break {
    word-break: break-all !important;
}
.text-no-break {
    white-space: nowrap !important;
}

.mobile {
    display: none;
}
.desktop {
    display: block;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.text-fade-left, .text-fade-right {
    position: relative;
}
.text-fade-left:before,
.text-fade-right:before {
    display: block;
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    width: 50%;
    max-width: 70px;
    height: 100%;
}
.text-fade-left:before {
    left: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 100%,rgba(255,255,255,0) 0%);
    background: -o-linear-gradient(left,  rgba(255,255,255,1) 100%,rgba(255,255,255,0) 0%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,1) 100%,rgba(255,255,255,0) 0%);
    background: linear-gradient(to right,  rgba(255,255,255,1) 100%,rgba(255,255,255,0) 0%);
}
.text-fade-right:before {
    right: 0;
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

/* content layout */
.container {
    width: 100%;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 5px;
    padding-right: 5px;
    float: left;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.col-sm-12 {
    width: 100%;
}
.col-sm-11 {
    width: 91.66666666666666%;
}
.col-sm-10 {
    width: 83.33333333333334%;
}
.col-sm-9 {
    width: 75%;
}
.col-sm-8 {
    width: 66.66666666666666%;
}
.col-sm-7 {
    width: 58.333333333333336%;
}
.col-sm-6 {
    width: 50%;
}
.col-sm-5 {
    width: 41.66666666666667%;
}
.col-sm-4 {
    width: 33.33333333333333%;
}
.col-sm-3 {
    width: 25%;
}
.col-sm-2 {
    width: 16.666666666666664%;
}
.col-sm-1 {
    width: 8.333333333333332%;
}
.col-sm-offset-12 {
    margin-left: 100%;
}
.col-sm-offset-11 {
    margin-left: 91.66666666666666%;
}
.col-sm-offset-10 {
    margin-left: 83.33333333333334%;
}
.col-sm-offset-9 {
    margin-left: 75%;
}
.col-sm-offset-8 {
    margin-left: 66.66666666666666%;
}
.col-sm-offset-7 {
    margin-left: 58.333333333333336%;
}
.col-sm-offset-6 {
    margin-left: 50%;
}
.col-sm-offset-5 {
    margin-left: 41.66666666666667%;
}
.col-sm-offset-4 {
    margin-left: 33.33333333333333%;
}
.col-sm-offset-3 {
    margin-left: 25%;
}
.col-sm-offset-2 {
    margin-left: 16.666666666666664%;
}
.col-sm-offset-1 {
    margin-left: 8.333333333333332%;
}
.col-sm-offset-0 {
    margin-left: 0%;
}

.content-row {
    display: block;
    margin-left: -5px;
    margin-right: -5px;
}
.content-row:before,
.content-row:after {
    content: " ";
    display: table;
}
.content-row:after {
  clear: both;
}

.form-group {
    margin-bottom: 15px;
}

.content-row {
    position: relative;
}
.content-row:last-child > .form-group:last-child {
    /* margin-bottom: 0; */
}

.row {
    margin: 15px 0 !important;
}

.content-row .content-block {
    position: static;
    margin-bottom: 10px;
    margin-top: 10px;
}
.content-row .content-block header.content-block-header:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.content-row .content-block header.content-block-header h2 {
    float: left;
}
.content-row .content-block header.content-block-header a:link,
.content-row .content-block header.content-block-header a:visited {
    margin: 10px 0;
    display: block;
    float: left;
    border-left: 1px solid #ccc;
    padding-left: 5px;
}

/* content */
.content-row p {
    padding-bottom: 15px;
}
.account-summary .content-row p {
    padding-bottom: 0;
}

/* form controls */
.form-control:not(select) {
    border: 1px solid #369;
    padding: 5px;
    font-size: 14px;
    color: #666;
    width: 100%;
}
select.form-control {
    font-size: 14px;
    color: #666;
    width: 100%;
}
.form-control + .form-control:not(:last-child) {
    margin-right: 10px;
}
.form-control + .form-control:not(:first-child) {
    margin-left: 10px;
}

.form-control-static {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    padding: 5px 0;
}

.form-label {
    display: block;
    font-size: 14px;
    margin-bottom: 3px;
}
.form-label-inline {
    display: block;
    font-size: 14px;
    float: left;
    margin-right: 10px;
    padding: 5px 0;
}

.form-group label > input[type=checkbox],
.form-group label > input[type=radio] {
    margin-right: 5px;
}

/* ui elements */
.alert {
    display: block;
    padding: 10px;
    font-size: 14px;
    margin: 10px 0;
    border: solid 1px;
}
.alert ul, .alert li {
    list-style-type: none;
}
.alert a:link,
.alert a:visited {
    text-decoration: underline;
}
.alert-info {
    color: #666;
    background: #d9ebe7;
}
.alert-warning {
    color: #666;
    background: #ffff99;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}
.alert-danger *,
.alert-danger a:link,
.alert-danger a:visited {
    color: #a94442;
}
/* label */
.label {
    text-align: center;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 2px;
}
.label.label-pending {
    background: #ffb94c;
    color: #fff;
}
.label.label-default {
    background: #79b9ab;
    color: #fff;
}
/* modal */
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal-dialog {
    position: relative;
    width: 550px;
    margin: 30px auto;
    z-index: 1050;
}
.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: none;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px;
}

.modal-close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    width: 20px;
    z-index: 1070;
}
.modal-close:hover,
.modal-close:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
.modal-body {
    position: relative;
    padding: 40px;
    font-size: 16px;
    z-index: 1060;
}
.modal-body h1 {
    font-size: 16px !important;
    color: #333 !important;
    padding: 0 !important;
    border: 0 none !important;
}
.modal-body p,
.modal-body ul,
.modal-body ol {
    margin-bottom: 10px;
    color: #333;
}
.modal-body ul,
.modal-body ol {
    padding-left: 30px;
}
.modal-body ul li,
.modal-body ol li {
    color: #333;
    padding: 0;
}
.modal-body > *:last-child {
    margin-bottom: 0;
}
.modal-body .status-content {
    text-align: center;
    color: #333;
}
.modal-action-buttons {
    display: block;
    margin-top: 20px;
}
.modal-action-buttons:before,
.modal-action-buttons:after {
    content: " ";
    display: table;
}
.modal-action-buttons:after {
    clear: both;
}
.modal-action-buttons:before,
.modal-action-buttons:after {
    content: " ";
    display: table;
}
.modal-action-buttons:after {
    clear: both;
}
.modal-action-buttons .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}
.modal-action-buttons .btn-block + .btn-block {
    margin-left: 0;
}
.modal-action-buttons .form-group {
    margin-bottom: 0;
}

/* tooltip */
.tooltip {
    position: absolute;
    z-index: 1020;
}
.tooltip-inner {
    position: relative;
    padding: 10px;
    box-sizing: border-box;
    width: 200px;

    text-align: center;
    font-size: 12px;
    color: #666;

    background: #fff;
    border: 1px solid #369;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.tooltip.tooltip-top .tooltip-inner:before,
.tooltip.tooltip-bottom .tooltip-inner:before {
    display: block;
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 50%;
    margin-left: -6px;

    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.tooltip.tooltip-top .tooltip-inner:before {
    border-right: 1px solid #369;
    border-bottom: 1px solid #369;
    bottom: -6px;
}
.tooltip.tooltip-bottom .tooltip-inner:before {
    border-left: 1px solid #369;
    border-top: 1px solid #369;
    top: -6px;
}
.tooltip-close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    opacity: 0.2;
    filter: alpha(opacity=20);
    position: absolute;
    right: 0;
    top: 0;
    height: 16px;
    width: 16px;
}
.tooltip-close:hover,
.tooltip-close:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

/* Spinner */
@-moz-keyframes spinner {
    0%, 40%, 100% { -moz-transform: scaleY(.5); }
    20% { -moz-transform: scaleY(1); }
}
@-webkit-keyframes spinner {
    0%, 40%, 100% { -webkit-transform: scaleY(.5); }
    20% { -webkit-transform: scaleY(1); }
}
@-ms-keyframes spinner {
    0%, 40%, 100% { -ms-transform: scaleY(.5); }
    20% { -ms-transform: scaleY(1); }
}
@-o-keyframes spinner {
    0%, 40%, 100% { -o-transform: scaleY(.5); }
    20% { -o-transform: scaleY(1); }
}
@keyframes spinner {
    0%, 40%, 100% { transform: scaleY(.5); }
    20% { transform: scaleY(1); }
}

.spinner {
    background: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0;
    left: 0;
    display: none;
}
.spinner > div {
    width: 50px;
    height: 24px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -12px;
}
.spinner > div > div {
    background-color: #4ca7c3;
    float: left;
    height: 24px;
    margin-left: 5px;
    width: 6px;

    -moz-animation: spinner 1.2s infinite ease-in-out;
    -moz-transform:  scaleY(.5);

    -webkit-animation: spinner 1.2s infinite ease-in-out;
    -webkit-transform: scaleY(.5);

    -ms-animation: spinner 1.2s infinite ease-in-out;
    -ms-transform: scaleY(.5);

    -o-animation: spinner 1.2s infinite ease-in-out;
    -o-transform: scaleY(.5);

    animation: spinner 1.2s infinite ease-in-out;
    transform: scaleY(.5);
}
.btn .spinner > div > div {
    background: #fff;
}

#btm-spinner .spinner > div > div {
    background-color: #cbd3d9 !important;
}

.spinner > div > div:first-child {
    margin-left: 0;
}

.spinner > div > div:nth-child(2) {
    -moz-animation-delay: -1.1s;
    -webkit-animation-delay: -1.1s;
    -ms-animation-delay: -1.1s;
    -o-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner > div > div:nth-child(3) {
    -moz-animation-delay: -1s;
    -webkit-animation-delay: -1s;
    -ms-animation-delay: -1s;
    -o-animation-delay: -1s;
    animation-delay: -1s;
}
.spinner > div > div:nth-child(4) {
    -moz-animation-delay: -0.9s;
    -webkit-animation-delay: -0.9s;
    -ms-animation-delay: -0.9s;
    -o-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner > div > div:nth-child(5) {
    -moz-animation-delay: -0.8s;
    -webkit-animation-delay: -0.8s;
    -ms-animation-delay: -0.8s;
    -o-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.spinner-is-visible {
    position: relative !important;
}
.spinner-is-visible .spinner {
    display: block;
    -webkit-animation: fadein .5s;
    -moz-animation: fadein .5s;
    animation: fadein .5s;
}

.btn.spinner-is-visible,
.btn.spinner-is-visible:hover,
.btn.spinner-is-visible:focus,
.btn.spinner-is-visible:active,
.btn.spinner-is-visible.active {
    border-color: #cbd3d8 !important;
    background: #cbd3d8 !important;
    cursor: default;
}
.btn .spinner {
    border-radius: 4px;
    background: #cbd3d8;
    padding: 13px 0;
}
.btn .spinner > div {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -12px;
}

.btn, a.btn:link, a.btn:visited, a.btn:hover, a.btn:active, a.btn:focus,
.rhapButton, a.rhapButton:link, a.rhapButton:visited, a.rhapButton:hover, a.rhapButton:active, a.rhapButton:focus,
.rhapButtonDisabled, a.rhapButtonDisabled:link, a.rhapButtonDisabled:visited, a.rhapButtonDisabled:hover, a.rhapButtonDisabled:active, a.rhapButtonDisabled:focus {
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;

    display: inline-block;
    margin: 0;
    height: auto !important;
    width: auto !important;

    text-align: center;
    text-transform: none;
    text-decoration: none;
    vertical-align: middle;
    font-weight: normal !important;
	color: #fff;
	line-height: 1;

    cursor: pointer;
    border: 1px solid transparent;
    white-space: normal;
    word-wrap: break-word;
    padding: 8px 12px;
    font-size: 14px;
    background: #2ca6de;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;

    -webkit-box-shadow: none;
    box-shadow: none;
}

.rhapButton:not(:last-child), .rhapButtonDisabled:not(:last-child), .btn:not(:last-child), a.btn:not(:last-child) {
    margin-right: 10px;
}
.btn-block, a.btn-block:link, a.btn-block:visited, a.btn-block:hover, a.btn-block:active, a.btn-block:focus {
    display: block !important;
    width: 100% !important;
}
.btn-cancel, a.btn-cancel:link, a.btn-cancel:visited, a.btn-cancel:hover, a.btn-cancel:active, a.btn-cancel:focus,
.rhapCancel, a.rhapCancel:link, a.rhapCancel:visited, a.rhapCancel:hover, a.rhapCancel:active, a.rhapCancel:focus,
.editor_cancel, a.editor_cancel:link, a.editor_cancel:visited, a.editor_cancel:hover, a.editor_cancel:active, a.editor_cancel:focus {
	background: #999;
	border-color: #999;
}
.form-group .btn {
    float: left;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn,
.rhapButtonDisabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

#buttonWrapper table {
    border-spacing: 0;
}
#buttonWrapper .rhapButton {
    padding: 8px 20px !important;
    height: inherit !important;
    width: inherit !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

/* inplace editor */
.editor_field {
    float: left;
}
.editor_ok_link, a.editor_ok_link:link, a.editor_ok_link:visited, a.editor_ok_link:hover, a.editor_ok_link:active, a.editor_ok_link:focus {
	margin-left: 10px;
	margin-right: 10px;
}

.headernavitems{
	text-align:left;
}

#container {
	overflow-y: auto;
	position: relative;
	max-width: 970px;
	margin: 0 auto;
	border: 1px solid #ccc;
	border-top:none;
	box-sizing: border-box;
	background: url("../img/common/divider.gif") repeat-y scroll 220px 0 #fff;
}

* html #container{
	width: 630px;
}

/******************/
/*** app header ***/
/******************/
#accountheader {
	height: 54px;
	background: #2d2d2d;
}

.headerblock {
	margin: 0 auto;
	max-width: 968px;
	min-width: 320px;
}
.headerblock:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* app logo */
.app-logo {
    display: block;
    width: 300px;
    height: 54px;
    overflow: hidden;
    text-indent: -1000em;
	margin: 0;
	float: left;
	background-position: left center !important;
	background-repeat: no-repeat !important;
}
.app-logo.napsterlogo {
	background: url(../img/common/napster_logo_250x66.png);
	background-size: auto 33px;
}
.app-logo.vivonapsterlogo {
	background: url(../img/common/vivomusica_napster_logo_480x66.png);
	background-size: auto 33px;
}
.app-logo.movistarnapsterlogo {
	background: url(../img/common/movistar_napster_logo_532x66.png);
	background-size: auto 33px;
}
.app-logo.aldilogo {
	background: url(../img/common/aldi_logo.png);
	background-size: auto 33px;
	width: 320px;
}
.app-logo.hoferlogo {
	background: url(../img/common/hofer_logo.png);
	background-size: auto 33px;
	width: 320px;
}
.app-logo.speedynapsterlogo {
    background: url(../img/partner/speedy_napster_logo.png);
    background-size: 174px 28px;
}
.app-logo.corinthiansnapsterlogo {
    width: 330px;
	background: url(../img/common/corinthians_napster_logo_658x66.png);
	background-size: auto 33px;
}
.app-logo.mmusicanapsterlogo {
    width: 330px;
    background: url(../img/common/mmusica_napster_logo_331x60.png);
    background-size: auto 33px;
}

.app-logo.sprintnapsterlogo {
    background: url(../img/common/napster_logo_250x66.png);
    background-size: auto 33px;
}

.app-logo.unifiednapsterlogo {
    background: url(../img/common/napster_unified_logo.svg);
    height: 50px;
}

.headertext {
	float: right;
	font-size: 15px;
	font-weight: bold;
	color: #fff;
	line-height: 54px;
}

.home-button {
    display: none;
    height: 54px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../img/common/mobile_home.png") no-repeat center center;
    background-size: 21px 20px;
    text-indent: -9999px;
}

.headerlinks {
	background-color:#336699;
	height: 20px;
}

.headerlinks .username {font-weight: bold; margin: 0 5px; color: #fff}

.headerlinks a {
	margin: 5px;
}
a.signOutLinkWeb{
	float:right;
	line-height:20px;
	margin:0 6px 0 0;
	background-image:url(../img/common/header_separator_20x20.gif);
	background-repeat:no-repeat;
	padding-left:44px;
}
a.signOutLinkClient{
	line-height:20px;
	color: #fff;
}

.headerlinks a:link,
.headerlinks a:visited {color: #fff}

.usernameText{
	font-weight: bold;
}
#headernav {
	text-align:center;
	width:220px;
	position: absolute;
	margin-top: 20px;
	overflow: hidden;
	top:0;
}

#headernavheader {
	background:#9EB8D0 none repeat scroll 0 0;
	margin-top:1px;
	text-align: left;
	padding-left:24px;
	padding-bottom:12px;
	padding-top:12px;
}
#headernavheader p, #headernavheader div{
	color:#fff;
}

#headernavheader .accountnumber {padding: 4px 0px}
#headernavheader .servicetype {padding: 0 5px 4px 0px}

#headernav ul {margin: 0; padding: 0; list-style-type: none}

#headernav ul li, .headernavitems a{margin: 0; font-size: 15px; float: left; width: 100%; display: inline; height: 34px; line-height: 34px;}

#headernav ul li a {
	display: block;
	padding-left: 20px;
	line-height:34px;

	-webkit-transition: all 120ms;
	transition: all 120ms;
}

body #content p.splitLink{
	border-left: 1px solid #ccc;
	margin: 10px 0;
	text-indent: 5px;
	float: left;
	display: inline;
}

body #content #billinginfo p.splitLink, body #content #amzbillinginfo p.splitLink {
	margin: 0 5px;
	padding-left: 5px;
	float: none;
	font-size: 14px;
	font-weight: normal;
}

#headernav ul li.disabled {
	padding-left: 20px;
	line-height: 34px;
	color: #ccc;
}


#headernav ul li.selected {
    background: #2d2d2d
}

#headernav ul li a:link,
#headernav ul li a:visited {
    color: #003255;
    background-color: #fff;
}
#headernav ul li.selected a:link,
#headernav ul li.selected a:visited {
    color: #fff;
    background-color: #2d2d2d
}

#headernav ul li a:hover,
#headernav ul li.selected a:hover {
    background: #cdd7dc;
    color: #003255;
    text-decoration: none;
}

#content {
	margin: 20px 20px 20px 240px;
	min-height:305px;
	position: relative;
}
#content h1 {
	font-size: 22px;
	color: #333;
	padding: 2px 0 6px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	box-sizing: border-box;
}
#content h1.loginTitle {
    min-width: 265px;
    margin: 0 auto;
    display: inline-block;
}

#content h2 {margin: 5px 5px 5px 0; font-size: 1.4em; color: #666 }

#content h3 {margin: 5px 5px 5px 0; font-size: 1.1em;}


#errorMessages {
background: #ff9 url(../img/common/alert_icon_19x16.gif) no-repeat scroll 6px center;
color: #f00;
padding: 3px 6px;
margin-bottom: 6px;
}

#successMessages {
background: #ff9 scroll 6px center;
color: #000;
padding: 3px 6px;
margin-bottom: 6px;
}
#errorMessages a:link, #errorMessages a:visited,
#successMessages a:link, #successMessages a:visited {
text-decoration: underline;
}

#errorMessages .message, #successMessages .message{
padding: 2px 0;
margin-left: 27px;
}

#errorMessages p, #successMessages p {
padding-bottom: 6px;
}

.loginbox-wrapper {
	margin-left: -240px;
	text-align: center;
}
.loginbox {
	margin: 0 auto;
	width: 262px;
	min-height: 200px;
    padding: 15px;
}

#login {
	clear: left;
    text-align: left;
}
#login .username label,
#login .password label {
	width: 100%;
	padding: 5px 0 0 0;
	color: #666;
}
#login .username input,
#login .password input {
    display: block;
    width: 100%;
}
#login .password {
    margin-top: 10px
}
#login .forgotten-password {
    margin-top: 10px;
    text-align: center;
}
#login .username .form-control-static {
    display: block;
    width: 100%;
    word-wrap: break-word;
}
#login #btn-amazon {
    text-align: center;
}

.submit {
	margin-left: 99px;
	margin-right: auto;
	text-align: left;
	position: relative;
	width:260px;
}

.es .submit {
	margin-left: 129px;
}

.el .submit {
	margin-left: 109px;
}

#submitLogin {
	font-weight:bold;
	margin: 30px auto;
	position:relative;
	display: block;
}
* html #submitLogin{
	left: -12px;
}
#forgotPassword{
	margin: 30px auto;
	position:relative;
}
* html #forgotPassword{
	left: 102px;
}

#resetPasswordForm ul li label {
	display:inline;
}

#resetPasswordForm ul li input {
	top: 3px;
}

#errormessages {
	border: 1px solid #336699;
	padding: 10px;
	margin-bottom: 17px;
	width:384px;
	position: relative;
}
.loginbox #errormessages {
    width: 100%;
    box-sizing: border-box;
}


/***************************/
/*** Account Preferences ***/
/***************************/
.account-pref-subscriptions .inplaceeditor-form {
    display: none;
}
.subscriptions-edit .subscriptions-edit-link,
.subscriptions-edit .pref-subscritpions,
.subscriptions-edit .pref-subscritpions + p,
.subscriptions-edit .alert {
    display: none !important;
}
.subscriptions-edit .inplaceeditor-form {
    display: block;
}
.subscriptions-edit input[type="checkbox"] {
    float: left;
    margin-top: 4px;
}

.pref-subscritpions,
.pref-subscritpions li {
    list-style: none;
}
.pref-subscritpions.is-visible + p {
    display: none;
}
.pref-unsubscribe-all {
    display: none;
}
.pref-unsubscribe-all.is-visible {
    display: block;
}

.account-pref-parentalcontrol .inplaceeditor-form {
    display: none;
}
.parentalcontrol-edit .parentalcontrol-edit-link {
    display: none !important;
}
.parentalcontrol-edit .inplaceeditor-form {
    display: block;
}
.parentalcontrol-edit .inplaceeditor-fieldset-password {
    display: block
}
.parentalcontrol-edit .inplaceeditor-fieldset-edit {
    display: none
}
.parentalcontrol-edit.edit-form-is-visible .inplaceeditor-fieldset-password {
    display: none;
}
.parentalcontrol-edit.edit-form-is-visible .inplaceeditor-fieldset-edit {
    display: block;
}

/***********************/
/*** Account Summary ***/
/***********************/
.account-summary {}
.account-summary .content-row {
    position: relative;
}
.account-summary .content-block {
    position: static;
    margin-bottom: 10px;
    margin-top: 10px;
}
.account-summary > .content-row:first-child > .content-block {
    margin-top: 0;
}
.account-summary .content-block:not(:first-child):before {
    display: block;
    content: "";
    position: absolute;
    height: 100%;
    background: #ccc;
    width: 1px;
    left: 50%;
    top: 0;
}
.account-summary > .content-row:first-child + .content-row > .content-block:not(:only-child) {
    border-top: 1px solid #ccc;
    padding-top: 10px;
}
.account-summary .content-block header.content-block-header,
.account-summary .content-block section.content-block-content {
    padding-right: 20px;
}
.account-summary .content-block:not(:first-child) header.content-block-header,
.account-summary .content-block:not(:first-child) section.content-block-content {
    padding-left: 20px;
    padding-right: 0;
}
.account-summary .content-block > header:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.account-summary .content-block > header h2 {
    float: left;
}
.account-summary .content-block > header a:link,
.account-summary .content-block > header a:visited {
    margin: 10px 0;
    display: block;
    float: left;
    border-left: 1px solid #ccc;
    padding-left: 5px;
}

/**********************/
/*** Authorizations ***/
/**********************/
.authorizations-this-machine .inplaceeditor-form {
    display: none;
}
.machine-edit .this-machine-edit-link,
.machine-edit .alert {
    display: none !important;
}
.machine-edit .inplaceeditor-form {
    display: block;
}

.email-edit-form,
.password-edit-form {
    display: none;
}
.email-edit .email-edit-link,
.email-edit .email-label,
.password-edit .password-edit-link,
.password-edit .password-label {
    display: none !important;
}
.email-edit .email-edit-form,
.password-edit .password-edit-form {
    display: block;
}

.authorized-machine:not(:last-child) {
    margin-bottom: 15px;
}
.machine-data {
    padding-left: 35px;
    background: url(../img/common/deauth_computer.gif) no-repeat 0 3px;
}
.machine-data p {
    padding: 0;
    margin: 0;
}
.machine-data a:not(:last-child) {
    margin-right: 15px;
}
.authorized-machine .inplaceeditor-form {
    display: none;
}
.authorized-machine.edit-machine .inplaceeditor-form {
    display: block;
}
.authorized-machine.edit-machine .machine-data {
    display: none;
}

.authorized-device:not(:last-child) {
    margin-bottom: 15px;
}
.device-data {
    padding-left: 35px;
    background: url(../img/common/deauth_device.gif) no-repeat -1px 3px;
}
.device-data p {
    padding: 0;
    margin: 0;
}
.device-data a:not(:last-child) {
    margin-right: 15px;
}
.device-mobile .device-data {
    background: url(../img/common/deauth_device.gif) no-repeat -1px 3px;
}
.authorized-device .inplaceeditor-form {
    display: none;
}
.authorized-device.edit-device .inplaceeditor-form {
    display: block;
}
.authorized-device.edit-device .device-data {
    display: none;
}

.emailSection #email {
    line-height: 18px;
    padding-top: 1px;
}

#email-inplaceeditor .rhapButton{
	margin-top: 15px;
	margin-right: 10px;
	margin-left: 0;
}
#email-inplaceeditor .editor_cancel_link{
	background: #999;
}
#email-inplaceeditor input.editor_field{
	width: 100%;
	display: block;
}

#parentalControlsEditPane {
	margin-top: 20px;
}

.inplaceeditor-form {
	padding: 10px;
	background: #f2f2f2;
}
.inplaceeditor-form {
	padding: 10px;
	background: #f2f2f2;
}
.inplaceeditor-form > .content-row:last-child > .form-group {
    margin-bottom: 0;
}

#accountcoupon {clear: left; margin:10px 0 22px;;overflow:hidden;}
#prepaidDownloadCard{

}

/* Billing Information */
.payment-mehods {
    margin: 15px 0;
}

.payment-form {
    margin-bottom: 15px;
}
.payment-form .instructions,
.payment-form .errors {
    margin-bottom: 15px;
}

div#selectPayment:before,
div#selectPayment:after {
    display: block;
    content: "";
    clear: both;
}
.paymentOptions {
    display: block !important;
    min-height: 25px;
    float: left;
    margin: 0;
    margin-right: 15px;
    margin-bottom: 10px;
    padding: 0;
    white-space: nowrap;
}

#payment_pp,
#payment_amz {
    padding: 5px 40px 5px 10px !important;
}

#paypal-payment { position: relative; width: 50px; height: 32px; float: left; padding-top:15px; padding-right: 15px}

#amazon-payment { margin:25px 0px; position: relative; padding-left: 65px}

#amazon-payment img {height: 32px; width: 50px; position: absolute; left: 0; top: 4px}

#amazon-payment-link {float: left; left: 10px; margin-bottom: 5pt; margin-left: 0; margin-right: 5pt; margin-top: 5pt; position: relative}

#payment-method-amazon-button > div {
    float: left;
    height: 32px;
    width: 136px;
}
#payment-method-amazon-button.btn {
    padding: 0;
    background: none;
}
#payment-method-amazon-button img {
	width: 136px !important;
    height: 32px;
    left: 0;
}

#payment-method-amz p {
    margin-bottom: 15px;
}

/* Amazon widget */
#walletWidgetDiv,
#consentWidgetDiv {
    margin-top: 15px;
    margin-bottom: 15px;
}
#walletWidgetDiv {
    height: 228px;
}
#consentWidgetDiv {
    height: 120px;
}
#walletWidgetDiv iframe,
#consentWidgetDiv iframe {
    border-radius: 0 !important;
    border-color: #ccc !important;
}

.clear {clear: both }

#billinginfo, #amzbillinginfo {margin: 0 0 20px 0; position:relative}

#billinginfo h2, #amzbillinginfo h2 {padding-bottom: 1px; display:inline;}

#billinginfo .edit , #amzbillinginfo .edit{margin: 8px 0 0 10px}


#billinginfo dl, #amzbillinginfo dl{clear: left; position: relative; padding-top: 1px}

#billinginfo dt, #amzbillinginfo dt{margin: 15px 0 0 0; clear: left; float: left; font-weight: bold; width: 50%; color: #666; }

#billinginfo dd, #amzbillinginfo dd {margin: 15px 0 0 50%; display: block;}

#billinginfoform fieldset {overflow: auto; padding: 1px}

#billinginfoform dl {clear: left; overflow: auto; position: relative}

#billinginfoform dt {margin: 15px 0 0 0; clear: left; float: left; font-weight: bold; width: 200px; color: #666; padding: 5px 0 0 0}

#billinginfoform dd {margin: 15px 0 0 0; display: block; }


#billinginfoform input.text {
	padding: 2px 5px;
	width: 250px; border:
	1px solid #369;
	font-size: 1.5em;
}

#billinginfoform select {padding: 0 0 0 3px; border: 1px solid #369; font-size: 1.5em; height: 30px  }

#billinginfoform input.button {float: left; margin: 10px 5px 0 0; font-size: 1.2em; font-weight: bold}


#billinginfoform h3 {margin: 20px 0 0 0}

#nobillinginfo {clear: left; margin:10px 0 22px}

.messagebox {  float: left; padding-top: 20px; position: relative; width: 350px; }

#billinginfoUpdateSuccess {clear: both; padding-bottom:4px; padding-top:16px; text-align:center;}

.change-payment {

}
.change-payment .inplaceeditor-form {
    display: none;
}
.change-payment.edit-change-payment .inplaceeditor-form {
    display: block;
}
.change-payment.edit-change-payment .change-payment-header {
    display: none;
}

.napsterUnlimitedButton{
	font-weight: bold;
	font-size:17px;
	color:#fff !important;
	background-color:#ff9b00;
	text-decoration:none !important;
	cursor:pointer;
	display:inline-block;
	height:52px;
	line-height:52px;
	min-width:100px;
	max-width:285px;
	width:100%;
	margin-bottom:16px;
}


#vodafoneBillingContainer{
	height:auto;
	width:100%;
	max-width:220px;
	min-width:210px;
	padding:5px;
	background-color: #e2ebed;
}

.vodafoneButton{
	background-color:#004a7e;
	text-decoration:none !important;
	cursor:pointer;
	display:inline-block;
	height:36px;
	line-height:36px;
	font-size:1.3em;
	min-width:100px;
	max-width:285px;
	width:100%;
	text-align:center;
	font-weight:bold;
	color:#fff !important;
	margin-bottom: 10px;
}

.vodafoneButton:hover{
	color:#fff;
	text-decoration:none
}

.vodafoneParagraph{
	color:#003053;
	font-size:1.2em;
	margin-top:23px;
	margin-bottom:15px;
}

#vodafoneActionContainer{
	text-align:center;
}

#vodafoneActionContainer {
	padding-right:18px;
	padding-left:18px;
	padding-bottom:5px;
}

.error,
.error-text,
.warning,
#errors {
    color: #c21d3c !important;
    font-size: 12px !important;
    padding: 0 !important;
    margin: 0 !important;
}
#errors li {
    color: #c21d3c !important;
    list-style-type: none !important;
    margin-bottom: 5px;
}


/** change subscription **/
#confirmPane {
	padding: 15px;
	border: 0.3em solid #2d2d2d;
	min-height: 250px;
}

#confirmPane .textBoard {
	padding: 0 8px;
}

#confirmPane .textBoard h1, #confirmPane .textBoard h2{
	font-weight: bold;
	color: #2d2d2d;

}
#confirmPane .textBoard p {
	color: #2d2d2d;
	font-size: 15px;
	padding: 15px 0;
}

#confirmForm .rhapButton{
	margin-top: 10px;
}

.geoblockBold {
	font-weight:bold;
}

p.geoblock {
	margin-bottom:8px;
}

#geoSupportList {
	list-style: none;
	width:90%;
}

html #geoSupportList li {
	position:relative;
}

#geoSupportList li {
	width: 30%;
	margin: 0;
	padding:0;
	line-height:1.2em;
}

#geoSupportList li.column1 { margin-left: 0em; }
#geoSupportList li.column2 { margin-left: 30%; }
#geoSupportList li.column3 { margin-left: 60%; }

#geoSupportList li.resetCol2 {
	margin-top: -12em;
}

#geoSupportList li.resetCol3 {
	margin-top: -12em;
}

.btmBtn {
	width:70%;
}

/* Other */
#historyDownloadTabData,#storeDownloadTabData{
	clear:both;
	margin-bottom:15px;
	border: 1px solid #9EB8D0;
	padding:15px 15px 57px;
}
#footer {
	clear:both;
	color:#666666;
	font-size:0.9em;
	text-align:center;
	margin: 30px auto;
}

#footer a{
	margin: 12px;
}
ul#footerItems{
	list-style: none;
	margin:0 auto;
	width:212px;
}
* html ul#footerItems{
	width:224px;
}
ul#footerItems li{
	float: left;
	margin-left: 7px;
	margin-right: 7px;
}

#footer .footeritem {float: left; margin: 0 5px 0 25px}

.testingNotes {background: #fffAD2; padding: 5px 10px; margin: 30px 10px 10px 30px; color: #666; max-width: 400px; }

.testingNotes p {margin: 5px 0}

/** eufooter and languagepicker **/
#eufooter {
	clear:both;
	color:#666666;
	font-size:0.9em;
	text-align:left;
	margin: 5px auto;
	max-width:968px;
	min-width: 320px;
	position:relative;
	clear:both;
}
#eufooterwrapper {
	max-width:70%;
	min-width: 320px;
	float:left;
}
#langpicker {
	float:right;
	position: relative;
}
#langpicker-menu {
	text-align:left;
	border-style: solid solid;
    border-width: 1px;
	border-color: #ccc;
	background-color: white;
	bottom: 38px;
	right:0;
    min-width: 100px;
    position: absolute;
    text-align: left;
    z-index:100;
    display: none;
}
#langpicker-menu:after {
    display: block;
    content: "";
    position: absolute;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    background: #fff;
    left: 50%;
    margin-left: -6px;

    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    bottom: -6px;
}

.picker-menu-start {
	margin-top: 8.5px;
	bottom: 14px;
	position: relative;
}
.pickerrow a:link, .pickerrow a:visited {
	text-decoration: none;
	color: #999;
	display: block;
	padding: 4.5px;

	-webkit-transition: color 0.4s ease;
    -moz-transition: color 0.4s ease;
    -ms-transition: color 0.4s ease;
    -o-transition: color 0.4s ease;
    transition: color 0.4s ease;
}
.pickerrow:hover a {
	color: #0082aa;
}
.pickerrow:hover {
	cursor: pointer;
}
.picker-menu-start a:visited {
	color: #0082AA;
}

/* Activation */
#activationButtons {
	margin-left: 115px;
	padding-top: 20px;
	white-space: nowrap;
}

#updateBillingButtons {
	padding-top: 20px;
}

#changePlanButtons {
	margin-left: 2px;
	padding-top: 20px;
}

/* Authorizations */
#authorizeMachineMessage {
    background: #fffF99;
	padding: 15px 15px 15px 45px;
	position: relative;
}
#authorizeMachineMessage:before {
	background: url(../img/common/status_icon.gif) no-repeat scroll 0 -61px;
	display: block;
	content: "";
	width: 20px;
	height: 20px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
}

#authorizeToggle{
}
#authorizeMachineMessage a {
	text-decoration: underline;
}
#authorizeMachinePane {
    padding: 15px 15px 0 15px;
    background: #f2f2f2;
}

.authorizedComputers{
	background-color:#E5EEF5;
	background: url(../img/common/deauth_computer.gif) no-repeat left;
	padding-left: 30px;
}
#content h2.authorizedDevices{
	background: url(../img/common/deauth_device.gif) no-repeat -8px;
	padding-left: 25px;
}
.authorizedTVs{
	padding-left: 30px;
	padding-top: 20px;
	background: url(../img/common/auth_tv.gif) no-repeat left 24px;
}
.authorizedDate{
	display: block;
}
ol.list-devices, ol.machineList {
    padding-left: 20px;
}
ol.list-devices li:not(:last-child), ol.machineList li:not(:last-child) {
    margin-bottom: 15px;
}
ol.list-devices li p {
    margin: 0;
    padding: 0;
}
ol.list-devices li a {
    margin-right: 20px;
}
.renameDevice, .renameMachine{
	margin-right: 19px;
}
.deviceControls, .machineControls {

}
.deviceName, .machineName{
	font-weight: bold;
	width: 70%;
	display: block;
}

/** toc **/
.toc-content {
    max-height: 200px;
    overflow-x: auto;
}

/** credits */
table.styled {
    width: 100%;
	border-top: 1px solid #e2e2e2;
    border-left: 1px solid #e2e2e2;
}
table.styled tr td,
table.styled tr th {
    font-size: 14px;
    text-align: left;
	vertical-align: top;
    padding: 10px;
    border-right: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    min-height: 46px;
    box-sizing: border-box;
    position: relative;
    color: #575757;
}

table.styled thead tr th {
	color: #222;
	font-weight: bold;
}
table.styled thead tr th strong {
	display: block;
}
table.styled thead tr th small {
	display: block;
}
table.styled tbody tr td,
table.styled tbody tr th {
    font-weight: normal;
}
table.styled td.checkmark:after {
    content: " ";
    display: block;
    height: 24px;
    width: 24px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAOCAYAAAAmL5yKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpGQjJFMDJFRjU1NDExMUU1OEMwMkUyRjJDMEUyODYxRSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpGQjJFMDJGMDU1NDExMUU1OEMwMkUyRjJDMEUyODYxRSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkZCMkUwMkVENTU0MTExRTU4QzAyRTJGMkMwRTI4NjFFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkZCMkUwMkVFNTU0MTExRTU4QzAyRTJGMkMwRTI4NjFFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aceDFQAAAZJJREFUeNpi+v//PwOp+OGnX//9Nj/7f/bVj/+MIAFSgf+W5//vfPzFYCDCxsBEqubCw6/BmkU5mRn67cRIM2DWlY//dz36xsDOzMgw2V6UQYyTmZFoA448+/F/8qUPYHaTuTCDrjA7I4jN9P7n3/81J97+f/7tD87AePLlz/+So68Z/gFVpGjzM/gocjPC5FiS9rxiuPXhFzBkfzMsdpPA0Pz9z///OQdfM3z+9Y/BUYaTodBAgBFZnqnCRJABJHLu9U+GiRc/YLii5sQbhttAC1T42Rg6rUQwLGAyF+dgTNTiA3NmX/nIcPLlD7ghc699+r/j4TcGfjYmhmkOogzcrEyMGAaAiGJDQUZtIXYGkM7yo28Y3v34+//Yix//J1x4z8AC1DPRXoxBmoeFEVv4wBPSw8+//wdvew7yM4OJODvDrfe/GT4B/V1nJswQrsrDiCuA4dEoz8vKWGksBGafefkTrDlSjRevZhQDQCBYhYdRH5g8QQDk7xpTIUaCCQRbZrFc9ej/o8+//hOTsQACDADeWOxi02oiEAAAAABJRU5ErkJggg==) no-repeat center center;
    background-size: 16px 14px;
	margin: 0 auto;
}
table.styled td.checkmark > p {
    margin-top: 10px;
}

table.styled tfoot td {
    font-weight: bold;
    color: #666;
    background: #fff;
}

table.pricing tr td,
table.pricing tr th {
    vertical-align: middle;
}
table.pricing thead tr th {
	padding: 32px 10px;
	position: relative;
	font-size: 16px;
	min-width: 120px
}
table.pricing thead strong.is-recomended-plan {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #409b88;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
}
table.pricing tbody tr td {
    text-align: center;
}
table.pricing tfoot td {
    vertical-align: top !important;
    background: #f7f7f7;
    padding: 15px 10px;
}
table.pricing tfoot span {
    display: block;
}
table.pricing tfoot a:link,
table.pricing tfoot a:visited {
    display: block;
    font-weight: normal;
}
table.pricing tfoot strong.is-current-plan {
	display: block;
	color: #575757;
	font-size: 14px;
	font-weight: normal;
	padding-top: 5px;
}

table.pricing .btn {
    white-space:pre;
    width: auto !important;
    margin: auto;
}
table.pricing tbody th.label-available-feature-us_feature6 strong:nth-child(1) { color: #fc2400 }
table.pricing tbody th.label-available-feature-us_feature6 strong:nth-child(2) { color: #ff9b00 }
table.pricing tbody th.label-available-feature-us_feature6 strong:nth-child(3) { color: #409b88 }
table.pricing tbody th.label-available-feature-us_feature6 strong:nth-child(4) { color: #2ca6de }
table.pricing tbody th.label-kids strong:nth-child(1) { color: #fc2400 }
table.pricing tbody th.label-kids strong:nth-child(2) { color: #ff9b00 }
table.pricing tbody th.label-kids strong:nth-child(3) { color: #409b88 }
table.pricing tbody th.label-kids strong:nth-child(4) { color: #2ca6de }
table.pricing tbody tr td,
table.pricing tbody tr th {
    background: #efefef !important;
}
table.pricing tbody tr:nth-child(odd) td,
table.pricing tbody tr:nth-child(odd) th {
    background: #f9f9f9 !important;
}

table.pricing .pricing-price-row td {
    padding: 5px 10px;
}
table.pricing .pricing-price-row .price-title {
    color: #818181;
}
table.pricing .pricing-price-row strong {
    color: #2ca6de;
}

.table-legend {
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}

#billingHistoryTable.styled td {
	vertical-align: middle;
}

.transactionTotalName{
	text-align: right;
}
.black-strong {
	color: #222;
	font-weight: bold;
}
/** downloads */
ul.downloadTabs{
	list-style:none;
	overflow: hidden;
}
ul.downloadTabs li{
	float: left;
	margin:7px 1px -1px 0;
	background: url('../img/table/bg-tab-off.gif') no-repeat 0 0;
	display: inline-block;
	height: 27px;
	text-align: center;
}
ul.downloadTabs li a,ul.downloadTabs li span{
	display: inline-block;
	height: 27px;
	line-height:27px;
	margin-left:29px;
	padding-right:29px;
	background: url('../img/table/bg-tab-off.gif') no-repeat 100% 0;
}
ul.downloadTabs li.selected{
	float: left;
	margin:7px 1px -1px 0;
	background: url('../img/table/bg-tab-on.gif') no-repeat 0 0;
	display: inline-block;
	height: 27px;
	text-align: center;
}
#historyDownloadTab img{
	border:0;
	position:relative;
	top: 5px;
	height: 17px;
	width: 50px;
}
ul.downloadTabs li.selected a{
	display: inline-block;
	height: 27px;
	line-height:27px;
	margin-left:29px;
	padding-right:29px;
	background: url('../img/table/bg-tab-on.gif') no-repeat 100% 0;
}
#selectAll_historyDownloadTabData,deSelectAll_historyDownloadTabData{
}
/** downloads table */
.downloadsTable{
	width:100%;
	border:1px solid #336699;
}
.downloadsTable tbody{
	height:300px;
	margin:0;
	overflow-x:hidden;
	overflow-y:auto;
	padding:0;
}
.downloadsTable thead tr th{
	background: url(../img/table/bg-th.gif);
	padding:2px 4px 4px 6px;
	text-align: left;
}
.downloadsTable tbody tr {
	background: #f0f0f0;
	height: auto;
}
.downloadsTable tr td{
	padding-left: 7px;
}
.downloadsTable tr.odd {
	background: #f7f7f7;
}
.checkCell{
	text-align: center;
}

/** popup panel */
.panel {
	position: absolute;
	z-index: 100;
	margin: 0;
	padding: 10px;
	width: 400px;
	left: 50% !important;
	margin-left: -200px;
	top: 250px !important;
	border: 1px solid #336699;
	background: #fff;
}

.panelContent {
	width: auto;
}
.panelContent p {
	margin: 0;
}
.panelContent iframe {
    border: 0 none;
}
.panelControls {
	text-align: center;
	margin-top: 10px;
}
.panelHeader {
	text-align: center;
}
.panelClose{
	position: absolute;
	float: right;
	right:19px;
	top:10px;
	background: url(../img/common/status_icon.gif) no-repeat center center;
	width: 20px;
	height: 20px;
	text-decoration: none;
}

.confirm-box {
    position: absolute;
	z-index: 100;
    width: 400px;
    left: 50%;
	margin-left: -200px;
	top: 200px;
    border: 1px solid #369;
    border-radius: 10px;
    background: #fff;
}
.panel-content {
    padding: 20px;
    padding-bottom: 10px;
	overflow: auto;
	height: 300px;
}
.panel-controls {
    padding: 20px;
    padding-top: 10px;
    text-align: center;
}

/** parental control page */
.parentalControlStatus{
	clear: both;
}
.parentalPane {
	clear: both;
	position: relative;
	padding: 10px;
	background: #f2f2f2;
	margin: 10px 0;
}
.parentalPane h3 {
	margin: 0;
}
.parentalPane fieldset {
    margin-top: 15px;
}
.parentalPane ul {
	list-style: none;
	margin-bottom:14px;
	margin-top:14px;
}
.parentalPane ul li {
	margin-bottom: 14px;
}
.parentalPane ul label {
	display:inline-block;
	width:80%;
}

#loginParentalControlsPane ul label{
	width:100%;
}
#subscriptionsEditPane{

}
#updateParentalControlPane ul li{
	position: relative;
}
#updateParentalControlPane ul input{
	position: absolute;
	width:auto;
	left: 0;
}
#updateParentalControlPane ul label{
	left:-3px;
	position: relative;
	text-indent:22px;
	top: 0px;
	width:95%;
}

#updateParentalControlSubmit {
	margin-right: 10px;
}
#setEmailSubscriptionPane ul label{
	margin-left:5px;
	position:relative;
	width:90%;
	clear:both;
}
* html #setEmailSubscriptionPane ul label{
	top: -6px;
	left: -18px;
}
.parentalPane ul input{
	width:80%;
}
#loginParentalControlsPane ul input{
	width: 251px;
}
#setEmailSubscriptionPane ul input{
	float:left;
	width: auto;
}
.emailLegalText {
	font-size:11px;
	margin-left: 19px;
    padding-top: 3px;
}

#userEmailSubscriptionsList{
	padding-left: 15px;
	clear:both;
}
#userNoEmailSubscription{
	clear:both;
}
.emailPreferences{
	clear: both;
	width:400px;
}

#emailUnsub {
	border-top: 1px solid #ccc;
	padding-top: 10px;
	margin-right: 15px;
}
#updateParentalControlPasswordForm input {
	margin: 3px auto;
}

/** forgot password default*/
.reset-password-content a:not(.btn) {
    white-space: nowrap !important;
}
#submitemailforpassword{
	padding-top: 22px;
}
#submitemailforpassword label{
	margin-right: 15px;
}
#submitemailforpassword input{

}
#submitemailAction{
	font-weight:bold;
	margin: 30px auto;
	position:relative;
	display: block;
}
#backToLogin{
	display:block;
	margin:0 auto;
	position:relative;
	top:9px;
	width:205px;
	white-space:nowrap;
	text-align:center;
}

a img { border: none }

#mdn_input {
	margin-top: 6px;
}

#mdnError {
	color: red;
}

#popupCloseBtn {
	height:20px;
	width:20px;
}
.popupCloseBtnWrapper{
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    right: 5px;
    top: 5px;
}

#signinButton {
	margin-left: 0px;
	width: 100%;
}

/* subscription cacelation */
.subscription-cancel {
    color: #999;
    font-size: 14px;
}
.subscription-cancel h2 {
    font-size: 18px !important;
}
.subscription-cancel h2 a:link,
.subscription-cancel h2 a:visited {
    font-weight: normal;
    white-space: nowrap;
}
.subscription-cancel-element {
    padding: 5px 5px 5px 20px;
    position: relative;
    font-size: 14px;
    margin: 15px 0;
}
.subscription-cancel-element:last-child {
    margin-bottom: 10px;
}
.subscription-cancel-element:after {
    display: block;
    content: "";
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #ccc;
}
.subscription-cancel-element.current:after {
    background: #74bf43;
}
.subscription-cancel-element.current-subscription:after {
    background: #999;
}
.subscription-cancel-element:not(.current-subscription) {
    background: #f9f9f9;
}
.subscription-cancel-term h3 {
    margin: 0 !important;
    color: #000;
    font-size: 16px !important;
}
.subscription-cancel-term h3 br {
    display: none;
}
.subscription-cancel-term h4 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
}
.subscription-description {
    margin: 10px 0;
    padding: 0 !important;
}
.subscription-cancel-action {
    text-align: center;
    position: absolute;
    right: 0;
    height: 34px;
    top: 50%;
    margin-top: -17px;
}
.subscription-label-current {
    color: #74bf43;
    display: block;
    line-height: 34px;
}
.subscription-cancel-cancel {
    padding-top: 15px;
}

/*******************/
/***** Billing *****/
/*******************/
/* Billing info */
.billing-info {
    margin: 20px 0;
}
.billing-info label {
    width: 25%;
    text-align: right;
}


.billing-form {

}
/* Payment types */
#payment_pp{
	padding: 5px 40px 5px 10px;
	background: url('../img/payflow/ico-payment_paypal.png') no-repeat;
	white-space: nowrap;

}
#payment_amz{
    padding: 5px 40px 5px 10px;
    background: url('../img/payflow/ico-payment_amazon.png') no-repeat;
    white-space: nowrap;
}

/* US payment types */
#payment_btm {
    padding: 5px 60px 5px 10px;
    background: url('../img/payflow/ico-payment_bundle.png') no-repeat;
    background-position: -180px;
    white-space: nowrap;
}
#payment_cc{
	padding: 5px 170px 5px 10px;
	background: url('../img/payflow/ico-payment_bundle.png') no-repeat;
	background-size:auto;
	white-space:nowrap;
}

/* UK payment types specific */
#payment_vi {
	padding: 5px 150px 5px 10px;
	background: url('../img/payflow/ico-payment_visa.gif') no-repeat;
	background-size:auto;
	white-space:nowrap;
}
#payment_mc {
	padding: 5px 50px 5px 10px;
	background: url('../img/payflow/ico-payment_master.png') no-repeat;
	background-size:auto;
	white-space:nowrap;
}
#payment_ax {
	padding: 5px 50px 5px 10px;
	background: url('../img/payflow/ico-payment_amex.png') no-repeat;
	background-size:auto;
	white-space:nowrap;
}

/* DE payment types specific */
.geogroup-de #payment_vi {
	padding: 5px 35px 5px 10px;
    margin-right: 15px;
}
#payment_elv {
	padding: 5px 100px 5px 10px;
	background: url('../img/payflow/ico-payment_elv.png') no-repeat;
	background-size:auto;
	white-space:nowrap;
}

/* EU payment types specific */
.geogroup-eu #payment_cc {
    padding: 5px 125px 5px 10px;
	background: url('../img/payflow/ico-payment_bundle.png') no-repeat;
	background-size:auto;
	white-space:nowrap;
	margin-right: 20px;
}
.geogroup-eu #payment_pp {
    padding: 5px 40px 5px 10px;
	background: url('../img/payflow/ico-payment_paypal.png') no-repeat;
	white-space:nowrap;
}
.geogroup-eu #payment_el {
    padding: 5px 50px 5px 10px;
	background: url('../img/payflow/ico-payment_elv_eu.png') no-repeat;
	white-space: nowrap;
}
.geogroup-eu #payment_amz {
    padding: 5px 40px 5px 10px;
    background: url('../img/payflow/ico-payment_amazon.png') no-repeat;
    white-space: nowrap;
}
.geogroup-eu #payment_ideal {
    padding: 5px 40px 5px 10px;
	background: url('../img/payflow/ico-payment_ideal.png') no-repeat;
	white-space: nowrap;
}
#payment_miles{
    padding: 5px 40px 5px 25px;
    background: url('../img/payflow/ico-payment_miles.png') no-repeat;
    background-size: 66px 25px;
    white-space:nowrap;
}
/* canada */
.geogroup-ca #payment_cc {
    padding: 5px 125px 5px 10px;
	background: url('../img/payflow/ico-payment_bundle.png') no-repeat;
	background-size:auto;
	white-space:nowrap;
	margin-right: 20px;
}
/* LA */
.geogroup-la #payment_cc {
    padding: 5px 80px 5px 10px;
	background: url('../img/payflow/ico-payment_bundle.png') no-repeat;
	background-size:auto;
	white-space:nowrap;
	margin-right: 20px;
}

/************************/
/***** Family plans *****/
/************************/
/** Family plan picker **/
.family-plans {
    padding-bottom: 90px;
}
.family-plan {
    display: block;
    float: left;
    margin-left: 15px;
}
.family-plan:first-child {
    margin-left: 0;
}
.family-plan label {
    display: block;
    border: solid 1px #ccc;
    width: 200px;
    height: 190px;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
    color: #333;

    -webkit-transition: all 120ms;
	transition: all 120ms;
}
.family-plan label.checked,
.family-plan label:hover {
    border-color: #cfe6ee;
    background-color: #cfe6ee;
}
.family-plan label input {
    position: absolute;
    left: -9999px;
}
.family-plan label:before {
    display: block;
    height: 10px;
    width: 10px;
    content: "";

    background: #fff;
    border: solid 2px #fff;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(204,204,204,1);
    box-shadow: 0px 0px 0px 1px rgba(204,204,204,1);

    border-radius: 50%;
    position: absolute;
    bottom: -40px;
    left: 50%;
    margin-left: -5px;
}
.family-plan label.checked:before {
    background: #333;
}

.family-plan label strong {
    display: block;
    position: absolute;
    bottom: 0;
    padding: 20px;
    text-align: center;
}
.family-plan label strong small {
    font-weight: normal;
    font-size: 100%;
}
.family-plan label strong:before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: -85px;
    height: 73px;

    margin-left: -82px;
    width: 164px;

    background: url(../img/familyplan/familyplan_family.png) no-repeat left center;
    background-size: 163px 73px;
}
.family-plan-1 label strong:before {
    margin-left: -52px;
    width: 104px;
}
.family-plan-2 label strong:before {
    margin-left: -67px;
    width: 134px;
}
.family-plan-3 label strong:before {
    margin-left: -82px;
    width: 164px;
}

/** Family upgrade **/
.family-members {
    margin: 40px 0;
}
.family-members .form-group {
    line-height: 32px;
}
.family-members .form-control {
    font-size: 14px !important;
}

.btn.btn-sending-invitation {
    background: transparent;
    color: #0d83a9;
    font-weight: normal;
    font-style: italic;
    font-size: 12px;
    color: #999;
    padding: 10px 0;

    -moz-animation: invite 2s infinite ease-in-out;
    -webkit-animation: invite 2s infinite ease-in-out;
    -ms-animation: invite 2s infinite ease-in-out;
    -o-animation: invite 2s infinite ease-in-out;
    animation: invite 2s infinite ease-in-out;
}
@-webkit-keyframes invite {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}
@-moz-keyframes invite {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}
@-o-keyframes invite {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}
@keyframes invite {
    0%   { opacity: 0; }
    50%  { opacity: 1; }
    100% { opacity: 0; }
}

.family-members .readonly .form-control {
    border-style: dashed;
}
.family-members .readonly .form-control::-webkit-input-placeholder {
    color: #0082aa;
}
.family-members .readonly .form-control:-moz-placeholder {
    color: #0082aa;
}
.family-members .readonly .form-control::-moz-placeholder {
    color: #0082aa;
}
.family-members .readonly .form-control:-ms-input-placeholder {
    color: #0082aa;
}

.family-member {
    margin-bottom: 10px;
}
.family-member .form-group {
    line-height: 32px;
    margin-bottom: 5px;
    background: #fff;
}

.family-member .form-group .btn.spinner-is-visible,
.family-member .form-group .btn.spinner-is-visible:hover,
.family-member .form-group .btn.spinner-is-visible:focus,
.family-member .form-group .btn.spinner-is-visible:active,
.family-member .form-group .btn.spinner-is-visible.active {
    border-color: #fff !important;
    background: #fff !important;
}
.family-member .form-group .btn .spinner,
.family-member .form-group a:link .spinner,
.family-member .form-group a:visited .spinner {
    border-radius: 0;
    background: #fff;
    padding: 0;
}
.family-member .form-group .btn .spinner > div,
.family-member .form-group a:link .spinner > div,
.family-member .form-group a:visited .spinner > div {
    height: 14px;
    margin-top: -7px;
}
.family-member .form-group .btn .spinner > div {
    left: 0;
    margin-left: 0;
}
.family-member .form-group .btn .spinner > div > div,
.family-member .form-group a:link .spinner > div > div,
.family-member .form-group a:visited .spinner > div > div {
    background-color: #4ca7c3;
    height: 14px;
}

.family-member.is-invitation-sent .hide-on-invitation-sent,
.family-member .show-on-invitation-sent {
    display: none;
}
.family-member.is-invitation-sent .show-on-invitation-sent {
    display: block;
}
.family-member label.checkbox,
.family-member label.radio {
    display: block;
    padding-left: 30px;
    cursor: pointer;
    position: relative;
    word-break: break-all;
    line-height: 16px;
    padding-top: 9px;

    -webkit-transition: all 120ms;
	transition: all 120ms;
}
.family-member label.checkbox input,
.family-member label.radio input {
    position: absolute;
    left: -9999px;
}
.family-member label.checkbox:before,
.family-member label.radio:before {
    display: block;
    height: 16px;
    width: 16px;
    content: "";

    background: #fff;
    border: solid 3px #fff;
    -webkit-box-shadow: 0px 0px 0px 1px rgba(204,204,204,1);
    -moz-box-shadow: 0px 0px 0px 1px rgba(204,204,204,1);
    box-shadow: 0px 0px 0px 1px rgba(204,204,204,1);
    box-sizing: border-box;

    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}
.family-member label.radio.checked:before {
    background: #333;
}
.family-member label.checkbox:before {
    border: none;

    border-radius: 2px;
}
.family-member label.checkbox.checked:before {
    background: url(../img/common/checkbox_tick.png) no-repeat center center;
    background-size: 14px 14px;
}

.family-member .family-member-ico {
    display: block;
    width: 34px;
    height: 30px;
    background: url(../img/familyplan_member_ico.png) no-repeat left bottom;
    background-size: 34px 60px;
}
.family-member.readonly .family-member-ico {
    background-position-y: top;
    background-size: 34px 60px;
}

.family-member .family-member-mail {
    word-break: break-all;
    line-height: 16px;
    display: block;
    padding-top: 8px;
}

.family-member .form-group a:link,
.family-member .form-group a:visited {
    word-break: break-word;
    line-height: 16px;
    display: block;
    padding-top: 8px;
}

.account-summary .family-members {
    margin: 10px 0;
}
.account-summary .family-member {
    font-size: 12px;
}
.account-summary .family-member .form-group {
    line-height: 22px;
}
.account-summary .family-member .col-sm-2 {
    min-width: 40px;
}
.account-summary .family-member .family-member-ico {
    width: 25px;
    height: 22px;
    background: url(../img/familyplan_member_ico.png) no-repeat left bottom;
    background-size: 25px auto;
}
.account-summary .family-member .family-member-mail {
    padding-top: 3px;
    line-height: 16px;
}
.account-summary .family-member .label {
    padding: 4px 8px;
    opacity: 0.8;
}

/** buttons **/
.form-buttons {
    margin: 15px 0;
    font-size: 14px;
}

/** BTM **/
.overlay {
    background-color: rgba(0,0,0,0.5) !important;
    overflow: auto;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
}

#downgradebox {
    background-color: #fff;
    margin: 0 auto;
    margin-top: 10%;
    width: 80%;
    max-width: 500px;
    text-align: center;
}

#downgradeOverlay p, #downgradeOverlay form {
	padding: 20px;
}

#downgradeOverlay form input, #downgradeOverlay p button{
	width: 120px;
	margin-bottom: 10px;
}

.hidden {
	display: none;
}

/* Skin specific styles */
.skin-amazon .btn-facebook-login {
    height: 46px;
    width: 195px;
    line-height: 46px;
}

.skin-amazon .btn-amazon-placeholder {
    height: 46px;
    position: relative;
}
.skin-amazon .btn-amazon-placeholder img {
    position: absolute;
    left: 50%;
    margin-left: -97px;
}
.skin-amazon .btn-amazon-placeholder img:first-child {
    opacity: .3;
}
.skin-amazon .btn-amazon-placeholder img:nth-child(2) {
	width: 195px;
	max-height: 46px !important;
}

/* payflow */
.skin-amazon .btn-amazon-placeholder-pf {
    height: 46px;
    position: relative;
}
.skin-amazon .btn-amazon-placeholder-pf img {
	position: absolute;
}
.skin-amazon .btn-amazon-placeholder-pf img:first-child {
    opacity: .3;
}

.skin-amazon .rhapButton {
	/* position: absolute; */
}

/** responsive style rules **/

/** tablet- vertical view **/
@media only screen and (max-width: 970px){
	#container {
		min-height: inherit;
		border-left: none;
		border-right: none;
	}
	/*
	#accountstatus {
		max-width: 100%;
		border: none;
	}
	.emailSection {
	    padding-left: 0;
	    margin: 0;
	}
	*/
	.loginbox {
		left: -100px;
	}

	#errormessages {
		width: 90%
	}
	.loginbox #errormessages {
        width: 100%;
    }

	.app-logo {
		margin-left: 10px;
	}
	.headertext {
		margin-right: 10px;
	}

	#activationForm ul li label,
	#myAuthorizedTvForm label {
		display: block;
		margin: 10px 0;
        float: none;
		padding: 0;
	}
	.deviceControls, .machineControls {
		position: inherit;
	}

	/** footer **/
	#eufooter, #eufooterwrapper, #langpicker {
		text-align: center;
		float:none;
		max-width: 100%;
	}

	#langpicker-menu {
		left:0;
		right:0;
		margin: auto;
		bottom:28px;
		width:100px;

	}

	.picker-menu-start {
    	bottom: 0;
    	margin-top: 0;
    	position: relative;
	}

	#activationButtons {
		margin-left: 0;
	}

    /** Family plan picker **/
    .family-plan {
        width: 30%;
    }
    .family-plan label {
        width: 100%;
    }
}



/** mobile orientation **/
@media only screen and (max-width: 740px) {

}

@media only screen and (max-width: 650px){
	.inplaceeditor-form input {
		display: block;
	}
    .inplaceeditor-form .editor_field {
		width: 100%;
		margin-bottom: 5px;
	}
	.inplaceeditor-form .editor_ok_link, .inplaceeditor-form a.editor_ok_link:link, .inplaceeditor-form a.editor_ok_link:visited, .inplaceeditor-form a.editor_ok_link:hover, .inplaceeditor-form a.editor_ok_link:active, .inplaceeditor-form a.editor_ok_link:focus {
    	margin-left: 0;
    }

	.machineList .editor_ok_link, .deviceList .editor_ok_link {
		margin: 5px 20px 10px 0;
	}

	#geoSupportList li.column1 { margin-left: 0; }
	#geoSupportList li.column2 { margin-left: 0; }
	#geoSupportList li.column3 { margin-left: 0; }
	#geoSupportList li  {width: 100%;}

	#geoSupportList li.resetCol2, #geoSupportList li.resetCol3 {
		margin-top: 0;
	}
	.rhapButton,  .rhapButtonDisabled{
		display: inline-block;
	}
}

/** mobile orientation **/
@media (max-width: 768px) {
	.mobile {
    	display: block;
	}
	.desktop {
        display: none;
    }

    /* content layout */
    .container {
        width: 100%;
    }

    .col-xs-12 {
        width: 100%;
    }
    .col-xs-11 {
        width: 91.66666666666666%;
    }
    .col-xs-10 {
        width: 83.33333333333334%;
    }
    .col-xs-9 {
        width: 75%;
    }
    .col-xs-8 {
        width: 66.66666666666666%;
    }
    .col-xs-7 {
        width: 58.333333333333336%;
    }
    .col-xs-6 {
        width: 50%;
    }
    .col-xs-5 {
        width: 41.66666666666667%;
    }
    .col-xs-4 {
        width: 33.33333333333333%;
    }
    .col-xs-3 {
        width: 25%;
    }
    .col-xs-2 {
        width: 16.666666666666664%;
    }
    .col-xs-1 {
        width: 8.333333333333332%;
    }

    .col-xs-offset-1 {
        margin-left: 8.333333333333332%;
    }
    .col-xs-offset-2 {
        margin-left: 16.666666666666664%;
    }
    .col-xs-offset-3 {
        margin-left: 25%;
    }
    .col-xs-offset-4 {
        margin-left: 33.33333333333333%;
    }
    .col-xs-offset-5 {
        margin-left: 41.66666666666667%;
    }
    .col-xs-offset-6 {
        margin-left: 50%;
    }
    .col-xs-offset-7 {
        margin-left: 58.333333333333336%;
    }
    .col-xs-offset-8 {
        margin-left: 66.66666666666666%;
    }
    .col-xs-offset-9 {
        margin-left: 75%;
    }
    .col-xs-offset-10 {
        margin-left: 83.33333333333334%;
    }
    .col-xs-offset-11 {
        margin-left: 91.66666666666666%;
    }
    .col-xs-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-1,
    .col-sm-offset-2,
    .col-sm-offset-3,
    .col-sm-offset-4,
    .col-sm-offset-5,
    .col-sm-offset-6,
    .col-sm-offset-7,
    .col-sm-offset-8,
    .col-sm-offset-9,
    .col-sm-offset-10,
    .col-sm-offset-11,
    .col-sm-offset-12 {
        margin-left: 0;
    }

    .text-xs-left {
        text-align: left !important;
    }
    .text-xs-right {
        text-align: right !important;
    }
    .text-xs-center {
        text-align: center !important;
    }

    .btn-xs-block, a.btn-xs-block:link, a.btn-xs-block:visited, a.btn-xs-block:hover, a.btn-xs-block:active, a.btn-xs-block:focus {
        display: block !important;
        width: 100% !important;
    }

    .content-row .content-block header.content-block-header,
    .content-row .content-block section.content-block-content,
    .content-row .content-block:not(:first-child) header.content-block-header,
    .content-row .content-block:not(:first-child) section.content-block-content {
        padding-left: 0;
        padding-right: 0;
    }
    .content-row .content-block header.content-block-header:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
    .content-row .content-block header.content-block-header h2 {
        float: left;
    }

    .inplaceeditor-form > .content-row:last-child > .form-group:not(:last-child) {
        margin-bottom: 15px;
    }

    /* modal */
    .modal-dialog {
        width: auto;
        margin: 0;
    }
    .modal-content {
        border: none;
    }
    .modal-action-buttons .form-group:not(:last-child) {
        margin-bottom: 15px;
    }
    /* tooltip */
    .tooltip {
        width: 100%;
        left: 0 !important;
    }
    .tooltip-inner {
        width: auto;
    }

	.submit {
		margin-left: 0;
	}
	#activationButtons {
    	margin-left: 0;
	}

	#container {
		min-height: inherit;
		background: none;
		border-left: none;
		border-right:none;
	}


	#content {
	    margin: 5px auto;
	    max-width: 95%;
	    min-height:  inherit;
		padding-bottom:10px;
	}

	#footer {
		max-width: 95%;
	    min-height:inherit;
		margin: 5px auto;
	}

	.loginbox-wrapper {
        margin: 0;
    }
	.loginbox {
		left:inherit;
		position:relative;
	}

	/* app logo */
	.app-logo {
    	float: none;
    	margin: auto;
    	background-position: center center !important;
	}
	.app-logo.corinthiansnapsterlogo {
    	background-size: auto 22px;
    }
    .app-logo.mmusicanapsterlogo {
        background-size: auto 22px;
    }
    .app-logo.vivonapsterlogo {
    	background-size: auto 28px;
    }
    .app-logo.movistarnapsterlogo {
    	background-size: auto 24px;
    }
    .app-logo.aldilogo {
    	background-size: auto 22px;
    }
    .app-logo.hoferlogo {
    	background-size: auto 22px;
    }
    .app-logo.speedynapsterlogo {
        background-size: auto 28px;
    }

	.headertext {
		display: none;
	}

	.home-button {
		display: block;
	}

	#headernav {
		width:inherit;
		position: inherit;
		border-top: 1px solid #CCCCCC;
		padding-top: 0;
		margin-top: 0;
	}
	#headernav ul li {
		border-bottom: 1px solid #ccc;
		background: url("../img/common/arrow.png") no-repeat scroll right;
	}
	#headernav ul li, .headernavitems a {
	    border-left: none;
	    padding-left: 0;
	}
	#headernav ul li, .headernavitems a {
		height: 43px;
	}
	#headernav ul li.disabled, #headernav ul li a,  #headernav ul li a:hover, #headernav ul li a:visited, #headernav ul li a:link{
		line-height: 43px;
		padding: 0 15px;
		text-align: center;
	}
	#loginParentalControlsPane ul input{
		width: 65%;
	}
	#submitLogin {
		margin: 30px auto;
	}
	#forgotPassword{
		margin: 0px auto;
	}
	#errormessages {
		width: 90%
	}
	.loginbox #errormessages {
        width: 100%;
    }
	.deviceControls, .machineControls{
		right: inherit;
		top: inherit;
		margin: 5px 0;
	}
	.deauthorizePane {
		width: 98%;
		left: 1% !important;
	}
	#setEmailSubscriptionPane ul label, #updateParentalControlPane ul label, #loginParentalControlsPane ul input{
		width: 90%;
	}
	#setEmailSubscriptionPane ul input{
		width: 11px;
	}

	#submitemailforpassword input {
    	width: 100%;
    	max-width: 250px;
	}
	/*
	#accountstatus {
		max-width: 100%;
		margin: 0 0 20px 0;
		float: none;
		padding: 0;
	}
	*/
	table.styled td{
		padding: 6px;
	}

	#popup,
	.popup,
	.confirm-box {
    	width: 90%;
    	left: 5% !important;
    	margin: 0;
    	border-radius: 0;
    }
    .confirm-box {
    	top: 5%;
    }

	#error {
		left: 0;
	}
	#myAuthorizedTvForm .mytverror{
		margin-left: 0;
	}
	table.styled {
		font-size:11px;
	}

	#vodafoneBillingContainer{
		height:auto;
		width:auto;
		max-width:100%;
	}

	.vodafoneParagraph {
		font-size:1.5em;
		margin-top:20px;
		margin-bottom:20px;
	}

	.napsterUnlimitedButton{
		font-size:16px;
		height:48px;
		line-height:48px;
		margin-bottom:5px;
	}

	.vodafoneButton{
		cursor:pointer;
		display:inline-block;
		height:52px;
		line-height:52px;
		font-size:1.5em;
	}

	#vodafoneActionContainer {
		padding-right:3px;
		padding-left:3px;
	}

    #submitButtonFacebook {
		margin-left: 0px;
	}

	/* subscription cacelation */
    .subscription-cancel-element {
        padding: 5px 10px 5px 20px;
        margin: 15px 0 30px 0;
    }
    .subscription-cancel-action {
        text-align: left;
        position: inherit;
        right: inherit;
        height: inherit;
        top: inherit;
        margin-top: inherit;
    }
    .subscription-label-current {
        line-height: inherit;
    }
    .subscription-cancel-cancel {
        text-align: center;
    }

    /* change subscription */
    .subscription-change-element {
        padding: 5px 10px 5px 20px;
        position: relative;
        font-size: 14px;
        margin: 15px 0 30px 0;
        background: #f9f9f9;
    }
    .subscription-change-element:last-child {
        margin-bottom: 10px;
    }
    .subscription-change-element:after {
        display: block;
        content: "";
        width: 5px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: #ccc;
    }
    .subscription-change-element.current-subscription:after {
        background: #74bf43;
    }
    .subscription-term {

    }
    .subscription-term h3 {
        margin: 0 !important;
        color: #000;
        font-size: 16px !important;
    }
    .subscription-term h3 br {
        display: none;
    }
    .subscription-term h4 {
        font-size: 16px;
        color: #000;
        font-weight: normal;
    }
    .subscription-term h4 strong {
        color: #2ca6de;
        font-weight: normal;
    }
    .subscription-term .is-recomended-plan {
        color: #409b88;
    }
    .subscription-description {
        margin: 10px 0;
    }
    .subscription-label-current {
        color: #74bf43 !important;
    	font-weight: bold !important;
    }
    .subscription-label-current + .btn {
        margin-top: 10px;
    }

    /* Billing */
    .inputItem label {
        width: 100% !important;
    }
    .inputItem .warning {
        display: block;
        white-space: normal;
        padding-top: 3px !important;
    }

    /* Billing info */
    .billing-info label {
        width: 100%;
        text-align: left;
    }

    /***********************/
    /*** Account Summary ***/
    /***********************/
    .account-summary > .content-row:first-child > .content-block {
        margin-top: 0;
    }
    .account-summary .content-block:not(:first-child):before {
        display: none;
    }

    /************************/
    /***** Family plans *****/
    /************************/
    /** Family plan picker **/
    .family-plans {
        padding-bottom: 15px;
    }
    .family-plan {
        display: block;
        float: none;
        margin: 0;
        margin-bottom: 15px;
        width: 100%;
    }
    .family-plan label {
        display: block;
        border: 0 none;
        width: 100%;
        height: 70px;
        background-color: #eee;
        box-sizing: border-box;
        cursor: pointer;
        position: relative;
        color: #333;

        -webkit-transition: all 120ms;
    	transition: all 120ms;
    }
    .family-plan label.checked,
    .family-plan label:hover {
        border-color: #cfe6ee;
        background-color: #cfe6ee;
    }
    .family-plan label input {
        position: absolute;
        left: -9999px;
    }
    .family-plan label:before {
        display: block;
        height: 12px;
        width: 12px;
        content: "";

        background: #fff;
        border: solid 2px #fff;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;

        border-radius: 50%;
        position: absolute;
        bottom: auto;
        top: 50%;
        left: 12px;
        margin: 0;
        margin-top: -6px;
    }
    .family-plan label.checked:before {
        background: #333;
    }

    .family-plan label strong {
        display: block;
        height: 36px;
        top: 50%;
        left: 30px;
        margin-top: -18px;
        bottom: auto;
        padding: 0;
        text-align: left;
        padding-left: 120px;
    }
    .family-plan label strong small {
        font-weight: normal;
        font-size: 100%;
        display: block;
    }
    .family-plan label strong:before {
        display: block;
        content: "";
        position: absolute;
        left: 20px;
        top: 0;
        height: 36px;

        margin: 0;
        width: auto;

        background: url(../img/familyplan/familyplan_family.png) no-repeat left center;
        background-size: 81px 36px;
    }
    .family-plan-1 label strong:before {
        margin: 0;
        width: 51px;
    }
    .family-plan-2 label strong:before {
        margin: 0;
        width: 66px;
    }
    .family-plan-3 label strong:before {
        margin: 0;
        width: 81px;
    }
    /** Family upgrade **/
    .family-member {
        padding: 10px 0;
        margin-bottom: 10px;
        border-bottom: solid 1px #eee;
    }
    .family-member:last-child {
        border: 0 none;
    }

    .family-member.is-invitation-sent .col-sm-5.col-xs-10 {
        width: 50%;
    }
    .family-member.is-invitation-sent .text-center.show-on-invitation-sent {
        text-align: right !important;
    }
    .family-member.is-invitation-sent .col-xs-4.col-xs-offset-2.text-center {
        text-align: left !important;
        width: 50%;
    }
    .family-member .form-group a:link .spinner > div,
    .family-member .form-group a:visited .spinner > div {
        left: 0;
        margin-left: 0;
    }
    .family-member .form-group.text-xs-right a:link .spinner > div,
    .family-member .form-group.text-xs-right a:visited .spinner > div {
        right: 0;
        left: auto;
    }

    .account-summary > .content-row:first-child > .content-block:not(:first-child) {
        border-top: 1px solid #ccc;
        padding-top: 10px;
    }
    .account-summary .family-member {
        padding: 5px 0;
        margin-bottom: 5px;
    }

    #submitButtonFacebook {
		margin-left: 0px;
	}

}

.frm-buttons.facebook-button {
    text-align: center;
}
.btn-facebook-login,
a.btn-facebok-login:link,
a.btn-facebok-login:visited,
a.btn-facebok-login:hover,
a.btn-facebok-login:active {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    padding: 0 10px 0 40px;
    background: #3b5998 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo4QThCOTg2OTU5MTAxMUUzQTlGQTlFRUQ5MEM5OTYzQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo4QThCOTg2QTU5MTAxMUUzQTlGQTlFRUQ5MEM5OTYzQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjhBOEI5ODY3NTkxMDExRTNBOUZBOUVFRDkwQzk5NjNDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjhBOEI5ODY4NTkxMDExRTNBOUZBOUVFRDkwQzk5NjNDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+xaNb/wAAAD9QTFRF////OluYaoOx5enx6OvzSmmggpa9jJ/DVnOn5+vyaoOx6ezzRWSe5uryYHysQWGcbYWzS2mhvMfc/Pz9TWuiLwIA+wAAAFNJREFUeNqszTcSgDAMRNHVSDYgkgn3PytQUChUDL98owAVuETBCHk6woTUidbe2rDRk8V6y7k0i4VoDyfDao70VjLUDLtPj35FjsjQ0eOslwADAE0ZAVjnThXFAAAAAElFTkSuQmCC) no-repeat 10px center;
    margin: 20px auto;
    color: #fff !important;
    text-decoration: none !important;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.fr .btn-facebook-login,
.fr a.btn-facebok-login:link,
.fr a.btn-facebok-login:visited,
.fr a.btn-facebok-login:hover,
.fr a.btn-facebok-login:active {
	padding: 0 10px 0 37px;
}

#submitButtonFacebook {
	margin-left: 30px;
}
#submitButtonFacebook:hover {
	text-decoration: none;
}

.social-divider{
	margin: 15px auto;
}
.social-divider-text {
	color: #ccc;
	text-transform: lowercase;
}
.social-divider-text:before {
    content: "\2014\ "
}
.social-divider-text:after {
    content: " \2014"
}

/***** clearfix *****/
.clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }

.cancel-sub-button {
	margin: 10px 10px 10px 0px;
}

.cancel-paragraph p {
	margin-bottom: 15px;
}

.cancel-paragraph {
	margin-top: 30px;
	margin-bottom: 30px;
}

.zero-margin {
	margin: 0px;
}
.vertical-margin {
    margin-top: 20px;
    margin-bottom: 20px;
}
.vertical-margin:first-child {
    margin-top: 0px;
}
.vertical-margin:last-child {
    margin-bottom: 0px;
}

.opt-toggle-accounts {
    display:none;
}
.opt-accounts .opt-default-accounts {
    display:none;
}
.opt-accounts .opt-toggle-accounts {
    display:block;
}

#idealContinue,
#paypalCountinue{
	padding: 8px 8px;
}

.margin-left-120 {
    margin-left: 120px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-top-38 {
    margin-top: 38px;
}

.margin-top-3 {
    margin-top: 3px;
}

.margin-top-9 {
    margin-top: 9px;
}

.margin-top-13 {
    margin-top: 13px;
}

.margin-top-20 {
    margin-top: 20px;
}

.padding-left-20 {
    padding-left: 20px;
}

.cc-payment-method {
    /*margin-top: -2px;*/
}

.mmg-bold-text {
    font-weight: bold;
    color: #66666a;
}

.bold-text {
    font-weight: bold;
    color: black;
}

.black-12px-text {
    color: black;
    font-size: 12px!important;
}

.black {
    color: black;
}

.make-primary {
    font-size: 12px!important;
    padding-top: 10px;
}

.add-payment-glyphicon {
    font-size: 35px;
    color: #0082aa
}

.mmg-earn-icon {
    color: #666666;
}

.mmg-earn-text {
    padding-right: 25px;
    padding-left: 0px;
}

.billinginfo {
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #d4d4d4;
}

.first-entry {
    background: #f2f2f2;
}

.second-entry {
    background: white;
}

.primary-payment-method {
    color: #fdb813;
    font-size: 16px;
}

.pm-cc, a.pm-cc:link, a.pm-cc:visited {
    display: block;
    width: 42px;
    height: 30px;
    text-indent: -9999px;
    float: left;
    overflow: hidden;
    margin: 3px;
    background: url(../img/payflow/ico_payment_methods.png?v=@version@) no-repeat;
    background-size: 251px 120px;
    border: solid 1px #e8e8e8;
    border-radius: 4px;
}

.cc-amex { background-position: 0px top; }
.cc-master { background-position: -42px top; }
.cc-discover { background-position: -126px top; }
.cc-direct { background-position: -210px top; }
.cc-visa { background-position: 0px -30px; }
.cc-visa-electron { background-position: -42px -30px; }
.cc-delta { background-position: -84px -30px; }
.cc-electronic-cache { background-position: -168px -30px; }
.cc-verizon { background-position: -210px -30px; }
.cc-ideal { background-position: -126px -60px; }
.cc-solo { background-position: -126px -30px; }
.cc-maestro { background-position: -84px top; }
.pm-paypal {
    background-position: -168px top;
    /*margin-right: 35px;*/
}
.pm-amazon { background-position: -168px -60px; }
.pm-miles {
    background-position: 0px -90px;
    width: 62px !important;
}

.billinginfo-border-right {
    border-right: 2px solid;
    padding-right: 4px;
}

.mm-curr {
	height: 12px;
	padding-top: 2px;
}

.mm-curr-summary {
    height: 13px;
    padding-bottom: 3px;
}

.mmgNumber {
    font-size: 14px;
}

.mmgNumber::-webkit-input-placeholder {
    font-size: 11px;
}

.mmgNumber::-moz-placeholder {
    font-size: 11px;
}

.mmgNumber:-moz-placeholder {
    font-size: 11px;
}

.mmgNumber:-ms-input-placeholder {
    font-size: 11px;
}

.mmgPin {
    font-size: 14px;
}

.mmgPin::-webkit-input-placeholder {
    font-size: 9px;
}

.mmgPin::-moz-placeholder {
    font-size: 9px;
}

.mmgPin:-moz-placeholder {
    font-size: 9px;
}

.mmgPin:-ms-input-placeholder {
    font-size: 9px;
}

.billinghstory-tax-indication {
    margin-top: 10px;
    font-size: 13px;
}

.delete-account-text {
    color: #333333;
}

.delete-partner-account-checkbox-label {
    color: #333333;
    margin-left: 5px;
}

.delete-account-text-red {
    color: #FF6A73;
}