html {
  position: relative;
  min-height: 100%;
}
body {
  background-color: #fafafa;
  /* footer height */
  margin-bottom: 100px;
}
/* angular */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

/* Mixin classes */
a.inline {
  display: inline-block;
}
span.symb{
  display: inline-block !important;
  color: inherit !important;
  font-size: inherit !important;
  padding-right: 3px; 
}
/* spinner */
.spinner-show .show-empty-data {
  display: none;
}
div.spinner {
  width: 1px !important;
  height: 1px !important;
}
span[spinner-key] {
  background-color: rgba(51, 51, 51, 0.15);
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1000000000;
  display: block;
}
/* spinner text */
span[spinner-key].spinner-text div.spinner {
  margin-top: -45px;
}
span[spinner-key].spinner-text:before,
span[spinner-key].spinner-text:after {
  position: relative;
  width: 180px;
  padding: 1px 7px;
  top: 50%;
  border: 1px solid transparent;
}
span[spinner-key].spinner-text:before {
  content: "";
  display: block;  
  margin: -105px auto 0 auto;
  position: relative;
  height: 117px;
  border-bottom-width: 0;
}
span[spinner-key] .spinner-wrapper .text {
  display: block;
  text-align: center;
  position: absolute;
  width: 240px;
  padding: 1px 7px;
  top: 50%;
  left: 50%;
  margin: 15px 0 0 -120px;
  border-top-width: 0;
  text-shadow: 0px 1px 1px #fff;
  color: #444;
  font-weight: bold;
}
span[spinner-key] .spinner-wrapper .text-waiting-time {
    width: 260px;
    margin: 15px 0 0 -40px;
}
span[spinner-key] .spinner-wrapper .text:empty,
span[spinner-key]:empty {
  display: none;
}
div.empty-data,
div.empty-plan {
  text-align: center;
  margin: 5px 0;
}
.blank-preload {
  height: 150px;
}
.have-top-pd {
  padding-top: 15px;
}
.col-left-pd {
  padding-right: 10px;
}
.col-right-pd {
  padding-left: 10px;
}
.inline {
  display: inline;
}
.inline-block {
  display: inline-block;
}
.retail-price {
  text-decoration: line-through;
}
.cost-free {
  text-transform: uppercase;
}
.deliver-txt {
  color: #ec2126;
}
.error-message-loading {
  margin: 20px 0;
  display: block;
}

/* icons */
i.ico {
  background-image: url(/frontend/images/myaccount/sprite2.png); 
  width: 31px;
  height: 31px;
  display: inline-block;
}
i.ico.favorite {
  background-position: -283px -7px;
}
i.ico.un-favorite {
  background-position: -321px -7px;
}
i.ico.phone-fav {
  background-position: -368px 0;
  width: 40px;
  height: 40px;
}
/* credit icon */
span.card-icon {
  width: 33px;
  height: 23px;
  display:block;
  margin: 0px;
  background: transparent url("/frontend/images/myaccount/card-types.png") no-repeat 0 center;
}
span.card-icon.none{
  background: transparent url("/frontend/images/myaccount/icon-card.png") no-repeat 0 0;
}
span.card-icon.card-visa {
  background-position: 0px top;
}
span.card-icon.card-discover {
  background-position: -72px center;
}
span.card-icon.card-master {
  background-position: -36px center;
}
span.card-icon.card-amex {
  background-position: -110px center;
}
span.card-icon.card-mada{
  background: transparent url("/frontend/images/myaccount/card-mada.png") no-repeat 0 0;
  background-position: 0px top;
}
span.card-icon.card-stcpay{
  background: transparent url("/frontend/images/myaccount/stc-pay.png") no-repeat 0 0;
  background-position: 0px top;
  background-size: contain;
}
span.card-icon.card-payforme{
  background: transparent url("/frontend/images/myaccount/payforme.png") no-repeat 0 0;
  background-position: 0px top;
  background-size: contain;
}
span.card-icon.card-share{
  background: transparent url("/frontend/images/myaccount/share.png") no-repeat 0 0;
  background-position: 0px top;
  background-size: contain;
  cursor: pointer;
  vertical-align: text-bottom;
  margin-left: 15px;
  display: inline-block;
  height: 29px;
}

.info-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  cursor: pointer;
  background: transparent url("/frontend/images/myaccount/sprite2.png") no-repeat -141px -307px;
  vertical-align: middle;
}
.arrow-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent url("/frontend/images/myaccount/sprite2.png") no-repeat -321px -415px;
  vertical-align: middle;
}
.arrow-icon.down {
  background-position: -294px -415px;
}
.restrict-icon {
  margin-right: 3px;
}
.ma-pagination {
  display: block;
  width: 100%;
  float: left;
}
.vertical-middle { /* with parent fixed height */
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ellipsis {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  box-sizing: border-box;
  display: inline-block;
}
#loading-form-card iframe {
  min-height: 360px;
  min-width: 317px;
  margin: 10px 0; 
}
#terms-box {
  padding:5px 0;
  margin-bottom: 10px;
}
#terms-box a.terms-link {
  text-transform: none;
}
.tos #terms-box {
  padding:25px 0;
  text-align: center;
}
.tos .welcome-title {
  font-weight: 900;
  padding-bottom: 40px;
  box-sizing:border-box;
  font-size: 2em;
}

/* input */
input.form-text,
span.ui-selectmenu-button,
select {
  box-sizing: border-box;
  min-height: 30px;
  min-width: 240px;
}
input[type="radio"],
input[type="checkbox"] {
  margin-right: 5px;
}
input.form-checkbox + label.option,
input.form-radio + label.option {
  display: inline;
  top: 3px;
  position: relative;
}
input.auto, 
select.auto {
  width: auto;
  min-width: 240px;
}
/* style for input pincode and coupon */
input[name="pincode"]:not(.error), 
input[name="coupon_code"]:not(.error) {
  border-color: #474c55 !important;
}
input[name="pincode"], 
input[name="pincode"].error, 
input[name="coupon_code"], 
input[name="coupon_code"].error {
 color: #474c55;
}

/* tooltip */
.tooltip-inner {
  max-width: 215px;
}

/* progress */
.progress {
  background: #333;
  color: #fff;
  line-height: 20px;
  display: block;
}
.progress .progress-bar {
  background: #00AA00;
  text-align: left;
  font-size: 1em;
}
.progress .progress-bar.days {
  background: #00AA00;
}
.progress .progress-bar span,
.progress .progress-bar p {
  display: inline-block;  
  text-indent: 3px;
  margin-bottom: 0;
}
.progress.transparent {
  height: 1px !important;
  visibility: hidden;
}
/* progress empties */
.progress-empties .progress {
  background-color: #00AA00;
  direction: rtl;
}
.progress-empties .progress.days {
  background: #00AA00;
}
.progress-empties .progress[type~='days'] {
  background: #00AA00;
}
.progress-empties .progress .progress-bar {
  background: #333;
  text-align: right;
}
/* progress opposite */
.progress-opposite .progress {
  direction: rtl;
}
.progress-opposite .progress .progress-bar {
  text-align: right;
  float: right;
}
/* progress empties + opposite */
.progress-opposite.progress-empties .progress {
  direction: ltr;
}
.progress-opposite.progress-empties .progress .progress-bar {
  float: left;
  text-align: left;
}
/* progress waring status */
.progress.progress-warning .progress-bar,
.progress.progress-warning .progress-bar.days,
.progress-empties .progress.progress-warning,
.progress-empties .progress.progress-warning.days,
.progress-empties .progress.progress-warning[type~='days'] {
  background: #D0021B;
}
.progress-empties .progress.progress-warning .progress-bar {
  background: #333;
}

/* transactionprocessing */
.transaction-processing-icon {
  background: url(/frontend/images/myaccount/ajax-loader.gif) transparent no-repeat;
  display: block;
  float: left;
  height: 39px;
  margin: 5px 10px 0 0;
  width: 39px;
}
.transaction-processing-status {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: bold;
}
.transaction-processing-warming {
  font-size: 13px;
}

/* sub menu left */
.sub-menu-nav.no-item {
  min-height: 1px;
}
.sub-menu-nav.no-item > div,
.sub-menu-nav > div .menu-left-placeholder {
  display: none;
}
.sub-menu-nav.no-item > div.place-holder,
.sub-menu-nav.no-item > div.place-holder .menu-left-placeholder {
  display: block;
}

/* buttons */
.login-page .btn-primary, 
.login-page .btn-primary[disabled],
.modal-dialog .btn-primary, 
.modal-dialog .btn-primary[disabled],
#wrapper-content .btn-primary,
#wrapper-content .btn-primary[disabled] {
  padding: 0 17px;
  height: 32px;
  line-height: 32px;
  color: #FFF;
  font: 400 15px/32px "Alright Sans LT", Arial, Helvetica, sans-serif;
  cursor: pointer;
  text-transform: uppercase;
  background: #39ded7;
  background: -moz-linear-gradient(top, #39ded7 0%, #3cc3df 50%, #3dc1bd 51%, #40aaa7 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #39ded7), color-stop(50%, #3cc3df), color-stop(51%, #3dc1bd), color-stop(100%, #40aaa7));
  background: -webkit-linear-gradient(top, #39ded7 0%, #3cc3df 50%, #3dc1bd 51%, #40aaa7 100%);
  background: -o-linear-gradient(top, #39ded7 0%, #3cc3df 50%, #3dc1bd 51%, #40aaa7 100%);
  background: -ms-linear-gradient(top, #39ded7 0%, #3cc3df 50%, #3dc1bd 51%, #40aaa7 100%);
  background: linear-gradient(to bottom, #39ded7 0%, #3cc3df 50%, #3dc1bd 51%, #40aaa7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39ded7', endColorstr='#40aaa7', GradientType=0);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-weight: bold;
  text-shadow: none;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.btn-primary[disabled] {
  color: #7A8692;
  background-color: #BEDFF0 !important;
  border-color: #AFC0D1;
}
.welcome-forgotPassword a.disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  color: #999999 !important;
}
/* strength password */
#strength {
  margin-bottom: 5px;
}
#strength {
  display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
}
#strength li {
  background: #DDD;
  border-radius: 2px;
  display: inline-block;
  height: 5px;
  margin-right: 5px;
  width: 20px;
}

/* ng-switch-button */
.btn-toggle-switch {
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #FFF;
  width: 100px;
  max-width: 100px;
}
div.switch-on, div.switch-off {
  text-align: center;
}
div.switch-on:after, 
div.switch-off:after {
  content: "";
  display: table;
  clear: both;
}

.btn-toggle-switch span {
  width: 50%;
  float: left;
  padding: 3%;
  zoom: 1;
  border: 1px solid #808080;
  cursor: pointer;
  box-sizing: border-box;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  /* No support for these yet, use at own risk */
  -o-user-select: none;
  user-select: none;
  max-height: 28px;
}
.btn-toggle-switch span:first-child {
  border-radius: 5px 0px 0px 5px;
  border-right: none;
}
.btn-toggle-switch span:last-child {
  border-radius: 0px 5px 5px 0px;
  border-left: none;
}
.btn-toggle-switch span:before, 
.btn-toggle-switch span:after {
  content: '';
  width: 5px;
  display: inline-block;
}
div.switch-on span:first-child, 
div.switch-off span:last-child {
  background-color: #06F;
  color: white;
}
div.switch-on span:last-child, 
div.switch-off span:first-child {
  background-color: #E7E7E7;
  color: black;
}
div.switch-disabled div.switch-on span:first-child, 
div.switch-disabled div.switch-off span:last-child {
  border-color: #CEC5C5;
  background-color: #E7E7E7;
  color: #837D7D;
}
div.switch-disabled div.switch-on span:last-child, 
div.switch-disabled div.switch-off span:first-child {
  border-color: #CEC5C5;
  background-color: #91B3E7;
  color: #6080A3;
}

/*Toggge Auto*/
.switch {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}
input.toggle {
  visibility: hidden;
}
input.toggle + label {
  width: 55px;
  border-radius: 4rem;
  visibility: visible;
  margin-right: 5px; 
}
input.toggle.small + label {
  width: 40px;
}
input.toggle + label:hover {
  cursor: pointer;
}

input.toggle + label:before,
input.toggle + label:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  content: "";
}
input.toggle + label:before {
  height: 17px;
  max-width: 52px;
  right: 0.5rem;
  left: 0;
  top: 2px;
  bottom: 1.8rem;
  border-radius: 5rem;
  transition: background 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
}
input.toggle.small + label:before {
  height: 12px;
  top: 5px;
  bottom: 1.8rem;
  border-radius: 5rem;
  transition: background 0.3s;
  background-color: rgba(0, 0, 0, 0.2);
}
input.toggle.small + label:after {
  top: 0;
  width: 20px;
  height: 20px;
}
input.toggle + label:after {
  width: 25px;
  height: 25px;
  top: -3px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 0.1rem 0.25rem 0rem rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
  -moz-transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
  -o-transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
  transition: all 0.3s cubic-bezier(0.915, 0.01, 0.075, 0.995);
}
input.toggle:checked + label:before {
  background-color: #a4c7f0;
  opacity: 0.5;
}
input.toggle:checked + label:after {
  background-color: #4a90e2;
  margin-left: 30px;
  box-shadow: 0 0.1rem 0.25rem 0rem rgba(0, 0, 0, 0.3);
  border: 2px solid #fff;
}
input.toggle:disabled + label:before {
  background-color: rgba(0, 0, 0, 0.1);
  cursor: not-allowed;
  opacity: 0.7;
}
input.toggle:disabled + label:after {
  cursor: not-allowed;
  background-color: #F5F5F5 !important;
  box-shadow: 0 0.1rem 0.1rem 0rem rgba(0, 0, 0, 0.2);
}
input.toggle.small:checked + label:after {
  margin-left: 20px;
}

/* modal */
.modal-body {
  line-height: 17px;
  white-space: pre-wrap;
}
.modal-body .row-display-plan {  
  width: 100%;
  float: left;
}
.modal-body .row-display-plan .item {
  font-weight: 900;
  padding-left: 50px;  
  height: 50px;
}
.modal-body .row-display-plan .item .icon {
  width: 40px;
  max-width: 40px;
  overflow: hidden;
  position: absolute;
  left: 0;
}
.modal-body .row-display-plan .item .icon img {
  max-width: 40px;
}
.modal-body .row-display-plan .item .details {
  width: 75%;
}
.modal-body .row-display-plan .item .cost {
  width: 25%;
  text-align: right;
}
.modal-body .row-display-plan .item > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-body .time-countdown {
  margin-right: 20px; 
  height: 60px; 
  width: 60px;
  float: left;
  overflow: hidden;
}
.modal-body .time-countdown input.knob.second {
  margin-left: 0;
  margin-right: -47px;
}
.modal-body .short-description {
  color: #f7c052;
}
.modal-open.branch-banner-is-active .modal.fade.in {
  top: 75px;
}
.modal-open span[spinner-key] {
  z-index: 999;
}
.modal-open div.spinner-wrapper,
.modal-open div.spinner {
  opacity: 0;
}
.modal-header {
  min-height: 25px;
  font-weight: bold;
}
.modal-header .icon {
  background-size: auto 32px;
  width: 35px;
  height: 35px;
  background-position: 0;
}
.modal-header .close {
  width: 12px;
  height: 12px;
  position: relative;
  top: 13px;
  text-indent: -9999px;
  background-image: url('/frontend/images/myaccount/icon_close.png');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  background-position: center center;
  opacity: 1;
  padding: 0 !important;
  margin: 0 !important;
}
.modal-header .icon-info {
  background-image: url(/frontend/images/myaccount/icon_info.png);  
}
.modal-header .icon-error {
  background-image: url(/frontend/images/myaccount/icon_error.png);  
}
.modal-header .icon-success {
  background-image: url(/frontend/images/myaccount/icon_success.png);  
}
.modal-header .icon-confirm {
  background-image: url(/frontend/images/myaccount/icon_confirm.png);  
}
.modal-header .section-modal-title {
  position: relative;
  top: 13px;
  font-size: 20px;
  font-weight: normal;
}
/* Modal add card */
.modal-add-card section label {
  font-weight: 900;
}
.modal-add-card.modal-footer button {
  min-width: 120px;
}

/* Smart Banner */
#branch-banner {
  top: 0;
  left: 0;
  right: 0;
}

/* allocation sharing form */
.device-share ul {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
}
.device-share li {
  box-sizing: border-box;
  float: left;
  padding-right: 5px;
  position: relative;
  min-height: 1px;
}
.device-share li:last-child {
  padding-right: 0;
}
.device-share li.info {
  width: 56%;
}
.device-share li.warning-message {
  width: 100%;
  margin-top: 5px;
}
.device-share li.info.ns {
  width: 78%;
}
.device-share li.sum, 
.device-share li.percent {
  width: 22%;
  text-align: center;
}
.device-share .details {
  display: inline-block;
  width: 35%;
}
.device-share .controls {
  display: inline-block;
}
.device-share select {
  vertical-align: top;
  max-width: 100px;
  width: 100%;
  min-width: 30px;
  margin-bottom: 0;
}
.device-share input[type="radio"] {
  vertical-align: middle;
  margin-right: 10px;
  float: left;
}
.device-share .info .icon {
  float: left;
  padding-right: 10px;
  box-sizing: border-box;
}
.device-share .info .icon img {
  width: auto;
  max-width: 30px;
}
.device-share .info .detail {
  float: left;
  box-sizing: border-box;
}
.device-share .info .detail .nickname {
  font-weight: bold;
}
.device-share h2 {
  border-bottom: 0;
  padding: 0;
  margin: 2px;
}
.device-share.header {
  font-weight: bold;
}
.device-share.header ul .title-share-device{
  padding: 0;
}
.device-share.header ul li{
  padding: 5px 0;
}
.device-share li.percent input.form-sharing {
  width: 55%;
  padding: 4px;
  text-align: center;
}
.device-share li.percent input.form-sharing[disabled] {
  opacity: .5;
}
.device-share li.percent span.percent {
  display: inline-block;
  width: 20%;
  position: relative;
  top: -2px;
}
.device-share.item .used0 {
  color: #75069e;
}
.device-plan-wrapper {
  margin-top: 10px;
}
.device-plan-wrapper .error {
  color: #ff0000;
}
.device-plan-wrapper .least {
  color: #3dc8de;
}
.device-share .btn-toggle-switch {
  width: 100%;
  margin-top: -1px;
}
.device-share .btn-toggle-switch span {
  padding: 1%;
  line-height: 26px;
  height: 30px;
  max-height: 30px;
}
.device-share.item li.sum {
  min-height: 22px;
  margin-top: 6px;
}

/* select payment method */
#select-payment-method ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#select-payment-method ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
#select-payment-method ul li label {
  display: inline;
}
#select-payment-method ul li .control-group {
  margin: 10px auto 0 0;
}
#select-payment-method ul li .control-group a {
  display: block;
}
#select-payment-method ul li#select-topup-card {
  padding: 7px 0;
}
#select-payment-method ul li.credit-card p.list-card{
  position: relative;
  padding-left: 40px; 
}
#select-payment-method ul li.credit-card p.list-card.message-notify{
  display: inline-block;
  margin-top: 4px;
}
#select-payment-method ul li.credit-card p.list-card span.card-icon {    
  position: absolute;
  left: 0;
  top: 3px;
}

#select-payment-method ul li.credit-card p.list-card select {
  /*width: 70% !important;*/
  min-width: 300px !important;
}
input.topup-cvv {
  width: 105px !important;
  margin-left: 15px;
  text-align: center;
}
.title-cvv-code {
  padding-left: 205px;
  margin-top: 5px;
  position: absolute;  
}
/* table */
table.summary {
  width: 100%;
}
table.summary td {
  padding: 5px; 
  vertical-align: top;
}
table.summary td:empty {  
  display:none;
}
table.summary td.price {
  text-align: right;
  white-space: nowrap;
  width: 30%;
}
table.summary td.wrap {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
table.summary .sum-info {
  font-weight: bold;
}
table.summary .sum-info td {
  vertical-align: middle;
}
#balanceSummaryTable {
  background-color: #F3F5F4;
  border: 1px solid #DADEC4;
  border-radius: 3px;  
  border-radius: 2px;
  border-collapse: initial;
  padding: 5px;
}
#amountSummaryTable {
  margin: 10px 0;
  padding: 20px 0px 10px;
  font-size: 14px;
  font-weight: bold;
  border-collapse: initial;
  padding: 5px;
}

/* WRAP LEFT */
.wrapper-left {
  width: 65%;
  padding-right: 30px;
  box-sizing: border-box;
}

/* WRAP RIGHT */
.wrapper-right {
  width: 35%;
}

/* WRAP FULL */
.wrapper-full {  
  width: 100%;
  float: left;
  margin-top: 10px;
}

.wrapper-right > h2 {
  margin-top: 0;
}
.wrapper-left,
.wrapper-right {
  float: left;
  box-sizing: border-box;
  min-height: 1px;
  margin-top: 10px;
}

/* My Account */
.my-account {
  color: #333333;
  word-wrap: break-word;
}
.my-account .error {
  color: #FF0000;
}
.my-account div.logo a {
  display: block;
  width: auto;
  height: 76px;
  background: url('/frontend/images/myaccount/itson-logo-for-web.png') no-repeat;
}
.my-account div.login {
  padding-top: 20px;
}
.my-account div.login .links {
  clear: both;
  font-size: 12px;
  padding-top: 4px;
}
.my-account div.messages {
  background: #000000 url("/frontend/images/myaccount/top-right.png") no-repeat right top;
  color: #FFF;
  font-weight: normal;
  font-size: 16px !important;
  border-radius: 3px;
  padding: 10px;
}
.my-account div.warring-suppended-subscription.alert::before {
  background-image: url('/frontend/images/myaccount/suspended.png');
  background-size: 35px;
  width: 40px;
  height: 40px;
}
.my-account div.warring-suppended-subscription {
  background-color: #ffe83d;
  border-radius: 0;
  min-height: 45px;
}
.my-account div.warring-suppended-subscription .content {
  margin-left: 30px;
}
.my-account .warring-suppended-subscription .bottom {
  background: #2d77f7;
  padding: 6px 10px;
}
.my-account .warring-suppended-subscription .bottom a {
  color: #fff!important;
  text-transform: uppercase!important;
}
.my-account div.row-padding {
  padding-top: 20px;
}
.my-account .assign-warning {
  color: #c09853;
}
.my-account div.alert {
  overflow: hidden;
  box-sizing: border-box;
}
.my-account div.alert::before,
.my-account div.alert .wrap-message::before{
  position: absolute;
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  padding-right: 6px;
}
.my-account div.alert.top-page::before{
  display: none;
}
.my-account .assign-warning::before {  
  background-image: url('/frontend/images/myaccount/icon_warning.png');
  background-size: 20px auto;
}
.my-account div.alert.lock::before {
  background-image: none;  
}
.my-account div.alert.alert-suspended .wrap-message::before,
.my-account div.alert.alert-suspended::before {
  content: '';
  background-image: url('/frontend/images/myaccount/icon_suspended.png');
  background-size: 23px auto;
  background-repeat: no-repeat;
  width: 27px;
}
.my-account div.alert .close{
  width: 12px;
  height: 12px;
  text-indent: -9999px;
  background-image: url('/frontend/images/myaccount/icon_close.png');
  background-repeat: no-repeat;
  background-size: 12px 12px;
  margin-top: 5px;
}
.my-account div.alert.alert-success .wrap-message::before,
.my-account div.alert.alert-success::before {
  width: 20px;
  height: 20px;
  content: '';
  background-image: url('/frontend/images/myaccount/icon_success.png');
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.my-account div.alert.alert-error .wrap-message::before,
.my-account div.alert.alert-error::before {
  width: 20px;
  content: '';
  background-image: url('/frontend/images/myaccount/icon_error.png');
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.my-account div.alert.alert-info .wrap-message::before,
.my-account div.alert.alert-info::before {
  width: 20px;
  content: '';
  background-image: url('/frontend/images/myaccount/icon_info.png');
  background-repeat: no-repeat;
  background-size: 20px auto;
}
.my-account div.alert .message {
  margin-left: 30px;
  margin-top: -3px;
  font-size: 13px;
}
.my-account .alert.alert-custom {
  background-color: #fff;
  border: none;
  color: #336633;
  padding: 0px;
}
.my-account .alert.alert-custom::before {
  content: '';
  background-image: url(/frontend/images/icon-check.png) !important;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-right: 6px;
}
.my-account .alert.alert-custom.error::before {
  content: '';
  background-image: url(/frontend/images/icon-error.png) !important;
  width: 30px;
  height: 30px;
}
.my-account .alert.alert-custom.valid {
  color: #FF0000;
}
.my-account .alert.alert-custom.error {
  color: #FF0000;
}
.my-account .alert-row {
  height: 38px;
}

.my-account div.lock::before {
  font-size: 20px;
  content: '\1F512';
  display: inline-block;
  height: 30px;
  padding-right: 6px;
}

/* Account banlance */
.balance-zero {
  background-color: #ede162 !important;
}

/* LISTING ITEM GRID */
.listing-items .item {
  width: 100%;
  float: left;
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 10px 0; 
  min-height: 1px;
  line-height: 17px;
}
.listing-items .item > div {
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
  min-height: 1px;
}
.listing-items .item > div:last-child {
  padding-right: 0;
}
.listing-items .item > div.icon {
  width: 10%;
}
.listing-items .item > div.icon img {
  max-width: 48px;
  max-height: 48px;
  width: auto;
}
.listing-items .item .controls {
  text-align: right;
}
.listing-items .item .controls > span {
  display: inline-block;
  margin-left: 5px;
}
.listing-items .item .controls > span:first-child {
  margin-left: 0;
}
.listing-items.listing-product .item {
  padding-left: 65px;
}
.listing-items .item .icon.vas-inactivate {
  overflow: visible !important;
}
.listing-items .item .icon.vas-inactivate .noti-circle:before {
    content: ' \25CF';
    font-size: 25px;
    position: absolute;
    right: -8px;
    top: -8px;
    z-index: 10000;
    color: #FF0000;
}

/* MAIN CONTENT */
.container-fluid.wrap-container {
  max-width: 980px;
  margin: 0 auto;
}

/* WRAPPER CONTENT */
body.login-page,
#wrapper-content {
  color: #898989;
}
body.login-page .inline-form a,
#wrapper-content a, #change-mdn-sim, #change-mmc-sim {
  color: #39ded7;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Alright Sans LT", Arial, Helvetica, sans-serif;
}
body.login-page .inline-form .alert{
  margin-bottom: 20px
}
#wrapper-content .undertone-text {
  color:#d3d3d3;
}
#wrapper-content .block-title {
  margin: 0;
}
#wrapper-content .block-title.width-auto {
  width: auto;
  display: inline-block;
}
.modal-dialog input.error {
  border: 1px solid #FF0000;
}
.modal-dialog h2,
#wrapper-content h2 {
  font-size: 18px;
  font-weight: bold;
  font-family: 'Alright Sans LT', Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 22px;
}
#wrapper-content .subsection-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e2e4e4;
  display: block;
  width: 100%;
  float: left;
}
#wrapper-content .subsection-title h2 {
  color: #000;
  font: bold 22px "Alright Sans LT", Arial, Helvetica, sans-serif;
  margin: 0;
}
#wrapper-content .subsection-title h2 span {
  color: #999;
  font-size: 12px;
  text-transform: none;
  display: block;
}
#wrapper-content .edit-link {
  margin-left: 15px;
}
#wrapper-content .pagination a {
  padding: 4px 12px;
}
#wrapper-content .pagination li.active a  {
  cursor: default;
}
#wrapper-content .pagination li.disabled a {
  opacity: .5;
  color: #999;
  cursor: default;
}
#wrapper-content .subsection-title .desc a {
  display: inline-block;
}

/* HEADER PANEL */
#my-account-header {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  margin-bottom: 25px;  
}
#my-account-header .header-extra-template{
  display: block;
  overflow: hidden;
}
#my-account-header .bg-header {
  background-color: #fff;
}
#my-account-header .header-waller {
  width: 100%;
  float: left;
}
#my-account-header .alert {
  max-width: 980px;
  margin: 0 auto 20px auto;
}
#my-account-header #offersRootBanner,
#my-account-header #myPlansMediumMediaTopBanner {
  display: none;
}
#my-account-header #offersRootBanner .carousel {
  margin-bottom: 0;
}
#my-account-header .wallet-header {
  position: relative;
}
#my-account-header .wallet-header > div {
  position: absolute;
  border: 1px solid #e2e4e4;
  padding: 2px 5px;
  background-color: #fff;
  right: -5px;
  top: -15px;
}
#my-account-header .wallet-header > div > span:first-child:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 23px;
  background: transparent url("/frontend/images/myaccount/sprite2.png") no-repeat -352px -415px;
  vertical-align: middle;
  margin-right: 5px;
}
#my-account-header .wallet-header span+span span.nl,
#my-account-header .wallet-header span+span a {
  font-weight: 600;
  color: #06F;
}
#my-account-header .wallet-header span+span.zero span.nl,
#my-account-header .wallet-header span+span.zero a,
#my-account-header .wallet-header span.zero {
  color: #ec2126;
}
.wallet-header .loading-placeholder {
  background-image: url(/frontend/images/myaccount/ajax-loader.gif);
  background-repeat: no-repeat;
  background-size: 22px auto;
  background-position: right top;
  width: 24px;
  height: 22px;
  content: '';
  display: inline-block;
  vertical-align: middle;
}
.wallet-header .error-api {  
  font-size: 25px;
  float: right;
  margin-left: 10px;
}
#header-panel {
  height: 80px;
  width: 100%;
  position: relative;
  padding-left: 90px;
  box-sizing: border-box;
}
#header-panel .logo,
#header-panel .navigation {
  float: left;
}

#header-panel .logo {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
}
#header-panel .navigation {
  width: 100%;
}
#header-panel .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

/* TOP MENU */
#top-menu {
  margin-top: 18px;
}
#top-menu > .nav li {
  width: auto;
  margin: 0;
}
#top-menu li a {
  background: none;
  background-color: none;
  box-shadow: none;
  font: normal 15px "Alright Sans LT", Arial, Helvetica, sans-serif;
  font-weight: 600;
  color: #000;
  padding: 10px 15px 10px;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}
#top-menu span.user-menu-items > a {
  display: block;
  text-indent: -9999px;
  padding: 17px;
  background: #eee url("/frontend/images/myaccount/sprite2.png") no-repeat -256px -411px;
}
#top-menu li.active a,
#top-menu li a:hover {
  color: #ec2126;  
}
#top-menu span.user-menu-items {
  float: right;  
}
#top-menu span.user-menu-items.open>.dropdown-menu {
  right: 0;
  left: auto;
  border-radius: 0;
}
#top-menu span.user-menu-items li a {
  font-size: 13px;
  padding: 5px 10px;
  font-weight: 300;
  text-transform: none;
}

/* FOOTER */
#footer-bar {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #ddd;
  margin-top: 25px;
  padding-top: 15px;
}
#footer-bar .nav li {
  border-right: 1px solid #e2e4e4;
}
#footer-bar .nav li a {
  color: #000000;
  text-decoration: none;
  font-size: 11px;
  font-weight: bold;
  font-family: 'Alright Sans LT', Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0 5px 0 5px;
}
#footer-bar .nav.flinks {
  width: 100%;
  margin-left: -5px;
  margin-bottom: 5px;
}
#footer-bar .nav li:last-child {
  border-right: none;
}
#footer-bar .nav.social:first-child {
  margin: 0;
}
#footer-bar .nav.social li {
  margin: 0 0 2px 6px;
  border: none;
}
#footer-bar .nav.social li a {
  text-indent: -9999px;
  background: transparent url('/frontend/images/myaccount/icons-social-sprite2.gif') no-repeat left top;
  width: 35px;
  height: 35px;
  margin: 0;
}
#footer-bar .social li a.youtube {
  background-position: -2px -13px;
}
#footer-bar .social li a.youtube:hover {
  background-position: -2px -48px;
}
#footer-bar .social li a.facebook {
  background-position: -40px -13px;
}
#footer-bar .social li a.facebook:hover {
  background-position: -40px -48px;
}
#footer-bar .social li a.flickr {
  background-position: -78px -13px;
}
#footer-bar .social li a.flickr:hover {
  background-position: -78px -48px;
}
#footer-bar .social li a.twitter {
  background-position: -116px -12px;
}
#footer-bar .social li a.twitter:hover {
  background-position: -116px -47px;
}
#footer-bar .social li a.tumblr {
  background-position: -152px -12px;
}
#footer-bar .social li a.tumblr:hover {
  background-position: -152px -47px;
}
#footer-bar .social li a.pintrest {
  background-position: -191px -12px;
}
#footer-bar .social li a.pintrest:hover {
  background-position: -191px -47px;
}

/* LEFT MENU */
#left-menu .sidebar-nav .slick-slide {
  border-bottom: 1px solid #e2e4e4;
  overflow: hidden;
}
#left-menu .slick-vertical .slick-list {
  height: auto !important;
  padding-right: 15px;
}
#left-menu .slick-vertical .slick-slide {
  float: none !important;
}
#left-menu .slick-vertical .slick-track {
  transform: none !important;
  width: 100% !important;
}
#left-menu .slick-slide a {
  font: 12px "Alright Sans LT", Arial, Helvetica, sans-serif;
  display: block;
  padding: 9px 7px;
  outline: none;
  color: #000; 
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  max-height: 30px;
}
#left-menu .slick-slide a:hover {
  color: #ec2126;  
}
#left-menu .slick-slide a:active,
#left-menu .slick-slide a:focus {
  color: #000;
  text-decoration: none;
}
#left-menu .slick-slide.active a,
#left-menu .slick-slide.active a:active,
#left-menu .slick-slide.active a:focus {
  font-weight: bold;
  color: #ec2126;
  cursor: default;
}

/* LOGIN */
body.login-page .inline-form {
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: 0;
  margin:15px auto;
  width: 50%;
  min-width: 500px;
  box-sizing: border-box;
}
body.login-page .inline-header {
  padding: 9px 15px;
  border-bottom: 1px solid #EEE;
}
body.login-page h3 {
  margin: 0;
  line-height: 30px;
  font-weight: normal;
  color: #898989;
}
body.login-page h4 {
  margin: 0 0 15px 0;
  color: #898989;
}
body.login-page .inline-body {
  padding: 30px; 
}
body.login-page input.form-text {
  width: 100%;
}
body.login-page #passwordHint {
  padding: 0 0 0 15px;
}
body.login-page #passwordHint > div {
  background-color: #D8D8D8;
  padding: 10px;
}
body.login-page #passwordHint h5,
body.login-page #passwordHint ul {
  margin-bottom: 0
}
body.login-page #notificationUI {
  display: none;
}

/* EMAIL VERIFICATION */
#emailVerificationExpired a.btn-link {
  color: white;
}

/* OOBE */
.oobe-page .title-box {
  font-weight: 900;
  padding-bottom: 40px;
  box-sizing:border-box;
}
.oobe-page .title-box > div {
  padding: 5px 0;
}
.oobe-page .welcome-title {
  font-size: 2em;
}
.oobe-page .welcome-subtitle {
  font-size: 1.2em;
}
.oobe-page .welcome-sesondaryLogin {
  font-size: 1.2em;
  font-weight: bold;
  color: #898989;
  padding-bottom: 20px;
}
.oobe-page .welcome-forgotPassword {
  font-size: 1em;
}

.oobe-page #wrapper-content {
  margin-top: 20px;
}
.oobe-page .listing-items .item {
  border: 1px solid #eee;
  margin: 3px 0px;
  box-sizing:border-box;
  background:#eee;
  border-radius: 6px;
  padding-left: 10px;
}
.oobe-page .listing-items .item.item-offer {
  background-color: transparent;
  border: 0;
}
.oobe-page .listing-items .item.item-offer .cost {
    width: 30%;
}
.oobe-page .listing-items .item.item-offer .details {
    width: 70%;
}
.oobe-page .listing-items .item > div.icon {
  width: 15%;
  max-width: 60px;
}
.oobe-page .listing-items .item > div.details {
  width: 60%;
}
.oobe-page .listing-items .item > div.cost {
  width: 25%;
  float:right;
  text-align: right;
  padding-right: 10px;
  line-height: 32px;
}
.oobe-page .listing-items .item > div.cost .inline-block {
  line-height: 17px;
}
.oobe-page .listing-items .item > div.cost input {
  margin: 10px 0 10px 10px;
  vertical-align:middle;
}
.oobe-page .listing-items .item.total-cost {
  line-height: 35px;
  font-weight: 900;
}
.oobe-page .listing-items .item.total-cost .details {
  padding-left: 10px;
}
.oobe-page .mandatory-choice-title {
  font-size: 1.1em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 10px 0;
  clear: both;
}
.oobe-page .create-account {
  clear: both;
}
.oobe-page .detail-plan .plan-icon {
  float: left;
  margin-right: 10px;
  padding-top: 3px;
}
.oobe-page .detail-plan .plan-icon img {
  max-width: 48px;
}
.oobe-page .detail-plan .plan-name {
  font-size: 20px;
}
.oobe-page#oobeRequestOTP a{
  font-weight: normal;
  text-transform: none;
}
.oobe-page#oobeRequestOTP .note{
  font-weight: normal;
  margin-bottom: 10px;
}
.oobe-page#oobeRequestOTP .resend-sms{
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
.oobe-page#oobeRequestOTP .title-box{
  padding-bottom: 10px;
}
.oobe-page#oobeRequestOTP ul.inputs{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.oobe-page#oobeRequestOTP ul.inputs li{
  display: inline-block;
  width: 30px;
  margin: 0 3px;
}
.oobe-page#oobeRequestOTP ul.inputs li.sep{
  width: 1px;
}
.oobe-page#oobeRequestOTP ul.inputs input{
  text-align: center;
  font-weight: 600;
  padding: 0 3px;
  width: 100%;
}

#verify-opt-success{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: rgba(51, 51, 51, 0.15);
  z-index: 999999;
  text-shadow: 0px 1px 1px #fff;
  color: #444;
  font-weight: bold;
}
#verify-opt-success .icon{
  background: url(/frontend/images/myaccount/icon_success.png) no-repeat center 0;
  background-size: auto 30px;
  height: 35px;
}
#verify-opt-success>.content{
  max-width: 300px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.devices-page#devicesRequestOTP a{
  font-weight: normal;
  text-transform: none;
}
.devices-page#devicesRequestOTP .note{
  font-weight: normal;
  margin-bottom: 10px;
}
.devices-page#devicesRequestOTP .resend-sms{
  font-weight: normal;
  text-align: center;
  margin-bottom: 10px;
}
.devices-page#devicesRequestOTP .title-box{
  padding-bottom: 10px;
  font-size: 2em;
  font-weight: 900;
}
.devices-page#devicesRequestOTP ul.inputs{
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.devices-page#devicesRequestOTP ul.inputs li{
  display: inline-block;
  width: 30px;
  margin: 0 3px;
}
.devices-page#devicesRequestOTP ul.inputs li.sep{
  width: 1px;
}
.devices-page#devicesRequestOTP ul.inputs input{
  text-align: center;
  font-weight: 600;
  padding: 0 3px;
  width: 100%;
}

.devices-page#devicesRequestOTP .inline-form a,
#wrapper-content a, #change-mdn-sim, #change-mmc-sim {
  color: #39ded7;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "Alright Sans LT", Arial, Helvetica, sans-serif;
}
.devices-page#devicesRequestOTP .sub-link {
  text-transform: none !important;;
}
.devices-page#devicesRequestOTP .div-btn {
  margin-top: 20px;
}
.devices-page#devicesRequestOTP .inline-form .alert{
  margin-bottom: 10px;
}
.devices-page#devicesRequestOTP .inline-form {
  border: 1px solid #ddd;
  border-radius: 6px;
  outline: 0;
  margin:15px auto;
  width: 50%;
  min-width: 500px;
  box-sizing: border-box;
  color: #898989;
}
.devices-page#devicesRequestOTP .subsection-title {
  float:none;
}
.devices-page#devicesRequestOTP .inline-header {
  padding: 9px 15px;
  border-bottom: 1px solid #EEE;
}
.devices-page#devicesRequestOTP h3 {
  margin: 0;
  line-height: 30px;
  font-weight: normal;
  color: #898989;
}
.devices-page#devicesRequestOTP h4 {
  margin: 0 0 15px 0;
  color: #898989;
}
.devices-page#devicesRequestOTP .inline-body {
  padding: 30px; 
}

/* RUNNING COST */
.running-cost-wrap {
  background: #f3f5f4;
  border: 1px solid #DADCE4;
  border-radius: 4px;
  padding: 10px 15px;
}
.running-cost-wrap > div {
  padding: 3px 0;
}
.running-cost-wrap .total-price {
  border-top: 1px solid #e2e4e4;
  font-size: 1.2em;
  font-weight: bold;
  padding-top: 10px;
}
.running-cost-wrap .total-price.nl {
  border-top: 0;
}
.running-cost-wrap.marketing-message {
  margin-top: 5px;
}
.running-cost-wrap.marketing-message p:last-child {
  margin-bottom: 0;
}

/* PLANS */
.plans-page .wrapper-right .action-links {
  color: #999;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

.plans-page .wrapper-right .re-purchase {
  margin-top: 10px;
}
.plans-page .wrapper-right .re-purchase a {
  text-transform: none !important;
  font-weight: normal !important;
}

.plans-page .wrapper-right .re-purchase #re-purchase-label-id {
  text-transform: none !important;
  display: inline;
}

.plans-page .wrapper-right .re-purchase .auto-renew-lbt {
  font-weight: normal;
}

.plans-page .phone-middle,
.plans-page .text-middle,
.plans-page .data-middle {
  display: block;
  float: left;
  background-color: #898989;
  border-radius: 5px;
  height: 37px;
  width: 37px;
  background-image: url("/frontend/images/myaccount/sprite2.png");
  background-repeat: no-repeat;
  margin-right: 5px;  
}
.plans-page .phone-middle{
  background-position: -255px -365px;
}
.plans-page .text-middle {
  background-position: -292px -365px;
}
.plans-page .text-uppercase {
  text-transform: uppercase;
}
.plans-page .text-info {
  color: #898989;
  margin: 5px 0;
  width: 100%;
  float: left;
}
.plans-page.retail-coupon .text-info {
  font-weight: bold;
}
.plans-page.retail-coupon #btn-action {
  width: 100%;
}
.plans-page.vasItem .cost,
.plans-page.retail-coupon .cost {
  color: #39ded7;
}
.plans-page .data-middle {
  background-position: -332px -365px;
}
.plans-page .listing-items .item {
  padding-left: 15%;
  min-height: 75px;
  border-bottom: 1px solid #eee;
}
.plans-page .listing-items .item.monthly-cycle-plan {
  padding-left: 0;
}
.plans-page .listing-items .item.monthly-cycle-plan .progress {
  width: 61.7%;
}
.plans-page .listing-items .item.monthly-cycle-plan .txt {
  width: 38.3%;
  padding-left: 7px;
}
.plans-page .listing-items .item .icon {
  width: 12.5%;
  max-height: 60px;
  position: absolute;
  top: 15px;
  left: 0;
  overflow: hidden;
  text-align: right;
  padding-right: 0;
}
.plans-page .listing-items .item .progress-bar-wrapper {
  width: 100%;
  padding-right: 0;
  min-height: 37px;
}
.plans-page .listing-items .item .controls {
  width: 100%;
  margin-top: -19px;
}
.plans-page .listing-items .item .controls .automatically-renew {
  margin-top: 20px;
}
.plans-page .listing-items .item .controls .automatically-renew .check-renewable { 
  margin-top: -3px;
}
.plans-page .listing-items .item.bundle-item.one-plan .progress,
.plans-page .listing-items .item .progress {
  margin-bottom: 0;
  width: 55%;
  float: left;
  box-sizing: border-box;
}
.plans-page .item .usage-info {
  width: 100%;
  float: left;
  margin-bottom: 7px
}
.plans-page .item .usage-info:last-child {
  margin-bottom: 0;
}
.plans-page .item.bundle-item.one-plan .usage-info .txt,
.plans-page .item .usage-info .txt {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0px;
  line-height: 20px;
  min-height: 20px;
}
.plans-page .listing-items .item.bundle-item.one-plan .progress .bar span,
.plans-page .listing-items .item.bundle-item.one-plan .progress-bar span {
  line-height: 20px;
  top: 0;
}
.plans-page .listing-items .item .plan-name {
  display: block;
  margin-bottom: 2px;
}
.plans-page .listing-items .item.bundle-item {
  width: 95%;
  float: right;
}
.plans-page .listing-items .item.bundle-item.one-plan {
  width: 100%;
}
.plans-page .item .prorate {
  font-size: 12px;
  color: #999;
  width: 100%;
  float: left;
}
.plans-page .listing-items .item.bundle-item .progress {
  width: 52%;
  height: 14px;
}
.plans-page .listing-items .item.bundle-item .progress .bar span,
.plans-page .listing-items .item.bundle-item .progress .progress-bar span {
  position: relative;
  top: -3px;
  line-height: 14px;
}
.plans-page .listing-items .item.bundle-item .txt {
  width: 100%;
  font-size: 13px;
  padding-left: 0px;
}
.plans-page .listing-items .item.bundle-item.one-plan .progress {
  height: 20px;
}
.plans-page .listing-items .item.bundle-item.one-plan .txt {
  line-height: 20px;
}
.plans-page .listing-items .item.no-icon .progress-bar-wrapper {
  width: 100%;
}
.plans-page .listing-items .item.no-icon {
  padding-left: 0;
  min-height: auto;
}
.plans-page .listing-items .item.no-icon:empty{
  display: none;
}
.plans-page .listing-items .item.no-icon.auto-renew-no-border {
  border:none;
  margin-top: 10px;
}
.plans-page .detail-a-plan.listing-items .item .icon {
  top: auto;
}
.plans-page .detail-a-plan.listing-items .item .icon img {
  max-width: 100%;
}
.plans-page .detail-a-plan.listing-items .details {
  width: 100%;
}
.plans-page .listing-items .item.no-icon .progress,
.plans-page .device-detail.item .progress {
  width: 100%;
}
.plans-page .listing-items .item .plan-name.no-progress {
  margin-top: 17px;
  width:55%;
}
.plans-page .listing-items .bundles .item .plan-name.no-progress,
.plans-page .listing-items .bundle-item.item .plan-name.no-progress
{
  width: 70%;
}
.plans-page .detail-a-plan #plan_name {
  font-size: 1.2em;
  font-weight: 900;
}
.plans-page .device-detail.item {
  padding-left: 40px !important;  
}
.plans-page .device-detail.item .icon {
  text-align: left;
}
.plans-page .device-detail.item .icon img {
  max-width: 30px
}
.plans-page .device-detail.item.remove-device {
  border-top: 1px solid #eee;
}
.plans-page .detail-a-plan .shortDescription,
.plans-page .title-share-device {
  font-size: 0.9em;
}
.plans-page .title-share-device {
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 900;
  clear: both;
}
.plans-page.vasItem .title-share-device{
  margin-bottom: -7px;
  border-bottom-width: 0;  
}
.plans-page.vasItem #btn-action{
  margin-top: 15px;
  width: 100%;
}
.plans-page.vasItem div.desc{
  margin-top: 7px;
  width: 100%;
  float: left;
}
.plans-page .device-share .info .detail > span {
  display: block;
}
.plans-page #devices_using_plan_title,
.plans-page #devices_no_using_plan_title {
  border-bottom: 1px solid #eee;
}
.plans-page .terminate-subscription {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin: 7px 0;
}
.plans-page .show-empty-data {
  margin-top: 10px;
}

/* plans - adjust purchase */
.plans-current-page .content-block {
  background: #f3f5f4 none repeat scroll 0 0;
  border: 1px solid #dadce4;
  border-radius: 4px;  
  margin-top: 20px;
  width: 100%;
}
.plans-current-page .content-block .paying-box {
  padding: 20px;
  display: table;
  float: none;
}
.plans-current-page .content-block select {
  max-width: none;
}
.plans-current-page #paying-with {
  margin-top: 20px;
}
.plans-page .review-content {
  background: #f3f5f4 none repeat scroll 0 0;
  border: 1px solid #dadce4;
  border-radius: 4px;
  padding: 15px;
  margin-top: 20px;
}
.plans-page .review-content table.summary tr:last-child {
  border-bottom-width: 0;
}
.plans-page .review-content .icon-type{
  position: absolute;
  left: 0;
  top: 0;
}
.plans-page .review-content ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.plans-page .review-content ul li {
  border-bottom: 1px solid #dadce4;
  padding: 10px 2px;
  min-height: 35px;
}
.plans-page .review-content ul li.total {
  border-bottom: none;
  padding: 15px 2px 0;
}
.plans-page .review-content ul li .header {
  text-transform: uppercase;
  font-weight: 900;
  display: block;
  width: 75%;
  line-height: 16px;
}
.plans-page .review-content ul li .header.price-value {
  display: inline-block;
  text-align: right;
  text-transform: uppercase;
  font-weight: normal;
  position: absolute;
  top: 0;
  right:0;
  white-space: nowrap;
  width: 25%;
}
.plans-page .review-content ul li .header.total-price-value {
  display:inline-block;
  text-align: right;
  margin-top: -20px;
  white-space: nowrap;
}
.plans-page .review-content ul li .definition {
  font-style: italic;
  display: block;
}
.plans-page .review-content ul li span.block {
  position: relative;
  display: block;
  padding-left: 45px;
}
.plans-page .review-content ul li.marketing-message {
  border-top: 1px solid #dadce4;
  border-bottom: none;
}
.plans-page a.disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  color: #999999 !important;
}
.plans-page .exchange-payment-box {
  margin-top: 10px;
}
.plans-page .exchange-payment-box .review-content.paying-box {
  margin-top: 5px;
}
.plans-page .exchange-payment-box .review-content.paying-box .my-wallet {
  position: relative;
}
.plans-page .exchange-payment-box .review-content.paying-box .my-wallet .amount{
  position: absolute;
  right: 0;
}
.plans-page .exchange-payment-box #paying-with label.title,
.plans-page .exchange-payment-box .my-wallet .name  {
  text-transform: uppercase;
  font-weight: 900;
}
.plans-page .exchange-payment-box .my-wallet .wallet-border {
  border-bottom: 1px solid #dadce4;
  margin: 5px 0;
}
.plans-page .exchange-payment-box .my-wallet .description ,
.plans-page .exchange-payment-box .my-wallet .amount {
  display: inline-block;
}
.plans-page .exchange-payment-box .paying-box.review-content ul li {
  border-bottom: none;
}

.plans-page table.summary tr td tr {
    border-bottom: 1px solid #dadce4;
    padding: 10px 2px;
    min-height: 35px;
}
 .plans-page table.summary tr.add-coupon-code {
    border-top: 1px solid #dadce4;
    border-bottom: 1px solid #dadce4;
 }
.plans-page table.summary tr.text-right {
    font-weight: bold;
    border-bottom: 1px solid #dadce4;
}
.plans-page table.summary td.icon {
    width: 5%;
    min-width: 58px;
}
.plans-page table.summary td.icon img {
  max-width: 48px;
  max-height: 48px;
}
.plans-page table.summary td .name {
    text-transform: uppercase;
    font-weight: 900;    
    width: 75%;
    line-height: 16px;
}
.plans-page table.summary td .code {
    display: block;
}
.plans-page tr.plan-talk .icon-item, .plans-page tr.plan-text .icon-item, .plans-page tr.plan-data .icon-item {
    display: block;
    background-color: #898989;
    border-radius: 5px;
    height: 37px;
    width: 37px;
    background-image: url(/frontend/images/myaccount/sprite2.png);
    background-repeat: no-repeat;
}
.plans-page tr.plan-talk .icon span {
    background-position: -255px -365px;
}
.plans-page tr.plan-text .icon span {
     background-position: -292px -365px;
}
.plans-page tr.plan-data .icon span {
    background-position: -332px -365px;
}
.plans-page table tr.sub-total {
  border-top: 1px solid #dadce4;
}
.plans-page .view-coupon  button{
  width: 100%;
}

#plansPlanHistory .subsection-title,
#plansManage .subsection-title {
  margin-top: 25px;
}
#plansPlanHistory,
#plansManage {
  margin-top: -15px;
}
#plansManage .subsection-title h2 .goto-get-add-ons {
  margin-top: 6px;
}
#plansManage .subsection-title h2.manage-plans-main-title a.go-simple-store {
  display: block !important;
}
/* plans - manage */
#manage-plans-page+span[spinner-key] div.spinner {
 display: none !important;
}
#plansManage .get-add-ons {
  margin-top: 10px;
}
#plansManage .subsection-title.base-plans > div,
#plansManage .subsection-title.base-plans > div.cost-renew > div {
  width: 50%;
  box-sizing: border-box;
  float: left;
}
#plansManage .content-carousel .edit-link {
  width: 50%;
  margin-left: 0;
}
#plansManage .top-banner .carousel {
  margin-top: 5px;
}
#plansManage .carousel img {
  display: inline;
}

#plansManage .carousel {
  margin-bottom: 5px;
}

/* plans - carousel */ 
#plansCarousel .progress {
  margin-bottom: 0;
}
#plansCarousel h4 {
  color: #898989;
  font-stretch: normal;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
  padding-bottom: 5px;
}
#plansCarousel .carousel-usage {
  height: 100px;
  margin-top: 10px;
}
#plansCarousel .carousel-wrap h4 {
  font-size: 13px;
  text-transform: capitalize;
  line-height: 14px;
  padding-bottom: 0;
}
#plansCarousel .carousel-usage h4 {
  padding-left: 29px;
  font-size: 15px;
  padding-bottom: 0;
  line-height: 20px;
}
#plansCarousel .carousel-usage h4.bg-icon {
  background-position: 0 0 !important;
  background-size: 20px 20px !important;
  background-repeat: no-repeat !important;
}
#plansCarousel .carousel-usage .voice h4 {
  background: url("/frontend/images/myaccount/icon-plan-sprite-small-2.png") no-repeat 0 0;
}
#plansCarousel .carousel-usage .text h4 {
  background: url("/frontend/images/myaccount/icon-plan-sprite-small-2.png") no-repeat 3px -39px;
}
#plansCarousel .carousel-usage .data h4 {
  background: url("/frontend/images/myaccount/icon-plan-sprite-small-2.png") no-repeat 3px -74px;
}
#plansCarousel .selectbox-size {
  height: 140px;
  width: 100%;
  overflow-y: scroll;
  border: 1px solid #bbb;
  margin: 0;
  box-sizing: border-box;
}
#plansCarousel .selectbox-size li {
  border-bottom: 1px solid #f8f8f8;
  padding: 2px 3px;
  cursor: pointer;
  word-break: break-all;
}
#plansCarousel .selectbox-size li.disabled {
  cursor: default;
  color: #999;
  opacity: .9;
}
#plansCarousel ul.disabled{
  cursor: default;
  pointer-events:none;
}
#plansCarousel .selectbox-size li.eligible {
  background-color: #ccc;    
}
#plansCarousel .selectbox-size li.selected {
  background-color: #1379a5 !important;
  color: #fff;
}
#plansCarousel .notice {
  margin-top: 10px;
}
#plansCarousel .selectbox-size li .retail-price {
  margin-right: 3px;
}

/* plans - adjust review */
#plansAdjustReview .table-adjust-review {
  margin-bottom: 30px;
  margin-top: 30px;
  border-collapse: separate;
  background: rgba(0, 0, 0, 0) url("/frontend/images/myaccount/current-plan-usage-b1.png") no-repeat scroll 23% center;
  background-size: 12px 100%; 
  width: 100%;
}
#plansAdjustReview .table-adjust-review tr th {
  padding: 15px 20px 12px;
  text-align: left;
  text-transform: capitalize;
}
#plansAdjustReview .table-adjust-review .voice,
#plansAdjustReview .table-adjust-review .messaging,
#plansAdjustReview .table-adjust-review .data {
  display: block;
  text-align: left;
}
#plansAdjustReview .table-adjust-review td span.header {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}
#plansAdjustReview .table-adjust-review td span.definition {
  display: none;
}
#plansAdjustReview .table-adjust-review tr td {
  margin: 20px 0 25px;
  padding: 15px 20px 12px;
  width: 25%;
  vertical-align: top;
}
#plansAdjustReview .table-adjust-review tr td:nth-child(3),
#plansAdjustReview .table-adjust-review tr:first-child th:nth-child(3) {
  background-color: #f3f5f4;
  border-left: 1px solid #dadce4;
  border-right: 1px solid #dadce4;
  border-spacing: 0;
  color: #55636e;
}
#plansAdjustReview .table-adjust-review tr:first-child th:nth-child(3) {
  border-top: 1px solid #dadce4;
  border-radius: 4px 4px 0 0;
}
#plansAdjustReview .table-adjust-review tr:last-child td:nth-child(3) {
  border-bottom: 1px solid #dadce4;
  border-radius: 0 0 4px 4px;
}

/* plans - usage */
#plansUsage .selector div.box {
  border: 1px solid #000;
  margin-bottom: 10px;
}
#plansUsage .selector div.box>div.header {
  padding: 5px;
  color: #333;
  height: 30px;
  box-sizing: border-box;
  cursor: pointer;
}
#plansUsage .selector div.box>div.header:hover,
#plansUsage .selector div.box>div.header.active {
  background-color: #c0ecfe;
}
#plansUsage .selector div.box>div.header.line {
  border-bottom: 1px solid #000;
}
#plansUsage .selector div.box>div.header + ul {
  max-height: 170px;
}
#plansUsage .selector ul {
  list-style-type: none;
  margin-left: 0;
  margin-bottom: 0;
  max-height: 200px;
  overflow-y: auto;  
}
#plansUsage .selector ul li {
  border-top: 1px solid #000;
}
#plansUsage .selector ul li:first-child {
  border-top-width: 0;
}
#plansUsage .selector ul li a {
  color: #333;
  font-weight: normal;
  display: block;
  padding: 5px;
  font-size: 14px;
  text-transform: none;
}
#plansUsage .selector ul li a:hover,
#plansUsage .selector ul li a.active {
  background-color: #c0ecfe;
}
#plansUsage .selector .box.data-type ul li a {
  font-weight: bold;
  text-transform: uppercase;
}
#plansUsage .selector .box.data-type ul li a span {
  font-weight: normal;
  text-transform: none;
}
#plansUsage #usage-table-wrapper .usage-history-message {
  width: 80%;
  float: left;
}
#plansUsage #usage-table-wrapper .pagination {
  width: 20%;
  float: left;
  margin: 0px;
}
#plansUsage #usage-table-wrapper .pagination .disabled a {
  pointer-events: none;
  color: #b9b9b9;
  cursor: default;
}
#plansUsage #usage-table-wrapper .dataTable th {
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  outline: none;
}
#plansUsage #usage-table-wrapper .dataTable th::after {
  content: "";
  float: right;
  position: static;
  margin-top: 10px;
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000000;
}
#plansUsage #usage-table-wrapper .dataTable th.sorting_asc::after {
  border-top: none;  
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000000;
}
#plansUsage #usage-table_wrapper .dataTables_filter-wrapper {
  min-width: 500px;
}
#plansUsage #usage-table-wrapper .dataTable th.timestamp {
  width: 25%;
}
#plansUsage #usage-table-wrapper .dataTable th.remote {
  width: 17%;
}
#plansUsage #usage-table-wrapper .dataTable th.plan-name {
  width: 25%;
}
#plansUsage #usage-table-wrapper .dataTable th a.unit-type {
  font-size: 1em;
}
#plansUsage #usage-table-wrapper .dataTable th a.unit-type:after {
  content: ",";
}
#plansUsage #usage-table-wrapper .dataTable th a.unit-type:nth-child(4):after {
  content: "";
}
#plansUsage #usage-table-wrapper .dataTable th a.unit-type.active {
  color: #333;
}
#plansUsage #usage-history-render .row {
  margin-left: 0px;
}
#plansUsage #usage-history-render .table-bordered {
  border-left: 1px solid #ddd;
}
#plansUsage #usage-history-render table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before {
  top: 11px;
  left: 7px;
  height: 11px;
  width: 11px;
  display: block;
  position: absolute;
  color: #898989;
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: none;
  box-sizing: content-box;
  text-align: center;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  font-weight: bolder;
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
}
#plansUsage #usage-history-render table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child::before {
  content: '-';
}
#plansUsage #usage-history-render .table-striped tbody > tr:nth-child(2n+1) > td {
  background-color: #ffffff;
}
#plansUsage #usage-history-render .table-striped tbody > tr.odd > td {
  background-color: #f9f9f9;
}
#plansUsage #usage-history-render .table-striped tbody > tr.odd + tr.child > td {
  background-color: #f9f9f9;
}
#plansUsage #usage-history-render .table-striped tbody > tr.child > td {
  border-top-width: 0;
  padding-top: 0;
}
#plansUsage #usage-history-render table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0.5em;
  border-top: 1px solid #efefef;
}
#plansUsage #usage-history-render .table-hover tbody tr:hover > td,
#plansUsage #usage-history-render .table-striped tbody > tr.odd + tr.child:hover > td {
  background-color: #f5f5f5;
}
#plansUsage #usage-history-render .tooltip {
  font-weight: normal;
}

/* OFFERS */
.is-offers #left-menu .slick-slide a {
  text-transform: none; 
}
.offers-page h2.section-title {
  clear: both;
  text-transform: none !important;
}
.offers-page .plan-icon {
  float: left;
  width: 60px;
  max-height: 60px;
  border-radius: 5px;
  text-align: center;
}
.offers-page .plan-icon>img{
  max-height: 60px;
}
.offers-page .plan-icon-info {
  margin-left: 70px;
  margin-bottom: 10px;
}
.offers-page .plan-name {
  font-size: 20px;
  word-break: break-word;
  margin-bottom: 3px;
}
.offers-page .plan-icon-info .cost span{
  padding: 4px 0;
}
.offers-page .btn-buy {
  width: 100%;
}
.offers-page .restriction-plan {
  background-color: #e2e2e2;
  box-sizing: border-box;
  padding: 5px;
  clear: both;
}
.offers-page .restriction-mess {
  background-color: #dcdabf;
  padding: 10px;  
  margin-bottom: 10px;
  clear: both;
}
.offers-page .restriction-mess p:last-child{
  margin-bottom: 0;
}
.offers-page.current-plan .retail-price,
.offers-page .plan-price {
  font-size: 20px;
  color: #898989;
}
.offers-page.current-plan .plan-icon {
  max-height: none;
}
.offers-page.current-plan .plan-icon-info .retail-price {
  font-size: 14px;
  display: block;
}
.offers-page .product-detail-img {
  text-align: center;
  box-sizing: border-box;
  min-width: 100%;
}
.offers-page .product-detail-img img {
  max-width: 100%;
}
.offers-page .s-sm .product-detail-img{
  margin-bottom: 10px;
  margin-top: -20px;
}
.offers-page .s-lg .product-detail-img{
  margin: 0 0 15px 0;
  clear: both;
}
.offers-page .share-type {
  margin: 25px 0 25px 0;
}
.offers-page .share-type label {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bold;
}
.offers-page .review-purchase table {
  width: 100%;
  margin-bottom: 10px;
}
.offers-page .review-purchase table td.icon {
  width: 70px;
}
.offers-page .review-purchase tr {
  border-bottom: 1px solid #ddd;
  height: 35px;
}
.offers-page select {
  width: auto;
}
.offers-page .review-purchase tr:last-child {
  border: none;
}
.offers-page .review-purchase .title {
  font-size: 18px;
  font-weight: bold;
}
.offers-page .review-purchase .button-cell {
  text-align: right;
}
.offers-page .group-card {
  padding: 7px 14px;
  min-width: 250px;
  width: 70%;
  box-sizing: border-box;
}
.offers-page .group-card .form-text {
  margin-top: 7px;
}
.offers-page .existing-credit-card .credit-card.selected {
  background-color: #555658;
  border-radius: 4px;
  color: #fff;
}
.offers-page #add-new-card-link {
  font-weight: normal;
  color: #000000;
  text-transform: none;
  text-decoration: underline;
}
.offers-page .bundle-change {
  margin-top: 10px;
}
.offers-page .subcate-header,
.offers-page .category-header {
  width: 100%;
  float: left;
}
.offers-page .subcate-header span.desc, 
.offers-page .category-header span.desc {
  display: block;
  clear: both;
}
.offers-page .subcate-header {
  margin-top: 20px;  
}
.offers-page .subsection-title,
.offers-page .subcate-header {
  margin-bottom: 10px;
}
.offers-page .category-header h2 {
  float: left;
  margin: 0;
  padding-right: 5px;
  width: 77%;
  box-sizing: border-box;  
  text-transform: none !important;
}
.offers-page .category-header .see-all {
  float: right;
  width: 23%;
  text-align: right;
}
.offers-page .box-items .item a,
.offers-page .category-header .see-all a {
  text-transform: none !important;
  font-weight: 300 !important;
  color: #000 !important;
}
.offers-page .paying-box {
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  padding: 10px 5px 0 0;
  box-sizing: border-box;
}
.offers-page .paying-box .payment-tax-amount {
  float: right;
}
.offers-page .payment-method-header {
  padding: 5px 0;
}
.offers-page .payment-method-header .amount {
  float: right;
}
.offers-page .my-wallet {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.offers-page .my-wallet .description {
  width: 70%;
  float: left;
}
.offers-page .my-wallet .description .name {
  display: block;
}
.offers-page .my-wallet .amount {
  float: left;
  text-align: right;
  width: 30%;
  box-sizing: border-box;
}
.offers-page .my-wallet .wallet-border {
  border-bottom: 1px solid #ccc;
  float: left;
  width: 100%;
  margin-top: 5px;
}
.offers-page #select-payment-method {
  clear: both;
}
.offers-page .note-account-balance {
  margin-top: 10px;
  float: left;
}
.offers-page .note-account-balance span {
  color: #06F;
}
.offers-page span.code {
  display: block;
  color: #cccccc;
  font-style: italic; 
}

.offers-page .short-description {
    font-style: italic; 
}
.offers-page .sub-total .short-description {
  display: block;
}
.offers-page .message-emoney {
  color: #cad321;
}
.offers-page .message-notify {
  text-transform: none;
  color: #ff671f;
}

.offers-page #eMoney-add-card label {
  font-weight: bold;
  color: red;
  cursor: default;
  padding-top: 5px;
}
.offers-page .confirm-order-special ul {
  margin: 0;
}
.offers-page #select-payment-method ul li .control-group .message-notify a {
  text-decoration: underline;
  text-transform: none;
  font-weight: normal;
  display: inline;  
}
.offers-page .sub-total .sum-title,
.offers-page .tax-total .sum-title {
  float: left;
  width: 70%;
}
.offers-page .sub-total .price,
.offers-page .tax-total .price {
  float: left;
  width: 30%;
}

/* offers - horizontal */
.offers-page .box-items {
  margin-left: -5px;
  margin-right: -5px;
}
.offers-page .box-items .item {  
  float: left;
  padding: 0 5px;
  margin-bottom: 10px;
}
.offers-page .box-items .item .content {  
  border: 1px solid #e2e4e4;
  padding: 5px;
  height: 85px;
  overflow: hidden;
  cursor: pointer;
}
.offers-page .box-items .item.not-eligible .content {
  background: #e2e2e2;
}
.offers-page .box-items .box-header {
  position: relative;
  position: relative;
  padding-left: 58px;
  height: 67px;
  box-sizing: border-box;
}
.offers-page .box-items .box-header .details {
  position: relative;
  top: -3px;
  height: 100%;
}
.offers-page .box-items .shortDescription {
  color: #999;
}
.offers-page .box-items .item .cost {  
  color: #39ded7;
  line-height: 15px;
  white-space: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.offers-page .box-items .item .cost .sale-price {
  float: right;
}
.offers-page .box-items .item .cost .retail-price {
  color: #999;
  float: left;
}
.offers-page .box-items .item {
  width: 25%;
  box-sizing: border-box;
}
.offers-page .box-items .item .plan-name {
  max-height: 35px; /* max 2 lines */
  overflow: hidden;
  margin-bottom: 2px;
  font-size: 13px !important;
  line-height: 17px;
  display: inline-block;
  word-break: break-all;
  color: #000;
  font-family: "Alright Sans LT", Arial, Helvetica, sans-serif;
}
.offers-page .box-items .item .plan-name.external {
  max-height: 53px;
}
.offers-page .box-items .box-header .icon {
  width: 48px;
  height: 48px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
.offers-page .box-items .box-header .icon img {
  max-width: 48px;
  max-height: 48px;
  max-width: 100%;
  max-height: 100%;
}
/* horizontal tall */
.horizontal-tall .offers-page .box-items .item .plan-name {
  min-height: 35px;
}
.horizontal-tall .offers-page .box-items .item .content {
  height: 133px;
  position: relative;
}
.horizontal-tall .offers-page .box-items .box-header {
  padding-left: 0;
  height: auto;
}
.horizontal-tall .offers-page .box-items .box-header .icon {
  width: 100%;
  height: 50px;
  text-align: center;
  margin-bottom: 4px;
}
.horizontal-tall .offers-page .box-items .box-header .icon,
.horizontal-tall .offers-page .box-items .box-header .details {
  position: static;
}
.horizontal-tall .offers-page .box-items .box-header .icon img {
  max-width: 48px !important;
}
.horizontal-tall .offers-page .box-items .item {
  width: 20%;
}
.horizontal-tall .offers-page .box-items .item .cost {
  left: 5px;
  right: 5px;
  bottom: 5px;
  text-align: right;
}
.horizontal-tall .offers-page .box-items .item .cost .sale-price,
.horizontal-tall .offers-page .box-items .item .cost .retail-price {
  float: none;
}
.horizontal-tall .offers-page .box-items .item .plan-name.no-desc {
  max-height: 53px;
}
.horizontal-tall .offers-page .box-items .item .plan-name.external {
  max-height: 35px;
}
.horizontal-tall .offers-page .box-items .item .plan-name.external.no-desc {
  max-height: 75px;
}
.horizontal-tall .offers-page .box-items .shortDescription {
  margin-bottom: 3px;
}
/* offers- allocation sharing form */
.offers-page .device-share ul {
  padding: 8px 0;
}
.offers-page .device-share li {
  min-height: 45px;
  line-height: 17px;
}
.offers-page .device-share .info {
  position: relative;
}
.offers-page .device-share .info .icon {
  padding-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.offers-page .device-share li.info {
  padding-left: 40px;
}
.offers-page .device-share.header li,
.offers-page .device-share.unallocated li {
  min-height: 1px;
}
.offers-page .device-share.header li.info,
.offers-page .device-share.unallocated li.info {
  padding-left: 0;
}

/* offers - type assign */
.offers-page .device-share input[type="radio"] {
  position: absolute;
  top: 15px;
  left: 0;
}
.offers-page .device-share ul.action-assign_this_device li.info,
.offers-page .device-share ul.action-assign_one li.info,
.offers-page .device-share ul.action-assign li.info {
  width: 100%;
  padding-left: 60px;
}
.offers-page .device-share ul.action-assign_this_device .info .icon,
.offers-page .device-share ul.action-assign_one .info .icon,
.offers-page .device-share ul.action-assign .info .icon {
  left: 25px;
}
.offers-page .device-share ul.action-assign_this_device .info .detail,
.offers-page .device-share ul.action-assign_one .info .detail,
.offers-page .device-share ul.action-assign .info .detail {
  width: 100%;
}
.offers-page .device-share ul.action-share.entitlement li.info,
.offers-page .device-share ul.action-share.bundle.limited li.info {
  width: 78%;
}
.offers-page.view-coupon .cost {
  float: right;
}
.offers-page.view-coupon .code {
  text-align: center;
}
/* offers - feature products */
.offers-page .carousel {
  margin-bottom: 35px;
  min-height: 50px;
}
.offers-page .carousel .carousel-inner img {
  margin: auto;
  max-height: 220px;
}
.offers-page .carousel .carousel-indicators {  
  top: auto;
  bottom: 3px;
  left: 0;
  right: 0;
  text-align: center;
  width: 100%;
}
.offers-page .carousel .carousel-indicators .active {
  background-color: #000;
  cursor: default;
}
.offers-page .carousel .carousel-indicators li {
  background-color: #999;
  float: none;
  display: inline-block;
  cursor: pointer;
}
.offers-page .carousel .carousel-indicators li:first-child {
  margin-left: 0;
}
.offers-page .carousel .carousel-control {
  border-radius: 0;
  height: 62px;
  background: none;
  top: 50%;
  border: 0;
}
.offers-page .carousel .carousel-control.left {
  left: 0;
}
.offers-page .carousel .carousel-control.right {
  right: 0;
}
.offers-page .carousel .carousel-control span {
  background: url('/frontend/images/myaccount/arrows-2.png') transparent no-repeat;
  width: 26px;
  height: 51px;
}
.offers-page .carousel .carousel-control span.icon-next {
  background-position: -26px 0;
}
.offers-page .re-purchase {
  clear: both;
}
.offers-page .re-purchase label {
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
.offers-page .re-purchase a {
  font-weight: normal !important;
  text-transform: none !important;
  text-decoration: underline !important;
}
.offers-page .re-purchase .sale-off {
  color: #ec2126;  
}
.offers-page .claimed-notify {
  background: #dbd6b3;  
  padding: 9px;
  margin: 23px 0px;
}
.offers-page .code img {
  min-width: 250px;
}
.offers-page .code .product-code {
   display: none;
}

/* offers - plan category */
#offersPlanCategory .subsection-title h2 {
  text-transform: none;
}
#offersPlanCategory .listing-items .item {
  padding-left: 15%;
  min-height: 70px;
}
#offersPlanCategory .listing-items .item .icon {
  width: 12%;
  position: absolute;
  left: 0;
  max-height: 60px;
  overflow: hidden;
  padding-right: 0;
  text-align: right;
}
#offersPlanCategory .listing-items .item .details {
  width: 60%;
  clear: both;
}
#offersPlanCategory .listing-items .item .details > div {
  width: 100%;
  float: left;
}
#offersPlanCategory .listing-items .item .cost {
  text-align: right;
  width: 80%;
}
#offersPlanCategory .listing-items .item .cost .retail-price {
  color: #aaa;
}
#offersPlanCategory .listing-items .item .cost > span {
  display: inline-block;
  text-align: right;
  min-width: 20%;
}
#offersPlanCategory .listing-items .item .controls {
  width: 20%;
  margin-top: -14px;
}
#offersListingCategory .subsection-title,
#offersCategoryItems .subsection-title {
  margin-bottom: 10px;  
}
#offersListingCategory .level3-category {
  margin-left: 15px;
}
#offersListingCategory .level3-category h2 {
  font-size: 16px;
}
#offersCategoryItems .category-header h2{
  width: 100%;
}
/* offers - place order */
#offersPlaceOrder .wrapper-right.span14 {
  margin-left: 0;
}
#offersPlaceOrder .balance-purchase a {
  text-transform: none;
  text-decoration: underline;
  font-weight: normal;
}
#offersPlaceOrder .wrapper-left #select-payment-method {
  border: none;  
}
/* offers - place order */
#offersConfirmOrder #select-topup-card input[type="radio"] {
  margin: 4px 5px 0 0;
}
#offersConfirmOrder #select-payment-method ul li label {
  margin: auto;
}
#offersConfirmOrder .payment-method-header {
  padding: 5px 0;
}

/* ACCOUNT */
#accountEditPassword .pass-description {
  margin: 10px 0;
}
#accountEditPassword .error-input {
  border: solid 1px red !important;
}

/* account - overview */
#accountOverview .change-span-top {
  margin-top: 10px;
  margin-left: 0px;
  width: 100%;
  clear: both;
}
#accountOverview .change-link {
  display: inline-block;
}
#accountOverview .lbl {
  margin-right: 5px;
}
#accountOverview .block-header-title {
  border-bottom: 1px solid #e2e4e4;
  margin-bottom: 5px;
}
#accountOverview strong {
  cursor: pointer;
}
#accountOverview strong.zero {
  color: #ec2126;  
}
#accountOverview strong.not-zero {
  color: #39ded7;
  text-decoration: underline;
}
#accountOverview h2.balance-zero {
  padding: 3px;
  margin-bottom: -4px;
}
/* account - options */
#accountOptions #select-payment-method ul,
#accountOptions #select-payment-method ul li .control-group {
  margin-left: 0;
}
#accountOptions .top-up-form-error{
  display: none;
}
#accountOptions .error .top-up-form-error{
  display: block;
}
#accountOptions #paying-with {
  margin-top: 15px;
}
#accountOptions #paying-with .title {
  text-transform: uppercase;
  border-bottom: 1px solid #e2e4e4;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 5px;
}
#accountOptions #paying-with .paying-box-header {
  padding: 5px;
  margin-bottom: 5px;
}
#accountOptions #paying-with .paying-box-header .amount {
  float: right;
}
#accountOptions #paying-with #select-payment-method .control-group {
  margin-left: 15px;
}
#accountOptions .optional-message label {
  font-weight: bold;
}
#accountOptions .optional-message a {
  text-decoration: underline;
  text-transform: none;
  font-weight: normal;
}
#accountOptions .option-special {
  max-width: 450px;
}
#accountOptions .option-special ul {
  margin: 0;
  padding: 0;
}
#accountOptions .option-special ul li {
  border-bottom: 1px solid #e2e4e4;
  list-style: none;  
  min-height: 30px;
  position: relative;
  padding: 6px 4px;
}
#accountOptions .option-special ul li a {  
  color: #898989;
  text-transform: initial;
  font-weight: normal;
  vertical-align: -webkit-baseline-middle;
  width: 100%;
  display: inline-block;  
  box-sizing: border-box;
  position: relative;
  padding-right: 20px;
  z-index: 1;
}
#accountOptions .option-special ul li span.arrow-icon {
  background: transparent url("/frontend/images/myaccount/sprite2.png") no-repeat -321px -415px;
  position: absolute;
  right: 0;
  opacity: 0.5;
  z-index: 0;
}
#accountOptions .option-special ul li span.arrow-icon.down {
  background-position: -294px -415px;
}
#accountOptions .option-special .note {
  font-weight: bold;
  margin-top: 30px;
}
#accountOptions .option-special .topup-kiosk {
  display: none;
  margin-top: 20px;
}

/* account - history */
#accountHistory .item > div {
  padding-right: 0;
}
#accountHistory .item .date {
  width: 18%;
}
#accountHistory .item .code {
  width: 19%;
  text-align: right;
}
#accountHistory .item .price {
  width: 18%;
  text-align: right;
}
#accountHistory .item .view {
  width: 45%;
  padding-left: 5%;
}

/*account - invoices*/
#accountHistory .header-invoices {
  font-weight: bold;
  background: #ddd;
  display: none;
}

/* account - order detail */
#accountOrderDetails .subtotal {
  margin-top: 20px;
}
#accountOrderDetails .item {
  padding: 5px 0; 
}
#accountOrderDetails .item .lbl {
  width: 75%;
}
#accountOrderDetails .item.child-item-invoices .lbl {
  padding-left: 10px;
  box-sizing: border-box;
}
#accountOrderDetails .item .price {
  width: 25%;
  text-align: right;
}
#accountOrderDetails .summary-total-invoice {
  border: 1px solid #eee;
  padding: 5px 10px;
  margin-bottom: 10px;
}
#accountOrderDetails .total.order-detail{
  margin-top: 10px;
}

/* account - notification language */
#accountNotificationLanguage .item .details {
  width: 70%;
}
#accountNotificationLanguage .item .controls {
  width: 30%;
}

/* account - cards */
#accountCards #title-cards-id h2 {
  display: inline-block;
}
#accountCards #title-cards-id .autopay-status-wrap {
  display: inline-block;
}
#accountCards #title-cards-id .autopay-status-wrap input{
  margin: 0 4px 2px 4px;
}
#accountCards .item {
  border-bottom: 1px solid #eee;  
}
#accountCards .item .info-icon {
  margin-left: 0;
}
#accountCards .card {
  width: 26%;
  position: relative;
  padding-left: 37px;
}
#accountCards .card span.card-icon {
  position: absolute;
  left: 0;
  top: 2px;
}
#accountCards .card span.card-name {
  font-weight: 900;
}
#accountCards .autopay,
#accountCards .default {
  width: 21%;
  text-align: center;
  padding-right: 0;
  line-height: 19px;
}
#accountCards .autopay .io-profile-default-card,
#accountCards .default .io-profile-default-card {
  background-color: #56646f;
  padding: 0px 3px;
  font-size: 0.85em;
  border-radius: 22px;
  color: #fff;
  min-width: 53px;
  display: inline-block;
  margin-bottom: 1px;  
}
#accountCards .autopay .io-profile-default-card.autopay-off {
  background-color: #cecece;
}
#accountCards .controls {
  width: 32%;
}
#accountCards .controls span:first-child {
  margin-left: 0;
}
#accountCards .empty-cards,
#accountCards .add-card {
  border-bottom: 0;
}

/* account - edit card */
#accountEditCard .credit-card-box {
  background-color: #ebeef6;
  padding: 20px 20px 10px 20px;
  margin: 20px 0;
  border-radius: 5px;
}
#accountEditCard .secure-title {
  color: #3d3f4b;
  font: 700 16px/22px "Source Sans Pro", Arial, Helvetica, sans-serif;
}
#accountEditCard .secure-description {
  margin-bottom: 10px;
}

/* FAVORITE */
.favorites-page .myfav-description {
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.favorites-page .normal-error-message {
  font-size: 13px;
  font-family: 'Alright Sans LT', Arial, Helvetica, sans-serif;
  color: #ff0000;
  display: block;
}
#favoritesManager .listing-items .item {
  border-bottom: 1px solid #eee;
  height: 55px;
}
#favoritesManager .subsection-title .title {
  width: 75%;
  box-sizing: border-box;
}
#favoritesManager .subsection-title .controls {
  width: 25%;
  box-sizing: border-box;
}
#favoritesManager .listing-items .item:last-child {
  border-bottom: 0;
}
#favoritesHistory .item {
  width: 100%;
  float: left;
}
#favoritesHistory h5 {
  margin-bottom: 0;
}
#favoriteUpdateNumber input {
  min-width: 45%;
}
#favoritesPurchaseReview tr td {
  padding: 7px;
}
#favoriteAdjustNumberStep1 .item {
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
#favoritesPurchaseReview table tr {
  border-bottom: 1px solid #eee;
}
#favoriteAdjustNumberStep1 .item:last-child,
#favoritesPurchaseReview table tr:last-child {
  border-bottom: 0;
}
#favoritesPurchaseReview tr td.icon {
  width: 40px;
}
#favoritesPurchaseReview .title {
  font-size: 16px;
  font-weight: bold;
  color: #55636E;
}

/* DEVICES */
.devices-page .listing-items .item {
  border-bottom: 1px solid #eee;
  min-height: 67px;
}
.devices-page .listing-items .item:last-child {
  border-bottom-width: 0;
}
.devices-page .listing-items .item .icon {
  position: absolute;
  top: 10px;
  left: 0;
  width: 40px;
}
.devices-page .item .icon img {
  max-width: 30px;
}
.devices-page .item.phone-block {
  min-height: 70px;
}
.devices-page .item.phone-block .details {
  width: 100%;
}
.devices-page .item .nickname {
  font-weight: bold;
}
.devices-page .item{
  padding-left: 40px;
  min-height: 50px;
}
.devices-page .item.collapsed .arrow-icon {
  background-position: -321px -415px;
}
.devices-page .item .arrow-icon {
  background-position: -294px -415px;
}
.devices-page .listing-items.listing-product .details {
  width: 75%;
}
.devices-page .listing-items.listing-product .cost {
  width: 25%;
  text-align: right;
}

/* devices - phones */
#devicesPhones .item {  
  border-bottom-width: 0;
}
#devicesPhones .device-item,
#devicesPhones .device-item.accordion-group {
  min-height: 65px;
  border-bottom: 1px solid #eee;
}
#devicesPhones .item .details {
  width: 80%;
}
#devicesPhones .item .controls {  
  width: 20%;
}
#devicesPhones .subsection-title > div {
  width: 50%;
  box-sizing: border-box;;
}
#devicesPhones .subsection-title > div.controls {
  text-align: right;
}
#devicesPhones .device-info {
  width: 100%;
  float: left;  
  margin-top: 15px;
}
#devicesPhones .device-info > div {
  padding-bottom: 10px;
}
#devicesPhones .accordion-group {
  border: none;
}
#devicesPhones .sub-title {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 10px;  
}
#devicesPhones .sub-title a.change-link {
  float: right;
}
#devicesPhones .sub-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
#devicesPhones .sub-nav li:first-child {
  margin-top: 0;
}
#devicesPhones .sub-nav li {
  margin-top: 10px;
}
#devicesPhones .controls table {
  margin-top: 5px;
  width: 100%;
}
#devicesPhones .controls tr td {
  padding: 3px 0 7px 0;
  width: 25%;
}
#devicesPhones .controls tr td.name {
  width: 50%;
  text-align: left;
  vertical-align: top;
  word-break: break-all;
  padding-top: 8px;
}
#devicesPhones .controls tr td.switch {
  width: 50%;
  text-align: right;
}
#devicesPhones .controls tr td.switch .btn-toggle-switch {
  width: 100%;
}
#devicesPhones .controls tr td.controls a {
  font-size: 14px;
}
#devicesPhones .controls > span {
  display: inline-block;
  margin-left: 5px;
}
#devicesPhones .controls > span:first-child {
  margin-left: 0;
}
#devicesPhones .phone-control .device-status {
  display: inline-block;
  border: 1px solid #999;
  background-color: #eee;
  border-radius: 2px;
  padding: 1px 3px;
  margin-left: 5px;
  text-transform: none;
  color: #999;
  cursor: default;
}
#devicesPhones .phone-control .device-status.on {
  background-color: #06F;
  color: #fff;
}

/* devices - detail subscription */
#devicesDetailSubscription .listing-items.plans .item {
  padding-left: 70px;
  border-bottom: 1px solid #eee;
  min-height: 50px;
}
#devicesDetailSubscription .listing-items.plans .item .icon {
  width: 58px;
  text-align: right;
}
#devicesDetailSubscription .listing-items.plans .item:last-child {
  border-bottom: 0;  
}
#devicesDetailSubscription .details {
  width: 100%;
}
#devicesDetailSubscription .details .name {
  font-weight: bold;
  font-size: 15px;
}
#devicesDetailSubscription h4 {
  text-transform: uppercase;
}

/* devices - notification language */
#devicesNotificationLanguage .item .details {
  width: 40%;
}
#devicesNotificationLanguage .item .language {
  width: 35%;
}
#devicesNotificationLanguage .item .controls {
  width: 25%;
}

/* devices - edit language */
#devicesEditLanguage h2.block-title {
  margin-bottom: 5px;
}

/* devices - controls */
#devicesControl .item .details {
  width: 30%;
}
#devicesControl .item .device-role {
  width: 45%;
  padding-left: 38px;
  position: relative;
}
#devicesControl .item .device-role .control-on {
  background: url('/frontend/images/myaccount/sprite2.png') no-repeat -193px -454px;
  float: left;
  margin: 5px 5px 0 0;
  display: block;
  width: 29px;
  height: 21px;
  position: absolute;
  top: 0;
  left: 0;
}
#devicesControl .item .controls {
  width: 25%;
}

/* devices - change control */
#devicesChangeControl .form-item {
  margin: 15px 0;
}
#devicesChangeControl label.option {
  font-weight: bold;
}

/* devices - add restriction */
#devicesAddRestriction .restriction-block {
  border-top: 1px solid #eee;
  position: relative;
  margin-top: 15px;
}
#devicesAddRestriction #restriction_name {
  margin-right: 5px;
}
#devicesAddRestriction .input-name-wrap .btn-toggle-switch {
  position: relative;
  top: 5px;
}
#devicesAddRestriction .restriction-block h2 {
  margin: 15px 0;
}
#devicesAddRestriction #telephony-restriction-label {
  font-weight: 700;
}
#devicesAddRestriction .restriction-padding {
  padding: 8px;
  border: 1px solid transparent;
}
#devicesAddRestriction .restriction-padding.checked {
  background-color: #f3f4f4;
  border: 1px solid #dadce4;
}
#devicesAddRestriction .list-days-wrap {
  padding: 8px 0;
}
#devicesAddRestriction .list-days-wrap select {
  width: 100%;
  min-width: 100%;
}
#devicesAddRestriction .form-item-allday {
  text-align: center;
}
#devicesAddRestriction .data-option-wrapper {
  margin: 5px 0; 
}
#devicesAddRestriction #next-day-text {
  text-align: right;
}
#devicesAddRestriction #specific-time .form-item {
  float: left;
  box-sizing: border-box;
  width: 50%;  
  padding: 5px 0 5px 38px;
  position: relative;
}
#devicesAddRestriction #specific-time .form-item select { 
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
}
#devicesAddRestriction #specific-time .form-item label {
  width: 40px;
  position: absolute;
  top: 10px;
  left: 0;
  box-sizing: border-box;
}
#devicesAddRestriction #specific-time #edit-endtime-label {
  text-align: center;
}
#devicesAddRestriction .list-days .day-wrap {
  position: relative;
  margin-right: 2px;
  margin-bottom: 2px;
  width: 32px;
  height: 32px;
  border-radius: 3px;
  border: 1px solid #DADCE4;
  background-color: #F3F4F4;
  display: inline-block;
  vertical-align: middle;
}
#devicesAddRestriction .list-days .day-wrap.checked {
  background-color: #56646F;
  border: 1px solid #56646F;
  color: #fff;
}
#devicesAddRestriction .list-days label {
  line-height: 32px;
  width: 32px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}
#devicesAddRestriction .list-days input[type=checkbox] {
  visibility: hidden;
}

/* devices - data restriction */
#devicesDataRestriction .data-option-wrapper {
  margin: 5px 0;
}

/* devices - app restriction */
#devicesAppRestriction h3 {
  font-size: 17px;
  margin-bottom: 0;
}
#devicesAppRestriction .list-app {
  max-height: 350px;
  overflow-y: auto;
}
#devicesAppRestriction .list-app ul {
  padding: 0;
  margin: 0;
}
#devicesAppRestriction .list-app li {
  list-style: none;
  padding: 7px;
  border: 1px solid #eee;
  border-bottom-width: 0;
}
#devicesAppRestriction .list-app li:last-child {
  border-bottom-width: 1px;
}
#devicesAppRestriction .list-app li.added {
  background: #3099d7;
  color: #ffffff;
}
#devicesAppRestriction .list-app a {
  font-size: 12px;
}

/* devices - restriction contacts */
#devicesRestrictionContacts .radio-item {
  padding: 10px;
}
#devicesRestrictionContacts .radio-item.radio-item-selected {
  background-color: #f3f3f3;
}
#devicesRestrictionContacts .radio-item .main-title {
  text-transform: uppercase;
  font-weight: bold;
}
#devicesRestrictionContacts .radio-item .radio-item-label {
  margin-top: 3px;
  padding-left: 20px;
}
#devicesRestrictionContacts .allow-phone-icon,
#devicesRestrictionContacts .allow-text-icon {
  display: inline-block;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
#devicesRestrictionContacts .allow-phone-icon,
#devicesRestrictionContacts .allow-text-icon {
  display: inline-block;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  vertical-align: middle;
}
#devicesRestrictionContacts .allow-phone-icon {
  background-image: url("/frontend/images/myaccount/icon_voice.png");
}
#devicesRestrictionContacts .allow-text-icon {
  background-image: url("/frontend/images/myaccount/icon_messaging.png");
}
#devicesRestrictionContacts table th,
#devicesRestrictionContacts table td {
  box-sizing: border-box;
  float: left;
}
#devicesRestrictionContacts table td {
  min-height: 48px;
}
#devicesRestrictionContacts table .input {
  width: 25%;
}
#devicesRestrictionContacts table .allowed {
  width: 23%;
}
#devicesRestrictionContacts table .allowed span {
  display: inline-block;
}
#devicesRestrictionContacts table .controls {
  text-align: right;
  width: 27%;
}
#devicesRestrictionContacts table .controls a{
  font-size: 12px;
}
#devicesRestrictionContacts table input.form-text {
  width: 100%;
  min-width: 100%;
  margin-bottom: 0;
}

/* devives - provision subscriber by mdn */
#provisionSubsByMdn .form-text {
  width: 100%;
  min-width: 30px;
  max-width: 100%;
}
#provisionSubsByMdn div.title {
  margin-bottom: 3px;
}
#provisionSubsByMdn .country-code {
  position: relative;
}
#provisionSubsByMdn .prefixPlus {
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 10px;
  line-height: 28px;
  font-weight: bold;
  font-size: 20px;
}
#provisionSubsByMdn #countryCode {
  padding-left: 20px;
}
/* auto purchase */
#auto-purchase-page .label-ap {
  text-align: center; 
  margin: 25px 0;
  font-size: 20px;
}
#auto-purchase-page .btn-ap .btn-update-auto-purchase {
  margin: 50px 0;
  font-size: 17px;
  font-weight: 700;
  background: #61bb45;
  padding: 10px;
  text-transform: uppercase;
}
#accountAutoPurchase .description-auto-purchase {
  margin-top: 20px;
}
#accountAutoPurchase .description-auto-purchase .ap-content-on {
  margin-top: 25px;
}
#accountAutoPurchase input.checkbox {
  display: none;
}
#accountAutoPurchase input.checkbox + label {
  display: inline-block;
  line-height: 1.7;
  position: relative;
  padding: calc(1.8rem - 1.8rem * 0.54) 0 0.5rem calc(1.8rem + 1rem);
  min-height: 1.8rem;
}
#accountAutoPurchase input.checkbox + label:hover {
  cursor: pointer;
}

#accountAutoPurchase input.checkbox + label:before {
  content: "";
  height: 1.8rem;
  width: 1.8rem;
  position: absolute;
  left: 0.2rem;
  top: 0.7rem;
  background-repeat: no-repeat;
}

/* referral */
.account-referral .nav.social li a {
  text-indent: -9999px;
  background: transparent url('/frontend/images/myaccount/icons-social-sprite2.gif') no-repeat left top;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
}
.account-referral .social li a.facebook {
  background-position: -40px -13px;
}
.account-referral .social li a.facebook:hover {
  background-position: -40px -48px;
}
.account-referral .social li a.twitter {
  background-position: -116px -12px;
}
.account-referral .social li a.twitter:hover {
  background-position: -116px -47px;
}
.account-referral .social li a.email {
  background-position: -116px -12px;
}
.account-referral .social li a.email:hover {
  background-position: -116px -47px;
}
#referral-code-input {
    background-color: #fff;
    height: 32px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.account-referral #edit-submit {
    width: 220px;
}
.is-account #wrapper-content a.term-link {
    text-decoration: underline;
    text-transform: none;
    font-size: 14px;
    font-weight: normal;
}

/* ZACT */
.zact #wrapper-content .alert {
  display: none;
}
.zact .my-account div.logo a {
  background-position: -7px 0;
}

/* only oobe */
.zact .oobe-page #wrapper-content .alert {
  display: block;
}

/* ineligible SIM */
#notifHeader a, #notifModal a{
  color: #39ded7;
  cursor: pointer;
  text-decoration: none;
  font-family: "Alright Sans LT", Arial, Helvetica, sans-serif
}
#notifModal.ineligible .message a {
  text-transform: none;
  font-weight: normal;
  font-size: 13px;
}

#ineligibleModalContent .link-ineligible {
  color: #08c;
}
#ineligible-mcc-panel a#change-mmc-sim {
	float: right;
}

/* MY ORDER */
.my-order .review-purchase .title,
.my-order .plan-name,
.my-order .current-plan .retail-price, 
.my-order .plan-price {
  font-size: 100% !important;
}
.my-order .current-banlance {
  color: #ababab;
  font-size: 93%;
}
.my-order #select-sadad-option {
  margin-left: 0px;
}
.my-order #paying-with .title {
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}
.my-order .plan-price {
  color: #898989;
}
.my-order table.summary table tr {
  border-bottom-width: 0;
}
.my-order table.summary td.wrap table {
  border-bottom: 1px solid #ddd;
}
.my-order table.summary td.wrap table:last-child {
  border-bottom-width: 0;
}
.my-order .my-wallet .wallet-info{
  box-sizing: border-box;
  padding-left: 40px;
  background: url('/frontend/images/myaccount/icon-wallet-gray.png') no-repeat 0 3px;
  background-size: 32px auto;
}
.my-order .btn-submit-order{
  width: 100%;
}
/* FOR ES LANGUAGE */
.es #offersPlanCategory .listing-items .item .cost {
  width: 70%;
}
.es #offersPlanCategory .listing-items .item .controls {
  width: 30%;
}

/*placeHolder style*/
.timeline-title {
  margin: 0 auto;
  max-width: 100%;
}
 
/**
* main style
*/

.timeline-item {
  background-color: #fff;
  border: none;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  padding: 12px;

  margin: 0 auto;
  max-width: 100%;
  min-height: 200px;
}

@keyframes placeHolderShimmer {
  0%{ background-position: -468px 0; }
  100%{ background-position: 468px 0; }
}

.animated-background {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}
.animated-background.no-animated {
  animation-name: none !important;
  background: #dddddd !important;
}
.background-masker {
  background: #fafafa;
  position: absolute;
}

/* subscription place holder */
.banner-placeholder.finish-loading .animated-background {
  animation-name:none;
  background: #f6f7f8;
}
.timeline-item.subscription-item {
  min-height: 50px;
  border-bottom: 1px solid #e2e4e4;
}
.subscription-item .animated-background {
  height: 50px;
}
.background-masker.bar-first-bottom,
.background-masker.bar-second-bottom,
.background-masker.bar-third-bottom {
  left: 45px;
  right: 0;
  height: 8px;
}

.background-masker.bar-first-bottom {
  top: 10px;
}

.background-masker.bar-second-bottom {
  top: 27px;
}

.background-masker.bar-third-bottom {
  top: 45px;
  left: 0px;
}

.background-masker.bar-first-left,
.background-masker.bar-second-left,
.background-masker.bar-third-left {
  left: 45px;
  height: 10px;
  width: 10px;
}

.background-masker.bar-first-right,
.background-masker.bar-second-right,
.background-masker.bar-third-right {
  width: auto;
  right: 0;
  height:10px;
}
.background-masker.bar-first-right {
  left:236px;
}
.background-masker.bar-second-right {
  left:300px;
}
.background-masker.bar-third-right {
  left:160px;
}
.background-masker.bar-first-left,
.background-masker.bar-first-right {
  top: 0;
}
.background-masker.bar-second-left,
.background-masker.bar-second-right {
  top: 18px;
}
.background-masker.bar-third-left,
.background-masker.bar-third-right {
  top: 35px;
}
/* Every thing below this is just positioning */
.background-masker.header-top,
.background-masker.header-bottom,
.background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}

.background-masker.header-left,
.background-masker.subheader-left,
.background-masker.header-right,
.background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left,
.background-masker.subheader-right {
  top: 24px;
  height: 6px;
}


.background-masker.header-right,
.background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}

.background-masker.subheader-right {
  left: 230px;
}

.background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}

.background-masker.content-top,
.background-masker.content-second-line,
.background-masker.content-third-line,
.background-masker.content-second-end,
.background-masker.content-third-end,
.background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}

.background-masker.content-top {
  height:20px;
}

.background-masker.content-first-end,
.background-masker.content-second-end,
.background-masker.content-third-end{
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}

.background-masker.content-second-line  {
  top: 68px;
}

.background-masker.content-second-end {
  left: 420px;
  top: 74px;
}

.background-masker.content-third-line {
  top: 82px;
}

.background-masker.content-third-end {
  left: 300px;
  top: 88px;
}
.animated-background.subscription-title {
  height: 20px;
  width: 120px;
}
.horizontal-tall .animated-background {
  margin-top: 5px;
  height: 10px;
}
.horizontal-tall .animated-background.icon {
  width: 50px;
  height: 50px;
  left: 50%;
  margin-left: -25px;
}
.horizontal-tall .animated-background.title {
  margin-top: 5px;
  height: 20px;
}
.horizontal-tall .animated-background.desc {
  margin-top: 10px;
  height: 10px;
}
.horizontal-tall .animated-background.price {
  position: absolute;
  right: 5px;
  bottom: 5px;
  width: 35%;
}



/*Loadding Store, Rewards Page*/
.is-offers .section-listing-offers .spinner,
.is-rewards .section-listing-rewards .spinner {
  display: none !important;
}
.is-offers .section-listing-offers span[spinner-key],
.is-rewards .section-listing-rewards span[spinner-key] {
  background-color: rgba(51, 51, 51, 0) !important;
}
.is-offers .timeline-item-banner,
.is-rewards .timeline-item-banner {
  border: none;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  border-radius: 3px;
  margin: 0 auto;
  max-width: 100%;
  min-height: 200px;
}
.is-offers .timeline-item-store .store,
.is-rewards .timeline-item-store .store {
  border: 1px solid;
  border-color: #e5e6e9 #dfe0e4 #d0d1d5;
  padding: 3px;
  margin-top: 10px;
}
.is-offers .animated-line, 
.is-rewards .animated-line {
  height: 12px; 
  width: 35%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.is-offers .animated-border, 
.is-rewards .animated-border {
  height: 4px;
  margin-bottom: 15px; 
}
.is-offers .line-top,
.is-rewards .line-top {
  height: 0px;
}
.is-offers .background-masker.line-left,
.is-rewards .background-masker.line-left {
  top:0;
  height: 55px;
}
.is-offers .line-bottom,
.is-rewards .line-bottom {
  top: 12px;
  height: 5px;
}
.is-offers .line-bottom-second,
.is-rewards .line-bottom-second {
  left: 65%;
  height: 13px;
  top:17px;
}
.is-offers .content-line-top,
.is-rewards .content-line-top {
  height: 15px; 
  width: 40px;
}
.is-offers .second-line-cus,
.is-rewards .second-line-cus {
  top:55px;
  height: 17px;
}

.is-offers .third-line-top,
.is-rewards .third-line-top {
  top:86px;
}
.is-offers .error-message-loading,
.is-rewards .error-message-loading {
  display: block;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 35px;
}   
.is-offers .btn-try-again,
.is-rewards .btn-try-again {
  text-transform: uppercase;
  background: #32d9d1;
  border-radius: 0;
  border: none;
  font-weight: 700;
} 
.is-offers .try-again-loading,
.is-rewards .try-again-loading {
  text-align: center;
}

.is-offers .sub-menu-animated-line {
  height: 10px; 
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}

/*Static Page*/
#captive-portal,
#auto-purchase-page {
  margin:auto;
}
#captive-portal div.logo-cp,
#auto-purchase-page div.logo-ap {
  margin: 79px 0 60px 0;
  background: transparent url('/frontend/images/myaccount/itson-logo-for-web.png') no-repeat center;
  background-size: auto 120px;
  width: auto;
  height: 120px;
}
#captive-portal .content-cp,
#auto-purchase-page .content-ap {
  font-size: 14px;
  margin: 0 10px;
}
#captive-portal .label-cp {
  text-align: center; 
  margin: 25px 0;
}
#captive-portal .description-cp,
#auto-purchase-page .description-ap {
  margin: 10px 0;
}
#captive-portal .btn-cp,
#auto-purchase-page .btn-ap {
  margin: 0 10px;
}
#captive-portal .btn-cp .btn-shop-data {
  margin: 50px 0;
  font-size: 17px;
  font-weight: 700;
  background: #61bb45;
  padding: 10px;
}
.stc-modal .modal-footer {
    border-top: none;
    background: none;
}
.stc-modal .modal-footer .btn {
    width: 100%;
}
.stc-modal .form-text {
    border: none;
    border-bottom: 1px solid #BFBFBF;
    font-size: 35px;
    text-align: center;
    text-align-last: center;
}
.stc-modal .modal-header {
    background: #f5f5f5;
    min-height: 45px;
}
.stc-modal .modal-body {
    padding: 35px 35px 5px 35px;
    text-align: center;
}
.stc-modal .currency-text {
    border-bottom: 1px solid #BFBFBF;
    padding-bottom: 6px;
}
.stc-modal input.error {
    border: none;
    border-bottom: 1px solid #BFBFBF;
}
.stc-modal input[type="text"]:focus {
    border: none;
    border-bottom: 1px solid #BFBFBF;
}
.stc-modal .use-another-number a{
    text-align: center;
    color: #FF6820;
    font-size: 18px;
    cursor: pointer;
}
.stc-modal select {
    background-size: 50px;
}
.stc-modal .btn-stc-cancel {
    color: #ff671f !important;
    background: none !important;
    border: solid 1px;
    font-size: 22px;
}
.label-stc-authorizie {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding: 10px;
    color: #474C55;
}

.label-stc-loading {
    text-align: center;
    font-size: 28px;
    line-height: 1;
    padding: 15px;
    color: #ff671f;
}

.loader {
  border: 5px solid #f3f3f3; /* Light grey */
  border-top: 5px solid #ff671f; 
  border-left: 5px solid #ff671f;
  border-bottom: 5px solid #ff671f;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: spin 2s linear infinite;
  position: absolute;
  margin-left: 100px;
  margin-top: -5px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.stc-error-message {
    display: block;
    color: #979697;
    font-size: 20px;
    padding-top: 10px;
}
.stc-error {
    color: red;
}
.stc-authorized {
    color: #61c48b;
}
.topup-list-card .card-icon {
    display: inline-block;
}

.pay-for-me-url-modal .section-modal-title,
.pay-for-me-modal .section-modal-title {
    padding: 25px 0 10px 0px;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.pay-for-me-url-modal .modal-title,
.pay-for-me-modal .modal-title {
    text-align: center;
    font-size: 16px;
    padding-bottom: 25px;
}
.pay-for-me-modal input[type="text"] {
   border-radius: 4px;
   max-width: 450px;
}
.pay-for-me-url-modal input[type="text"] {
   border-radius: 4px;
}

.pay-for-me-url-modal .modal-footer,
.pay-for-me-url-modal .control-group,
.pay-for-me-modal .modal-footer,
.pay-for-me-modal .control-group {
    text-align: center;
}
.pay-for-me-modal .modal-footer button {
    width: 46%;
}

#select-payforme {
    padding: 25px 0 !important;
}
#select-payforme .payforme-left {
    display: inline-block;
}
#select-payforme .payforme-left .card-payforme {
    display: inline-table;
    vertical-align: middle;
}

#select-payforme .payforme-right {
    float: right;
}

#copyPayForMeUrl {
    display: inline-block;
    width: 75px;
    height: 39px;
    vertical-align: top;
}
.opt-checkout .modal-header {
    font-size: 18px;
}

.opt-checkout .label-checkoutotp {
    padding: 10px 0 45px 0;
    font-size: 21px;
    line-height: 1.2;
}

.opt-checkout .label-send-again {
    padding: 45px 0 10px 0;
    font-size: 21px;
}

.opt-checkout .label-send-again a {
    cursor: pointer;
    color: #ff671f;
}

.opt-checkout .form-text {
    font-size: 45px;
    min-width: 150px;
    max-width: 200px;
}

.opt-checkout .label-stc-loading {
    padding: 0;
}
.opt-checkout .label-stc-loading .loader{
    position: relative;
    margin: auto;
}