@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;1,400;1,600&display=swap');

/* reset styles */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}

body {
line-height: normal;
}

ol, ul {
list-style: none;
}

blockquote, q {
quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}

table {
border-collapse: collapse;
border-spacing: 0;
}

fieldset {
border: 1px solid #d4d4d2;
padding: 5px 15px;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}

.clearfix {
display: block
}

/* content */
html,
body {
height: 100%;
}

body {
color: #1d3665;
font-family: 'Poppins', sans-serif;
background: #FFFFFF;
font-size: 16px;
min-width: 300px;
-webkit-text-size-adjust: none;
}

#container {
height: 100%;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: column nowrap;
}

b, strong {
font-weight: 600;
}

h1,
.form-section h2 {
font-size: 30px;
padding-bottom: 15px;
color: #1d3665;
font-weight: 600;
line-height: 1.2;
}

h3 {
font-size: 130%;
}

a {
color: #3366cc;
text-decoration: none;
outline: none;
text-decoration: underline;
}

a:hover {
color: #9ab3e4;
}

input[type=text],
input[type=password],
textarea {
font-family: 'Poppins', sans-serif;
padding: 10px 20px;
background-color: #FFFFFF;
border: 1px solid #1d3665;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
box-sizing: border-box;
color: #1d3665;
font-size: 16px;
}

input[type=text],
input[type=password] {
height: 40px;
}

textarea {
resize: none;
}

input[type=text]:disabled,
input[type=password]:disabled,
textarea:disabled,
.button-link.disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}

input[type=submit],
input[type=button],
button {
font-size: 16px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
padding: 0 20px;
margin: 0;
height: 40px;
background: #fed836;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
color: #1d3665;
border: 2px solid #f2cc2b;
outline: none;
cursor: pointer;
}

input[type=submit].small,
input[type=button].small,
button.small {
height: 31px;
}

input[type=submit]:hover:not(:disabled),
input[type=button]:hover:not(:disabled),
button:hover:not(:disabled),
.button:hover:not(:disabled)  {
background: #fee57a;
}

input[type=submit]:disabled,
input[type=button]:disabled,
button:disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
cursor: default;
}

input[type=submit].alt,
input[type=button].alt,
button.alt {
border-color: #3366cc;
background: transparent;
color: #1d3665;
}

input[type=submit].alt:hover,
input[type=button].alt:hover,
button.alt:hover {
background-color: #DDDEDF;
}

button.next span {
padding-right: 30px;
background: url(/css/main_img/button_next.svg) no-repeat scroll right center;
background-size: 16px auto;
}

button.prev span {
padding-left: 30px;
background: url(/css/main_img/button_prev.svg) no-repeat scroll left center;
background-size: 16px auto;
}

button.dark {
height: 36px;
border-color: #1d3665;
font-size: 14px;
background: transparent;
color: #1d3665;
padding: 0 15px;
}

button.dark:hover {
background: #DDDEDF;
}

button.indent-left {
margin-left: 10px;
}

.cancel-link {
color: #1d3665;
font-size: 16px;
text-decoration: underline;
margin-left: 20px;
display: inline-block;
}

canvas {
overflow: visible;
}

select {
height: 40px;
padding: 0 18px;
background: #FFFFFF;
border: 2px solid #3366cc;
color: #1d3665;
font-family: 'Poppins', sans-serif;
font-size: 16px;
box-sizing: border-box;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}

select option {
padding: 2px 6px;
}

label {
position: relative;
top: -1px;
}

.align-left {
text-align: left;
}

.align-right {
text-align: right;
}

.align-center {
text-align: center;
}

.float-left {
float: left;
}

.float-right {
float: right;
}

.float-none {
float: none;
}

.indent-right {
padding-right: 20px;
}

.table {
display: table;
}

.table-row {
display: table-row;
}

.table-cell {
display: table-cell;
}

.hr {
margin: 10px 0;
border-top: 1px solid #E5E5E5;
}

.download-iframe {
height: 1px;
left: -9000px;
position: absolute;
top: -9000px;
width: 1px;
}

.header-top {
background: #fff2bc;
}

.header-content {
max-width: 1140px;
padding: 0px 14px;
margin: 0 auto;
}

#header .logo {
float: left;
padding: 20px 0;
position: relative;
z-index: 1;
}

#header .logo a {
display: inline-block;
height: 65px;
}

#header .logo a img {
display: inline-block;
height: 24px;
margin-top: 17px;
}

#header .details {
float: right;
margin-top: 15px;
font-weight: 600;
font-size: 14px;
line-height: 30px;
color: #1d3665;
}

#header .details > div {
float: left;
margin-left: 30px;
}

#header .details > div:first-child {
margin-left: 0;
}

#header .details .logout a {
background: url(/css/main_img/logout.svg) no-repeat scroll right center;
background-size: auto 18px;
display: inline-block;
text-decoration: none;
padding-right: 25px;
color: inherit;
border-bottom: 2px solid transparent;
}

#header .details .logout a:hover {
border-color: #1d3665;
}

#header .header-menu {
float: left;
margin: 25px 0 0 50px;
}

#header .header-menu li {
float: left;
margin-left: 30px;
}

#header .header-menu li:first-child {
margin-left: 0;
}

#header .header-menu li a {
display: block;
height: 47px;
line-height: 50px;
font-weight: 400;
font-size: 16px;
color: #1d3665;
border-bottom: 3px solid transparent;
text-decoration: none;
}

#header .header-menu li a:hover {
border-color: #1d3665;
}

.content-width {
max-width: 1140px;
padding: 40px 15px;
margin: 0 auto;
}

.content-max-width {
max-width: 750px;
}

#footer {
margin-top: auto;
}

#footer .footer-contact {
background: #f7f7f7;
font-size: 16px;
}

#footer .footer-contact svg {
fill: currentcolor;
vertical-align: middle
}

#footer .footer-contact .content-width {
padding-bottom: 0;
}

#footer .footer-contact .footer-contact-row {
display: flex;
flex-wrap: wrap;
}

#footer .footer-contact .footer-contact-column {
width: 100%;
box-sizing: border-box;
}

#footer .footer-contact .footer-contact-column.column-1 {
width: 36%;
padding-right: 30px;
padding-bottom: 40px;
}

#footer .footer-contact .footer-contact-column.column-2 {
width: 40%;
padding-right: 30px;
padding-bottom: 40px;
}

#footer .footer-contact .footer-contact-column.column-3 {
width: 28%;
}

#footer .footer-contact .footer-contact-column h4 {
font-size: 30px;
margin-bottom: 20px;
font-weight: 600;
}

#footer .footer-contact .footer-menu li {
margin-bottom: 12px;
}

#footer .footer-contact .footer-menu li:last-child {
margin-bottom: 0;
}

#footer .footer-contact .footer-menu li a {
text-decoration: none;
}

#footer .footer-contact .footer-menu li.footer-social-media {
padding-top: 10px;
}

#footer .footer-contact .footer-menu li.footer-social-media a {
display: inline-block;
vertical-align: top;
color: #FFFFFF;
margin-right: 20px;
background: #1d3665;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
width: 32px;
height: 32px;
line-height: 30px;
text-align: center;
}

#footer .footer-contact .footer-menu li.footer-social-media a:hover {
background: #4a5e84;
}

#footer .footer-contact .contact-list li {
margin-bottom: 8px;
}

#footer .footer-contact .contact-list li:last-child {
margin-bottom: 0;
}

#footer .footer-contact .contact-list li label {
margin-left: 10px;
display: inline-block;
}

#footer .footer-contact .contact-list li svg {
position: relative;
top: 2px;
vertical-align: top;
}

#footer .footer-contact .footer-contact-column.column-3 img {
display: block;
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}

#footer .footer-bottom {
font-size: 14px;
}

#footer .footer-bottom .content-width {
text-align: center;
margin-bottom: 40px;
}

#footer .footer-bottom .copyright {
font-size: 16px;
padding-bottom: 20px;
}

#footer .footer-bottom .privacy-policy a {
margin-left: 5px;
display: inline-block;
}

/* tabs */
.content-tabs {
position: relative;
}

.content-tabs .tabs-container {
position: absolute;
top: -63px;
left: 0;
width: 100%;
}

.content-tabs .tabs-wrapper {
max-width: 1140px;
margin: 0 auto;
padding: 0 15px;
}

.content-tabs.no-tab-drop .tabs-wrapper {
overflow: hidden;
height: 50px;
}

.content-tabs .tabs-holder {
margin-left: 220px;
}

.content-tabs .tabs {
position: relative;
z-index: 4;
float: right;
height: 50px;
}

.content-tabs .tabs.with-dropdown {
padding-right: 100px;
}

.content-tabs li {
float: left;
border-top: 1px solid #dddedf;
}

.content-tabs li:first-child {
border-top: none;
}

.content-tabs .tabs > li {
position: relative;
z-index: 1;
border: none;
margin-left: 30px;
}

.content-tabs .tabs > li:first-child,
.content-tabs .tabs.with-dropdown > li:nth-child(2) {
margin-left: 0;
}

.content-tabs .tabs > li.menu-toggler {
position: static;
margin-left: 0;
}

.content-tabs .tabs > li.menu-toggler a {
position: relative;
z-index: 1;
}

.content-tabs .tabs > li.menu-toggler ul {
display: none;
position: absolute;
left: 0px;
min-width: 200px;
background: #f7f7f7;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
}

.content-tabs .tabs > li.menu-toggler ul li {
display: block;
float: none;
}

.content-tabs .tabs > li.menu-toggler li.current a {
color: #1d3665;
}

.content-tabs li a {
display: block;
height: 47px;
line-height: 50px;
font-weight: 400;
font-size: 16px;
color: #1d3665;
border-bottom: 3px solid transparent;
text-decoration: none;
}

.content-tabs li:not(.disabled) a:hover {
border-color: #1d3665;
}

.content-tabs li:not(.disabled).active a,
.content-tabs li:not(.disabled).active a:hover {
border-color: #3366cc;
color: #3366cc;
}

.content-tabs li.logout {
display: none;
}

.content-tabs li.logout a span {
display: inline-block;
padding-left: 28px;
background: url(/css/main_img/logout.svg) no-repeat scroll 0 center;
background-size: auto 16px;
}

.content-tabs li a span {
display: block;
cursor: pointer;
}

.content-tabs li.tab-drop > a {
position: relative;
padding: 0;
z-index: 1001;
text-align: right;
min-width: 40px;
}

.content-tabs li.menu-toggler > a > span,
.content-tabs li.tab-drop > a > span {
cursor: pointer;
display: inline-block;
text-align: left;
padding-left: 25px;
background: url(/css/main_img/menu_icon.svg) no-repeat scroll 0 center;
background-size: 16px auto;
}

.content-tabs li.tab-drop > a > span {
background: url(/css/main_img/arrow.svg) no-repeat scroll left center;
background-size: 14px auto;
}

.content-tabs li.tab-drop.expanded > a > span {
background: url(/css/main_img/close_menu_icon.svg) no-repeat scroll 0 center;
background-size: 12px auto;
}

.content-tabs li.menu-toggler a:hover,
.content-tabs li.tab-drop > a:hover {
border-color: transparent;
}

.content-tabs li.menu-toggler ul li a,
.content-tabs li.tab-drop ul li a {
border: none;
padding: 15px 26px;
line-height: 1.3;
height: auto;
font-size: 16px;
}

.content-tabs li.disabled a {
color: #666;
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}

.content-tabs li.disabled a span {
cursor: default;
}

/* form inputs */
.input-row .label {
font-weight: 600;
padding-bottom: 5px;
line-height: 19px;
color: #1d3665;
}

.input-row .label.multiline {
padding-top: 0;
}

.input-row .input,
.input-row .text,
.submit-buttons {
width: 310px;
}

#LoginForm .input-row .input,
#LoginForm .input-row .text,
#LoginForm .submit-buttons {
width: 450px;
}

.input-row .input,
.submit-buttons {
line-height: 1.5;
}

.input-row.wide .label {
width: 160px;
}

.input-row.wide .input,
.input-row.wide .text {
padding-left: 170px;
}

.input-row .input {
padding-bottom: 6px;
}

.input-row .input input[type=text],
.input-row .input input[type=password],
.input-row .input textarea {
width: 100%;
box-sizing: border-box;
}

#LoginForm .input-row .input input[type=text]:focus,
#LoginForm .input-row .input input[type=password]:focus {
border-width: 2px;
}

.input-row .input.zip {
width: 120px;
float: left;
padding-left: 10px;
}

.input-row .input.zip input[type=text] {
width: 100px;
}

.input-row .input.city {
width: 200px;
float: left;
padding-left: 0;
}

.input-row .input.city input[type=text] {
width: 188px;
}

.input-row .text {
padding-top: 10px;
}

.button-prefix {
padding: 0 10px;
}

.input-row.invalid,
.table-cell.invalid  {
color: #e40101;
}

.input-row.invalid .input input[type=text],
.input-row.invalid .input input[type=password],
.input-row.invalid .input .dropdown-button,
.dropdown-container.invalid .dropdown-button,
.table-cell.invalid .dropdown-button {
border-color: #e40101;
}

.input-row .radio {
padding-top: 4px;
}

.input-row .radio.no-label {
padding-left: 0;
}

.input-row .radio .item-info {
margin-bottom: -6px;
}

.radio-label {
display: inline-block;
min-width: 95px;
}

.input-row .inline-radio {
float: left;
padding-right: 30px;
}

.submit-buttons {
width: 310px;
}

.submit-buttons.align-left {
text-align: left;
}

.separator {
height: 10px;
line-height: 10px;
font-size: 10px;
}

.separator.double {
height: 14px;
}

.input-separator {
display: inline-block;
width: 20px;
height: 10px;
}

.link-container.buy-more {
margin-top: -15px;
margin-bottom: 25px;
}

.add-link {
padding: 4px 0;
display: inline-block;
line-height: 1.3;
text-align: left;
font-size: 16px;
}

.edit-link,
.new-subscription-link {
display: inline-block;
line-height: 30px;
height: 30px;
margin-top: 10px;
padding: 0 15px;
color: #1d3665;
text-decoration: none;
border: 2px solid #3366cc;
}

.edit-link:hover,
.new-subscription-link:hover {
background: #DDDEDF;
color: #1d3665;
}

.tab-content.consumption .edit-link,
.tab-content.consumption .new-subscription-link {
display: block;
text-align: left;
}

.tab-content.consumption .mobile .edit-link,
.tab-content.consumption .mobile .new-subscription-link {
text-align: center;
}

.tab-content.consumption .edit-link.first,
.tab-content.consumption .new-subscription-link.first {
margin-top: 30px;
}

.edit-link.multi,
.new-subscription-link.multi {
margin-right: 15px;
}

.new-subscription .dropdown-container.billing-groups {
width: 100%;
padding-left: 0;
margin-bottom: 0;
}

.new-subscription .new-number .dropdown-content {
width: 315px;
max-height: 268px;
}

.new-subscription .new-number .dropdown-content-header {
margin-bottom: 6px;
padding: 5px;
}

.new-subscription .new-number .dropdown-content-header button {
margin-left: 10px;
min-width: 80px;
display: inline-block;
vertical-align: top;
font-size: 14px;
}

.new-subscription .new-number .dropdown-content-header input[type=text] {
width: 170px;
display: inline-block;
vertical-align: top;
font-size: 13px;
}

.new-subscription .new-number .dropdown-content-body {
min-height: 109px
}

.new-subscription .new-number .dropdown-content-body.data-loading {
background: url(/css/main_img/progress_indicator.gif) no-repeat center center;
}

.new-subscription .new-number .dropdown-content-body .no-results {
text-align: center;
padding-top: 42px;
}

.new-subscription .new-number .dropdown-content-body-cell {
float: left;
width: 50%;
margin-bottom: 6px;
text-align: center;
}

.new-subscription .new-number .dropdown-content-item {
font-size: 13px;
display: block;
margin: 0 5px;
padding: 5px 6px;
border: 2px solid #d5d5d5;
color: #1d3665;
cursor: pointer;
line-height: 1.25;
text-decoration: none;
}

.new-subscription .new-number .dropdown-content-item:hover {
background: #F5F5F5;
color: #1d3665;
}

.new-subscription .new-number .dropdown-content-item.active {
background: #1d3665;
color: #ffffff;
border-color: #10254c;
}

.new-subscription .new-number .dropdown-content-footer {
padding: 1px 6px 5px 0;
text-align: right;
}

.new-subscription .new-number .refresh {
display: inline-block;
padding-left: 22px;
font-size: 14px;
line-height: 24px;
font-weight: 400;
background: url(/css/main_img/refresh.svg) no-repeat scroll 0 center;
background-size: 16px auto;
color: #1d3665;
text-decoration: none;
}

.new-subscription .port-date input[type=text] {
float: left;
width: 140px;
}

.new-subscription .submit-buttons {
width: auto;
padding: 30px 0 0 0;
}

.new-subscription table.summary th,
.new-subscription table.summary td {
font-size: 16px;
}

.new-subscription table.summary .with-discount td {
border-bottom: none;
}

.new-subscription table.summary .discount td {
border-top: none;
padding-top: 0;
}

.new-subscription table.summary .discount .cell-description {
color: #767676;
font-weight: 600;
}

.new-subscription table.summary .cell-price {
text-align: right;
}

.new-subscription table.summary tbody tr:last-child td {
border-bottom: 1px solid #dddedf;
}

.new-subscription .input-row {
padding-top: 10px;
}

.new-subscription .input-row:first-child {
padding-top: 0;
}

.new-subscription .input-row .label {
padding-bottom: 0;
}

.new-subscription .input-row .text {
padding-top: 0;
}

/* form sections */
.form-section {
padding-top: 35px;
}

.form-section:first-child,
.form-section.first {
padding-top: 0;
}

.form-section.no-header {
padding-bottom: 0;
}

.form-section.data-loading {
text-align: center;
}

.form-section-title {
font-size: 22px;
font-weight: 600;
color: #1d3665;
margin-bottom: 20px;
}

.form-section-title.email,
.form-section-title.password {
border-bottom: 1px solid #dddedf;
font-size: 18px;
color: #1d3665;
padding-bottom: 10px;
padding-left: 30px;
}

.form-section-title.email {
background: url(/css/main_img/email.svg) no-repeat scroll 0 6px;
background-size: auto 14px;
}

.form-section-title.password {
background: url(/css/main_img/password.svg) no-repeat scroll 0 5px;
background-size: auto 16px;
}

.form-section.no-header .form-section-content {
padding: 0;
}

.invoices-search-form {
float: left;
}

.invoices-search-form input[type=text] {
width: 160px;
float: left;
}

.invoices-search-form button[type=submit] {
margin-left: 20px;
float: left;
}

label.checkbox-label {
position: relative;
display: inline-block;
cursor: pointer;
padding-bottom: 0;
padding-top: 2px;
padding-left: 40px;
margin-bottom: 8px;
font-size: 16px;
}

label.checkbox-label input {
display: none;
}

label.checkbox-label span {
position: absolute;
left: 0;
margin-right: 8px;
width: 18px;
height: 18px;
background: #f7f7f7;
border: 2px solid #1d3665;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

label.checkbox-label input:checked + span {
background: url(/css/main_img/check.svg) center no-repeat #f7f7f7;
background-size: 12px auto;
}

label.checkbox-label i {
color: #1d3665;
font-style: normal;
}

.form-section-content.white-box .submit-buttons {
padding-top: 15px;
}

.form-section-content.white-box .invoice-type-info {
padding-top: 15px;
color: #767676;
}

.form-section-content-separator {
margin: 30px 0 37px 0;
background: #ddd;
height: 2px;
line-height: 2px;
font-size: 0;
}

.form-section-content .empty-content-box {
text-align: center;
padding: 20px 0;
}

.tab-content.consumption .mobile {
display: none !important;
}

.tab-content.consumption .form-section .white-box {
position: relative;
padding: 30px;
}

.tab-content.consumption .form-section .white-box.campaign-box {
margin-bottom: 30px;
}

.tab-content.consumption .form-section .white-box.campaign-box .campaign-confirmation {
display: none;
}

.tab-content.consumption .white-box .left-col {
float: left;
max-width: 360px;
}

.tab-content.consumption .white-box .right-col {
float: right;
width: 160px;
text-align: center;
padding-right: 21px;
}

.tab-content.consumption .white-box.subscription-box .right-col {
padding-left: 21px;
}

.tab-content.consumption .campaign-box h2 {
font-size: 30px;
font-weight: 600;
color: #1d3665;
line-height: 31px;
margin-top: -4px;
padding-bottom: 8px;
}

.tab-content.consumption .campaign-box .description {
font-size: 22px;
line-height: 25px;
color: #1d3665;
font-weight: 600;
}

.tab-content.consumption .campaign-box .details {
margin-top: 6px;
font-size: 16px;
line-height: 30px;
}

.tab-content.consumption .campaign-box .subscription {
margin-top: 30px;
padding: 15px 0;
border: 1px solid #eeeeee;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.tab-content.consumption .campaign-box .owner-name {
display: block;
padding-left: 15px;
margin-top: -1px;
font-size: 16px;
line-height: 17px;
color: #1d3665;
white-space: pre;
overflow: hidden;
text-overflow: ellipsis;
}

.tab-content.consumption .campaign-box .rate-plan {
display: block;
margin-top: 7px;
padding-left: 15px;
font-size: 16px;
line-height: 17px;
color: #1d3665;
white-space: pre;
overflow: hidden;
text-overflow: ellipsis;
}

.tab-content.consumption .campaign-box .close {
position: absolute;
top: 20px;
right: 20px;
width: 14px;
height: 14px;
background: url(/css/main_img/close.svg) no-repeat scroll 0 0;
background-size: 14px 14px;
}

.tab-content.consumption .subscription-box .main {
padding-top: 40px;
}

.tab-content.consumption .subscription-box .owner-name {
position: absolute;
top: 23px;
left: 30px;
right: 180px;
display: block;
font-size: 30px;
font-weight: 600;
text-overflow: ellipsis;
white-space: pre;
overflow: hidden;
color: #1d3665;
}

.tab-content.consumption .subscription-box .rate-plan {
display: block;
font-size: 16px;
line-height: 19px;
}

.tab-content.consumption .subscription-box .variant {
display: block;
font-size: 16px;
font-weight: 600;
color: #1d3665;
}

.tab-content.consumption .subscription-box .usage-summary .usage-toggler {
position: relative;
cursor: pointer;
width: 300px;
padding: 15px;
border: 2px solid #3366cc;
color: #3366cc;
}

.tab-content.consumption .subscription-box .usage-summary .usage-toggler:hover {
background: #DDDEDF;
}

.tab-content.consumption .subscription-box .usage-summary .usage-toggler .arrow {
position: absolute;
top: 15px;
right: 13px;
width: 20px;
height: 20px;
background: url(/css/main_img/toggler_arrow.svg) no-repeat scroll center center;
background-size: 8px auto;
}

.tab-content.consumption .subscription-box .usage-summary .usage-toggler.disabled {
cursor: default;
}

.tab-content.consumption .subscription-box .usage-summary .usage-toggler.disabled .arrow {
display: none;
}

.tab-content.consumption .subscription-box .usage-summary .label {
display: block;
margin-top: -2px;
margin-bottom: 3px;
font-size: 16px;
color: #1d3665;
}

.tab-content.consumption .subscription-box .usage-summary .amount {
display: block;
font-size: 20px;
font-weight: 600;
}

.tab-content.consumption .subscription-box .charts-slider {
position: relative;
}

.tab-content.consumption .subscription-box .charts-slider-control {
position: absolute;
top: 85px;
left: -34px;
width: 30px;
height: 30px;
background: #ccc;
cursor: pointer;
background: url(/css/main_img/arrow_circle.svg) no-repeat scroll center center;
background-size: 28px auto;
}

.tab-content.consumption .subscription-box .charts-slider-control.prev {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}

.tab-content.consumption .subscription-box .charts-slider-control.next {
left: auto;
right: -34px;
}

.tab-content.consumption .subscription-box .charts-container {
width: 160px;
overflow: hidden;
}

.tab-content.consumption .subscription-box .charts {
width: 3000px;
}

.tab-content.consumption .subscription-box .chart-item {
float: left;
width: 160px;
text-align: center;
}

.tab-content.consumption .subscription-box .chart-label {
height: 32px;
font-size: 13px;
line-height: 14px;
padding: 0 10px;
}

.tab-content.consumption .subscription-box .chart {
position: relative;
height: 130px;
width: 130px;
margin: 0 auto 17px;
}

.tab-content.consumption .subscription-box .chart-legend {
position: absolute;
top: 50%;
left: 10px;
right: 10px;
margin-top: -36px;
text-align: center;
color: #1d3665;
}

.tab-content.consumption .subscription-box .chart-legend.empty {
left: 15px;
right: 15px;
margin-top: -20px;
font-weight: 600;
}

.tab-content.consumption .subscription-box .chart-legend .header {
display: block;
font-size: 14px;
line-height: 16px;
font-weight: 600;
}

.tab-content.consumption .subscription-box .chart-legend .used {
display: block;
margin-top: 2px;
font-size: 28px;
line-height: 29px;
font-weight: 600;
}

.tab-content.consumption .subscription-box .chart-legend .size {
display: block;
margin-top: 6px;
font-size: 14px;
line-height: 16px;
font-weight: 600;
}

.tab-content.consumption .subscription-box .chart-details {
margin-top: -5px;
margin-bottom: 15px;
min-height: 64px;
}

.tab-content.consumption .subscription-box .chart-details span {
display: block;
font-size: 13px;
line-height: 16px;
font-weight: 400;
}

.tab-content.consumption .subscription-box .chart-details a {
font-size: 13px;
line-height: 1.3;
display: inline-block;
margin-top: 10px;
}

.tab-content.consumption .subscription-box .chart-details .rollover.unavailable {
margin-bottom: -1px;
}

.tab-content.consumption .subscription-box .chart-details .info,
.tab-content.consumption .settings .info {
display: inline-block;
width: 20px;
height: 20px;
background: url(/css/main_img/info.svg) no-repeat scroll 0 1px;
background-size: 18px 18px;
vertical-align: middle;
margin-top: -2px;
margin-left: 5px;
cursor: pointer;
}

.tab-content.consumption .campaign-box .assign-campaign,
.tab-content.consumption .subscription-box .add-package {
padding: 0;
width: 125px;
}

.tab-content.consumption .subscription-box.mobile {
text-align: center;
}

.tab-content.consumption .subscription-box.mobile .owner-name {
top: 19px;
left: 20px;
right: 20px;
font-size: 21px;
}

.tab-content.consumption .subscription-box.mobile .main {
padding-top: 30px;
min-height: 79px;
}

.tab-content.consumption .subscription-box.mobile .variant {
display: block;
min-width: auto;
padding-right: 0;
padding-bottom: 5px;
}

.tab-content.consumption .subscription-box.mobile .charts-slider {
width: 190px;
margin: 0 auto;
}
.tab-content.consumption .subscription-box.mobile .charts-container,
.tab-content.consumption .subscription-box.mobile .chart-item {
width: 190px;
}

.tab-content.consumption .subscription-box.mobile .charts-slider-control {
top: 99px;
}

.tab-content.consumption .subscription-box.mobile .chart-label {
height: 17px;
padding: 0;
}

.tab-content.consumption .subscription-box.mobile .chart {
width: 180px;
height: 180px;
margin-top: 10px;
margin-bottom: 41px;
}

.tab-content.consumption .subscription-box.mobile .chart-circle,
.tab-content.consumption .subscription-box.mobile .chart-bar {
stroke-width: 2.1;
}

.tab-content.consumption .subscription-box.mobile .chart-legend {
margin-top: -42px;
}

.tab-content.consumption .subscription-box.mobile .chart-legend.empty {
margin-top: -10px;
}

.tab-content.consumption .subscription-box.mobile .chart-legend .used {
font-size: 38px;
line-height: 40px;
margin-top: 4px;
}

.tab-content.consumption .subscription-box.mobile .chart-legend .size {
margin-top: 10px;
}

.tab-content.consumption .subscription-box.mobile .add-package {
width: 180px;
}

.tab-content.consumption .subscription-box.mobile .usage-summary {
margin-top: 25px;
text-align: left;
}

.tab-content.consumption .subscription-box.mobile .usage-summary .usage-toggler {
width: auto;
}

.tab-content.consumption .subscription-box.mobile .usage-summary .usage-toggler .arrow {
right: 17px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}

.tab-content.consumption .subscription-box.mobile .usage-summary .usage-toggler.expanded .arrow {
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}

.tab-content.consumption.pre-activation .form-section:not(.data-loading) {
display: flex;
flex-direction: column;
width: 50%;
box-sizing: border-box;
padding: 0 15px 30px 15px;
}

.tab-content.consumption.pre-activation .form-section h1,
.tab-content.consumption.pre-activation .form-section h2 {
font-size: 20px;
}

.tab-content.consumption.pre-activation .form-section .white-box {
padding: 15px;
flex-grow: 1;
}

.tab-content.consumption.pre-activation .form-section .delivery-address {
padding-bottom: 12px;
text-align: center;
font-size: 16px;
}

.tab-content.consumption.pre-activation .form-section .delivery-address-value {
margin-top: 8px;
line-height: 1.1;
}

.tab-content.consumption.pre-activation .form-section .delivery-date {
margin-left: -15px;
margin-right: -15px;
margin-bottom: 18px;
padding: 8px 15px;
background: #1d3665;
color: #ffffff;
text-align: center;
font-size: 16px;
}

.tab-content.consumption.pre-activation .form-section .delivery-date-value {
font-weight: 600;
}

.tab-content.consumption.pre-activation .form-section .delivery-date:not(.date-passed) .delivery-date-value {
line-height: 1.1;
}

.tab-content.consumption.pre-activation .form-section .delivery-date a {
color: #ffffff;
}

.tab-content.consumption.pre-activation .form-section .delivery-date.date-passed a {
font-weight: 400;
}

.tab-content.consumption.pre-activation .form-section .delivery-date.date-passed .delivery-date-label {
font-size: 16px;
}

.tab-content.consumption.pre-activation .form-section .delivery-date-details {
margin-top: 10px;
font-size: 13px;
line-height: 1.2;
}

.tab-content.consumption.pre-activation .form-section .subscription-details {
margin-top: 16px;
padding-top: 15px;
border-top: 1px solid #c8c8c8;
}

.tab-content.consumption.pre-activation .form-section .subscription-details-label {
color: #1d3665;
font-weight: 500;
}

.tab-content.consumption.pre-activation .form-section .subscription-details-value {
font-size: 14px;
margin-top: 3px;
}

.tab-content.consumption.pre-activation .form-section .subscription-details-value-col.left {
float: left;
width: 60%;
}

.tab-content.consumption.pre-activation .form-section .subscription-details-value-col.right {
float: right;
width: 40%;
text-align: right;
}

.tab-content.consumption.pre-activation .form-section .general-info {
font-size: 18px;
}

.tab-content.consumption.pre-activation .form-section .general-info h3 {
font-size: 18px;
font-weight: 400;
color: #1d3665;
}

.tab-content.consumption.pre-activation .pre-activation-service-item {
margin-bottom: 10px;
padding-bottom: 10px;
border-bottom: 1px solid #c8c8c8;
}

.tab-content.consumption.pre-activation .pre-activation-service-item:last-child {
border-bottom: none;
}

.tab-content.consumption.pre-activation .pre-activation-service-item .service-details {
float: left;
padding-left: 24px;
}

.tab-content.consumption.pre-activation .pre-activation-service-item .service-name {
color: #1d3665;
font-size: 17px;
}

.tab-content.consumption.pre-activation .pre-activation-service-item .service-price {
margin-top: 2px;
color: #999999;
font-size: 13px;
}

.tab-content.consumption.pre-activation .pre-activation-service-item .toggle {
float: right;
margin-top: 7px;
margin-right: 24px;
}

.tab-content.consumption.pre-activation .pre-activation-service-items-list a {
font-size: 14px;
}

.tab-content.consumption.pre-activation .form-section.simple-info {
width: 100%;
}

.tab-content.consumption.pre-activation .form-section.simple-info .white-box {
min-height: 0;
}

.tab-content.consumption.pre-activation .form-section.simple-info .subscription-details {
margin-bottom: 12px;
padding-bottom: 10px;
border-bottom: 1px solid #c8c8c8;
}

.tab-content.consumption.pre-activation .form-section.simple-info .subscription-details-value-col.left {
float: none;
width: 100%;
}

.tab-content.consumption.pre-activation .form-section.simple-info .subscription-details-value-col.right {
float: none;
width: 100%;
margin-top: 2px;
font-weight: 600;
text-align: left;
}

.tab-content.consumption.pre-activation .pre-activation-items-list.esim .description {
font-size: 14px;
}

.tab-content.consumption.pre-activation .pre-activation-items-list.esim .description p {
margin-bottom: 10px;
}

.tab-content.consumption.pre-activation .pre-activation-items-list.esim .subscription-details-row {
display: flex;
}

.tab-content.consumption.pre-activation .pre-activation-items-list.esim .subscription-details-col {
flex-basis: 50%;
flex-shrink: 0;
}

.tab-content.consumption.pre-activation .pre-activation-items-list.esim .subscription-details-col.full-width {
flex-basis: 100%;
}

.tab-content.consumption.pre-activation .pre-activation-items-list.esim .subscription-details-col .image {
width: 90%;
}

.tab-content.consumption.pre-activation .pre-activation-items-list.esim .subscription-details-col .image img {
display: block;
width: 100%;
height: auto;
}

.tab-content.services .submit-buttons,
.tab-content.change-subscription .submit-buttons {
padding: 15px 0 0 0;
text-align: left;
width: 100%;
}

.tab-content.sim-cards .activate-sim-card {
margin-top: 10px;
}

.tab-content.sim-cards .sim-card {
position: relative;
margin-bottom: 15px;
}

.tab-content.sim-cards .sim-card:last-child {
margin-bottom: 0;
}

.tab-content.overview .marketing-consent-box {
margin-bottom: 20px;
}

.tab-content.family-subscriptions .white-box,
.tab-content.family-subscriptions .bordered-box {
padding: 18px;
}

.tab-content.family-subscriptions .bordered-box {
margin: 30px 0;
transition: border-color 0.3s ease-out 0s;
}

.tab-content.family-subscriptions .bordered-box .validation-message {
opacity: 0;
padding-left: 24px;
background: url(/css/main_img/info_red.svg) no-repeat scroll 0 center;
background-size: auto 18px;
color: #eb4732;
transition: all 0.3s ease-out 0s;
transform: translateX(-20px);
}

.tab-content.family-subscriptions .bordered-box.invalid {
border-color: #eb4732;
}

.tab-content.family-subscriptions .bordered-box.invalid.exceeded .validation-message {
opacity: 1;
}

.tab-content.sim-replacement .steps-list ol {
position: relative;
display: flex;
align-items: stretch;
justify-content: space-between;
width: 100%;
list-style: none;
}

.tab-content.sim-replacement .steps-list ol:before {
position: absolute;
top: 15px;
left: 50px;
right: 50px;
border-top: 3px solid #c6c6c6;
content: '';
}

.tab-content.sim-replacement .steps-list ol li {
position: relative;
display: block;
flex: 0 1 auto;
text-align: center;
font-weight: 500;
line-height: 21px;
}

.tab-content.sim-replacement .steps-list ol li:nth-child(4) {
width: 124px;
}

.tab-content.sim-replacement .steps-list ol li .icon {
position: relative;
display: inline-block;
width: 28px;
height: 28px;
padding: 0 30px;
background: #f7f7f7;
z-index: 0;
}

.tab-content.sim-replacement .steps-list ol li .icon span {
display: block;
width: 28px;
height: 28px;
border: 3px solid #c6c6c6;
border-radius: 18px;
box-sizing: border-box;
background-size: 16px auto;
}

.tab-content.sim-replacement .steps-list ol li .label {
display: block;
margin-top: 8px;
font-size: 14px;
}

.tab-content.sim-replacement .steps-list ol li:not(.current) .label {
color: #999999;
}

.tab-content.sim-replacement .steps-list ol li.current .icon span {
border-color: #1d3665;
background: url(/css/main_img/step_check_white.svg) no-repeat scroll 3px center #1d3665;
}

.tab-content.sim-replacement .steps-list ol li.completed .icon span {
background: url(/css/main_img/step_check_white.svg) no-repeat scroll 3px center #c6c6c6;
}

.tab-content.sim-replacement .steps-list .mobile {
display: none;
margin-bottom: 30px;
}

.tab-content.sim-replacement .steps-list .mobile .radial-progress {
float: left;
}

.tab-content.sim-replacement .steps-list .mobile p {
padding-left: 80px;
}

.tab-content.sim-replacement .steps-list .mobile p span {
display: block;
}

.tab-content.sim-replacement .steps-list .mobile .progress-label {
padding-top: 8px;
font-family: 'Source Sans Pro', Arial, sans-serif;
font-weight: 600;
font-size: 16px;
}

.tab-content.sim-replacement .steps-list .mobile .progress-label.last {
padding-top: 20px;
}

.tab-content.sim-replacement .steps-list .mobile .progress-description {
padding-top: 3px;
}

.tab-content.sim-replacement .step-details {
position: relative;
margin-top: 20px;
}

.tab-content.sim-replacement .step-details .left-col {
float: left;
width: 50%; 
}

.tab-content.sim-replacement .step-details .right-col {
float: right;
width: 46%; 
}

.tab-content.sim-replacement .step-details h3 {
margin-top: 30px;
font-family: 'Source Sans Pro', Arial, sans-serif;
color: #1d3665;
font-size: 22px;
font-weight: 600;
}

.tab-content.sim-replacement .step-details h3:first-child {
margin-top: 0;
}

.tab-content.sim-replacement .step-details p {
margin-top: 15px;
font-size: 14px;
line-height: 21px;
}

.tab-content.sim-replacement .step-details p b {
font-weight: 500;
}

.tab-content.sim-replacement .step-details p.info {
margin-top: 10px;
font-style: italic;
}

.tab-content.sim-replacement .step-details p.long-text {
padding-right: 20px;
}

.tab-content.sim-replacement .step-details .image {
margin-top: 15px;
}

.tab-content.sim-replacement .step-details .image img {
max-width: 225px;
max-height: 225px;
}

.tab-content.sim-replacement .step-details .edit-delivery-address {
margin-top: 20px;
}

.tab-content.sim-replacement .step-details .change-activation-date {
width: 226px;
margin-top: 5px;
text-align: center;
}

.tab-content.sim-replacement .step-details form {
margin-top: 10px;
}

.tab-content.sim-replacement .step-details #ChangeActivationDateForm {
margin-top: 16px;
margin-bottom: 60px;
}

.tab-content.sim-replacement .step-details .input-row .input {
position: relative;
width: auto;
box-sizing: border-box;
}

.tab-content.sim-replacement .step-details .delivery-address {
max-width: 600px;
}

.tab-content.sim-replacement .step-details .delivery-address .input-row .input input[type=text] {
width: 100%;
}

.tab-content.sim-replacement .step-details .delivery-address .input-row .input.zip {
padding-left: 0;
padding-right: 15px;
width: 40%;
}

.tab-content.sim-replacement .step-details .delivery-address .input-row .input.city {
width: 60%;
}

.tab-content.sim-replacement .step-details .input-row .input.picker-input {
width: 259px;
}

.tab-content.sim-replacement .step-details .input-row .input.picker-input > input[type=text] {
padding-left: 40px;
cursor: pointer;
}

.tab-content.sim-replacement .step-details .input-row .input.picker-input > input[type=text]:focus-visible {
outline: none;
}

.tab-content.sim-replacement .step-details .input-row .icon {
position: absolute;
top: 12px;
left: 16px;
width: 16px;
height: 16px;
cursor: pointer;
}

.tab-content.sim-replacement .step-details .input-row .icon.calendar {
background: url(/css/main_img/calendar.svg) no-repeat scroll center;
background-size: 16px auto;
}

.tab-content.sim-replacement .step-details .input-row .icon.arrow {
left: auto;
right: 16px;
background: url(/css/main_img/dropdown_arrow.svg) no-repeat scroll center 6px;
background-size: 14px auto;
}

.tab-content.sim-replacement .step-details .input-row .icon.arrow.toggled {
transform: rotateZ(180deg);
}

.tab-content.sim-replacement .step-details .submit-buttons a {
color: #3D3D3F;
font-size: 16px;
line-height: 40px;
display: inline-block;
padding: 0 20px;
}

.tab-content.sim-replacement .step-details .submit-buttons.activation-date {
margin-top: 5px;
}

.tab-content.sim-replacement .step-details .submit-buttons.activation-date button[type=submit] {
width: 259px;
padding: 0;
}

.marketing-consent-box h3 {
font-size: 30px;
font-weight: 400;
line-height: 38px;
margin-bottom: 10px;
}

.marketing-consent-box p + p {
font-weight: 600;
margin-top: 15px;
}

.marketing-consent-box .input-row.general {
margin-bottom: 15px;
}

.marketing-consent-box .input-row .label-text {
margin-top: -2px;
font-weight: 600;
}

.marketing-consent-box .input-row .label-description {
font-size: 14px;
font-weight: normal;
margin: 0;
}

.tab-content.overview .marketing-consent-box form {
margin-top: 25px;
}

.tab-content.overview .marketing-consent-box button {
margin-top: 20px;
}

.circular-chart {
display: block;
height: 100%;
}

.chart-circle {
fill: none;
stroke-width: 2.4;
stroke: #e1e1e1;
}

.chart-bar {
fill: none;
stroke-width: 2.4;
stroke-linecap: round;
stroke: #1d3665;
}

.info-box {
position: relative;
font-size: 14px;
font-weight: 600;
text-align: left;
margin-bottom: 20px;
margin-top: -12px;
}

.tip h3 {
font-weight: 600;
margin-bottom: 5px;
color: #1d3665;
font-size: 16px;
}

#LoginForm .tip h3 {
font-size: 20px;
margin-bottom: 15px;
}

.tip .tip-content ul {
list-style-type: disc;
margin-left: 13px;
}

.tip .tip-content ul li {
margin-top: 7px;
}

.tip .tip-content ol {
list-style-type: decimal;
margin-left: 13px;
}

.tip .tip-content ol li {
margin-top: 4px;
}

.tip .tip-details {
font-size: 12px;
line-height: 1;
color: #777777;
font-family: 'Poppins', sans-serif;
font-weight: 300;
} 

.form-inputs {
float: left;
width: 50%;
}

#LoginForm .form-inputs {
float: none;
width: auto;
}

.form-inputs-content {
margin-right: 20px;
}

.form-tips {
float: left;
width: 50%;
}

#LoginForm .form-tips {
float: none;
width: auto;
}

.form-tips .tip {
margin-left: 20px;
}

#LoginForm .form-tips .tip {
margin-left: 0;
margin-top: 40px;
padding-top: 40px;
border-top: 1px solid #cccccc;
}

.form-tips .tip .tip-content a {
text-decoration: underline;
}

/* settings form */
.settings-form {
display: table;
}

.form-section.settings .form-section-title {
margin-bottom: 10px;
}

.settings-form .input-row {
display: table-cell;
vertical-align: bottom;
}

.settings-form .input-row .input {
padding-bottom: 0;
width: 260px;
}

.settings-form .input-row .input.text {
padding-bottom: 6px;
}

.settings-form .submit-buttons {
display: table-cell;
vertical-align: bottom;
width: 75px;
padding-left: 20px;
}

.settings-form .submit-buttons button {
width: 100%;
}

.calendar-link {
float: left;
display: block;
background: url(/css/main_img/calendar.svg) no-repeat scroll center;
background-size: 16px auto;
width: 16px;
height: 16px;
margin: 11px 0 0 10px;
}

/* flash message */
.flash {
position: relative;
min-height: 16px;
padding: 18px 20px;
margin: 0px 0 25px 0;
font-size: 16px;
font-weight: 500;
color: #1d3665;
}

.flash .icon {
position: absolute;
top: 17px;
left: 20px;
width: 22px;
height: 24px;
}

.flash .indent {
padding-left: 40px;
}

.flash.success {
background: #e3ecd7;
border: 2px solid #72a139;
}

.flash.error {
background: #fae5e7;
border: 2px solid #d0021b;
}

.flash.success .icon {
background: url(/css/main_img/flash_success.svg) no-repeat scroll center;
background-size: auto 15px;
}

.flash.error .icon {
background: url(/css/main_img/flash_error.svg) no-repeat scroll center;
background-size: auto 20px;
}

.flash.error a {
color: #990000;
font-weight: bold;
}

.flash ul {
margin: 3px 0 0 43px;
list-style-type: disc;
}

/* steps */
.steps ul {
padding: 0;
margin: 0 0 -8px 0;
}

.steps li {
float: left;
margin-right: 10px;
margin-bottom: 8px;
position: relative;
list-style: none;
}

.steps li:last-child {
margin-right: 0;
}

.steps li .container {
display: block;
font-size: 14px;
color: #FFFFFF;
height: 22px;
line-height: 22px;
padding: 0 5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
background: #999999;
text-decoration: none;
}

.steps li.completed .container {
background: #1d3665;
}

.steps li.current .container {
background: #fed836;
color: #1d3665;
}

.step-content .form-section {
padding-top: 35px;
}

.product-rate-plan-variants-list .info-box {
float: right;
margin-top: 0;
margin-bottom: 10px;
}

.subscription-types-section,
.subscription-type-products-section,
.product-rate-plans-list {
padding-bottom: 25px;
}

.product-rate-plan-variants-list .radio-row {
padding: 0;
margin: 0px -15px;
margin-bottom: -30px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
}

.product-rate-plan-variants-list .radio-row .inline-radio {
width: 50%;
box-sizing: border-box;
padding: 0 15px 30px 15px;
}

.product-rate-plan-variants-list .inline-radio label {
display: block;
top: 0;
padding: 15px 25px;
box-sizing: border-box;
border: 2px solid #a7a9ac;
height: 100%;
box-sizing: border-box;
cursor: pointer;
}

.product-rate-plan-variants-list .inline-radio input[type=radio] {
position: absolute;
top: 0px;
left: 0;
visibility: hidden;
opacity: 0;
}

.product-rate-plan-variants-list .inline-radio label:hover {
background: #dddedf;
}

.product-rate-plan-variants-list .inline-radio.selected label {
border-color: #3366cc;
background: #FFFFFF;
}

.product-rate-plan-variants-list .invalid .inline-radio label {
border-color: #e40101;
}

.product-rate-plan-variants-list .inline-radio.selected .indicator-icon {
position: absolute;
top: -10px;
right: -10px;
display: block;
width: 24px;
height: 24px;
padding: 0;
background: url(/css/main_img/check_white.svg) no-repeat scroll center #3366cc;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
background-size: 12px auto;
}

.product-rate-plans-list .inline-radio .name,
.product-rate-plan-variants-list .inline-radio .name {
display: block;
color: #1d3665;
font-weight: 600;
}

.product-rate-plans-list .invalid .inline-radio .name,
.product-rate-plan-variants-list .invalid .inline-radio .name {
color: inherit;
}

.product-rate-plans-list .inline-radio .price,
.product-rate-plan-variants-list .inline-radio .price {
display: block;
margin-top: 5px;
}

.product-rate-plans-list .inline-radio .price .value,
.product-rate-plan-variants-list .inline-radio .price .value {
font-weight: bold;
color: #1d3665;
}

.inline-radio .details {
display: block;
margin-bottom: 20px;
padding-left: 40px;
margin-top: -5px;
font-size: 12px;
font-weight: 300;
}

.product-rate-plans-list .inline-radio .details,
.product-rate-plan-variants-list .inline-radio .details {
max-width: 200px;
}

/* progress indicator */
.progress-indicator {
display: inline-block;
padding-left: 27px;
background: url(/css/main_img/progress_indicator.gif) no-repeat 0 3px;
font-size: 14px;
}

.form-section.data-loading .progress-indicator {
margin: 50px 0;
}

/* dropdown */
.dropdown-container {
position: relative; 
}

.dropdown-container a {
text-decoration: none;
}

.dropdown-button {
position: relative;
display: block;
height: auto;
line-height: 20px;
border: 2px solid #3366cc;
padding: 9px 16px 10px 10px;
cursor: pointer;
font-weight: 400;
font-family: 'Poppins', sans-serif;
font-weight: 600;
font-size: 16px;
text-decoration: none;
}

.dropdown-container.large .dropdown-button {
color: #777777;
padding: 10px 20px;
font-size: 16px;
}

.dropdown-container.large.centered .dropdown-button {
width: 50%;
margin: 0 auto;
}

.dropdown-button:hover {
background: #f7f7f7;
}

.dropdown-button.active,
.dropdown-container.large .dropdown-button.active {
background: #e1e1e1;
}

.dropdown-button .dropdown-button-content {
padding-right: 20px;
position: relative;
color: #1d3665;
}

.dropdown-button .dropdown-button-content:before {
position: absolute;
top: 3px;
right: 0;
width: 14px;
height: 14px;
content: '';
background: url(/css/main_img/arrow.svg) no-repeat scroll right center;
background-size: 14px auto;
}

.dropdown-button.active .dropdown-button-content:before {
-moz-transform: rotateZ(180deg);
-webkit-transform: rotateZ(180deg);
transform: rotateZ(180deg);
}

.dropdown-button .dropdown-button-content .sim-card-type,
.dropdown-content .sim-card-type {
min-width: 85px;
display: inline-block;
}

.dropdown-content {
background: #FFFFFF;
padding: 5px;
max-height: 223px;
overflow-y: auto;
box-shadow: 0 1px 2px 0 rgba(0,0,0,0.25);
}

.dropdown-container .dropdown-content {
display: none;
position: absolute;
z-index: 9;
}

.dropdown-container.inline .dropdown-button {
cursor: default;
}

.dropdown-container.inline .dropdown-content {
display: block;
position: relative;
max-height: 420px;
}

.dropdown-content-row {
display: block;
padding: 5px 6px;
color: #777777;
cursor: pointer;
line-height: 16px;
font-size: 13px;
}

.dropdown-container.large .dropdown-content-row {
padding: 10px 15px;
}

.dropdown-content-row.no-results {
padding-top: 10px !important;
padding-bottom: 10px !important;
}

.dropdown-content-row.no-results .disable-filter,
.dropdown-container.subscriptions .dropdown-content-row.no-results .disable-filter,
.dropdown-container.billing-groups .dropdown-content-row.no-results .disable-filter {
display: inline;
padding: 0;
background: none;
border: none;
color: #1d3665;
cursor: pointer;
}

.dropdown-content-row.no-results .disable-filter:hover,
.dropdown-container.subscriptions .dropdown-content-row.no-results .disable-filter:hover,
.dropdown-container.billing-groups .dropdown-content-row.no-results .disable-filter:hover {
color: #1d3665;
}

.dropdown-content-spacer {
display: block;
border-top: 1px solid #e3e3e3;
height: 1px;
margin: 5px 0;
}

.dropdown-search-form {
position: absolute;
top: 10px;
left: 10px;
right: 10px;
}

.dropdown-search-form input[type=text] {
width: 218px;
font-size: 14px;
float: left;
}

.dropdown-search-form .loading-progress {
background: url(/css/main_img/progress_indicator.gif) no-repeat center;
visibility: hidden;
height: 30px;
width: 30px;
float: left;
margin-top: 5px;
}

.dropdown-search-form button {
position: relative;
font-size: 14px;
padding-top: 0;
padding-bottom: 0;
float: left;
}

.dropdown-search-form .input-spacer {
float: left;
width: 15px;
}

.dropdown-search-form-items {
position: absolute;
top: 60px;
left: 10px;
right: 10px;
overflow-y: auto;
}

.dropdown-content-spacer.search-form {
position: absolute;
top: 44px;
left: 6px;
right: 6px;
}

.dropdown-container.subscriptions,
.dropdown-container.billing-groups  {
margin-bottom: 20px;
}

.dropdown-container.inline.subscriptions {
margin-bottom: 0;
}

.dropdown-container.subscriptions .dropdown-content {
max-height: 270px;
}

.dropdown-container.inline.subscriptions .dropdown-content {
max-height: 420px;
}

.dropdown-container.subscriptions .dropdown-content-row.no-results {
padding: 10px 15px;
}

.dropdown-container.large.subscriptions .dropdown-content-row,
.dropdown-container.large.billing-groups .dropdown-content-row,
.sim-card .dropdown-container.large .dropdown-content-row {
margin-bottom: 5px;
padding: 0;
}

.dropdown-container.subscriptions .dropdown-content-row:last-child,
.dropdown-container.billing-groups .dropdown-content-row:last-child,
.sim-card .dropdown-container.large .dropdown-content-row:last-child {
margin-bottom: 0;
}

.dropdown-container.subscriptions .dropdown-content-row a,
.dropdown-container.billing-groups .dropdown-content-row a,
.dropdown-container.owned-billing-groups .dropdown-content-row a,
.sim-card .dropdown-container.large .dropdown-content-row a {
display: block;
padding: 8px 15px;
color: #1d3665;
cursor: pointer;
border: 2px solid #dddedf;
font-weight: 600;
font-size: 14px;
}

.dropdown-container.subscriptions .dropdown-content-row a:hover,
.dropdown-container.billing-groups .dropdown-content-row a:hover,
.dropdown-container.owned-billing-groups .dropdown-content-row a:hover,
.sim-card .dropdown-container.large .dropdown-content-row a:hover {
background-color: #F5F5F5;
}

.dropdown-container.subscriptions .dropdown-content-row.active a,
.dropdown-container.billing-groups .dropdown-content-row.active a,
.dropdown-container.owned-billing-groups .dropdown-content-row.active a,
.sim-card .dropdown-container.large .dropdown-content-row.active a {
color: #FFFFFF;
background: #1d3665;
border-color: #10254c;
}

.dropdown-container.subscriptions .dropdown-content-row .phone-cell,
.dropdown-container.billing-groups .dropdown-content-row .name-cell  {
float: left;
display: block;
width: 140px;
box-sizing: border-box;
display: block;
}

.dropdown-container.subscriptions .dropdown-content-row .owner-cell,
.dropdown-container.billing-groups .dropdown-content-row .user-cell {
margin-left: 140px;
padding-left: 15px;
display: block;
}

.dropdown-content-row .input-row .label {
float: left;
width: 80px;
padding-top: 0;
}

.dropdown-content-row .input-row .text {
padding-left: 80px;
padding-top: 0;
}

.usage-entries-list {
display: none;
margin-bottom: 15px;
}

.expanded .usage-entries-list {
display: block;
}

.usage-summary .usage-entries-list {
margin-top: 14px;
margin-bottom: 0;
}

.usage-entries-list table,
table.listing {
width: 100%;
}

.usage-entries-list table th,
table.listing th {
text-align: left;
font-weight: bold;
color: #1d3665;
}

.usage-entries-list table td,
.usage-entries-list table th,
table.listing td,
table.listing th {
padding: 10px 12px;
border-bottom: 1px solid #dddedf;
font-size: 14px;
}

.usage-entries-list table td,
table.listing td {
border-top: 1px solid #dddedf;
}

.usage-entries-list table tr:last-child td,
table.listing tr:last-child td {
border-bottom: 1px solid transparent;
}

.usage-entries-list table td:first-child,
.usage-entries-list table th:first-child,
table.listing td:first-child,
table.listing th:first-child {
padding-left: 0;
}

.usage-entries-list table td:last-child,
.usage-entries-list table th:last-child,
table.listing td:last-child,
table.listing th:last-child {
padding-right: 0;
}

table.listing td.strike {
text-decoration: line-through;
}

.usage-entries-list table .cell-date {
width: 70px;
font-weight: bold;
}

.usage-entries-list table .cell-qty,
.usage-entries-list table .cell-amount {
text-align: right;
width: 22%;
}

.usage-entries-list.gprs table .cell-qty {
width: 30%;
}

.usage-entries-list.fees table .cell-qty {
width: 18%;
}

.usage-entries-list table .active td {
border-top: 1px solid #d7d7d5;
}

.usage-entries-list table tfoot td {
border-bottom: none;
}

.usage-entries-list table tfoot .cell-summary-value {
text-align: right;
font-weight: 600;
}

.usage-summary .usage-entries-list table .last td {
border-bottom: none;
padding-bottom: 0;
}

.usage-entries-summary {
padding: 5px 8px;  
border-top: 1px solid #d7d7d5;
}

.usage-entries-list .data-loading,
.usage-entries-list .empty-content-box {
padding: 10px 0;
}

.usage-entries-list .progress-indicator {
font-size: 12px;
background-position: 0 2px;
}

.usage-amount {
margin-top: 10px;
text-align: right;
font-weight: bold;
font-size: 22px;
color: #1d3665;
}

.usage-amount .usage-amount-label {
float: left;
display: block;
}

.usage-amount .usage-amount-value {
float: right;
display: block;
color: #1d3665;
}

.export-usage {
margin-top: 20px;
text-align: right;
}

table.summary .option td {
padding-top: 6px;
padding-bottom: 6px;
}

table.summary .total td {
font-weight: bold;
color: #1d3665;
font-size: 20px;
}

table.summary td .options {
margin: 0;
}

table.summary td .options li {
font-size: 15px;
line-height: 1.1;
}

table.summary .cell-description .options {
margin-left: 20px;
list-style: disc;
}

/* services boxes */
.service-items-list .service-column,
.packages-list .package-column {
width: 50%;
box-sizing: border-box;
padding: 0 15px 30px 15px;
}

.current-subscription .service-items-list .service-column,
.sim-card-services .service-items-list .service-column,
.service-items-list .service-column.container {
width: 100%;
}

.service-items-list .service-item,
.packages-list .package-item {
display: block;
padding: 18px 18px 75px 18px;
position: relative;
text-decoration: none;
position: relative;
height: 100%;
box-sizing: border-box;
color: inherit;
}

.service-items-list .service-column.container .service-item {
padding-bottom: 25px;
}
	
.service-items-list .flex-container {
margin-top: 20px;
display: flex;
}

.service-items-list .flex-column {
width: 50%;
}

.service-items-list .flex-column:first-child {
border-right: 1px solid #a7a9ac;
}

.service-items-list .flex-column:first-child .flex-content {
padding: 10px 35px 10px 0;
}

.service-items-list .flex-column:last-child .flex-content {
padding: 10px 0 10px 35px;
}

.service-items-list .flex-header {
display: flex;
justify-content: space-between;
align-items: center;
}

.service-items-list .custom-service-item-details {
margin-top: 10px;
}

.service-items-list .custom-service-item-row {
display: flex;
font-size: 1rem;
}

.service-items-list .custom-service-item-row-label {
width: 140px;
font-weight: 600;
white-space: nowrap;
}

.service-items-list .custom-service-item-row-text {
width: 105px;
white-space: nowrap;
}

.packages-list .package-item {
padding-bottom: 72px;
min-height: 80px;
cursor: default;
}

.packages-section .packages-description h3 {
font-weight: 600;
}

.packages-section .packages-description p {
margin-top: 5px;
word-spacing: 5px;
text-align: justify;
}

.packages-section .back-link {
margin-bottom: 0;
margin-top: 10px;
}

.change-subscription .current-subscription .service-items-list .service-item {
padding-bottom: 18px;
}

.service-items-list,
.packages-list,
.pre-activation-items-list {
margin: 0px -15px;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
flex-flow: row wrap;
}

.service-items-list .service-item .service-name,
.service-items-list .service-item .custom-service-item-name,
.packages-list .package-item .package-name {
display: block;
font-size: 20px;
font-weight: 600;
line-height: 1.2;
color: #1d3665;
}

.service-items-list .service-item .custom-service-item-name {
font-size: 18px;
}

.current-subscription .service-items-list .service-item .service-name {
color: #1d3665;
font-size: 24px;
font-weight: 400;
padding-left: 40px;
background: url(/css/main_img/current_subscription.svg) no-repeat scroll 0 center;
background-size: auto 26px;
}

.service-items-list .service-item .service-secondary-text {
font-size: 18px;
font-weight: 600;
line-height: 1;
}

.service-items-list .service-item .service-description {
font-size: 14px;
display: block;
font-weight: 300;
line-height: 16px;
margin-top: 12px;
padding-bottom: 8px;
}

.service-items-list .service-item .service-description:last-child {
padding-bottom: 0;
}

.service-items-list .service-item .service-price,
.packages-list .package-item .package-price {
color: #1d3665;
font-size: 16px;
display: block;
padding-top: 10px;
font-weight: 600;
line-height: 1;
padding-bottom: 5px;
}

.service-items-list .service-item .service-link,
.packages-list .package-item .package-link {
display: inline-block;
margin-top: 2px;
margin-bottom: 8px;
font-size: 14px;
}

.service-items-list .service-item .service-link + .service-description {
margin-top: 0;
}

.current-subscription .service-items-list .service-item .service-price {
color: #1d3665;
}

.current-subscription .service-items-list .service-item .regular-price {
font-size: 22px;
}

.current-subscription .service-items-list .service-item .regular-price span {
display: block;
}

.current-subscription .service-items-list .service-item .discount-description {
margin-bottom: 15px;
}

.current-subscription .service-items-list .service-item .regular-price-value {
text-decoration: line-through;
font-weight: normal;
}

.current-subscription .service-items-list .service-item .discount-price {
color: #1d3665;
margin-top: -15px;
}

.service-items-list .service-item .service-activation {
display: block;
}

.packages-list .package-item form {
position: absolute;
left: 18px;
bottom: 18px;
}

.service-items-list .service-item .service-status {
color: #1d3665;
font-size: 14px;
font-weight: 600;
}

.service-items-list .service-item button,
.service-items-list .service-item span.activate {
position: absolute;
left: 18px;
bottom: 18px;
min-width: 98px;
font-size: 16px;
font-weight: 400;
padding: 0 20px;
height: 40px;
background: #fed836;
color: #1d3665;
border: 2px solid #f2cc2b;
box-sizing: border-box;
cursor: pointer;
}

.service-items-list .service-item button:disabled {
cursor: default;
}

.service-items-list .service-item span.activate {
line-height: 36px;
}

.service-items-list .service-item button:not(:disabled):hover,
.service-items-list .service-item span.activate:not(:disabled):hover {
background: #fee57a;
}

.service-items-list .service-item button.deactivate,
.service-items-list .service-item.subscribe span.activate {
background: none;
color: #1d3665;
border-color: #3366cc;
}

.service-items-list .service-item button.deactivate:not(:disabled):hover,
.service-items-list .service-item.subscribe span.activate:not(:disabled):hover {
background: #DDDEDF;
}

.service-items-list .service-item .button-link {
position: absolute;
right: 25px;
bottom: 20px;
min-width: 114px;
font-size: 16px;
padding: 0 20px;
height: 40px;
line-height: 38px;
background: none;
color: #1d3665;
border: 2px solid #3366cc;
box-sizing: border-box;
cursor: pointer;
text-align: center;
text-decoration: none;
}

.service-items-list .service-item .button-link:hover {
background: #DDDEDF;
}

.service-items-list .service-item.data-control button {
position: static;
height: auto;
padding-top: 6px;
padding-bottom: 6px;
min-height: 40px;
}

.service-items-list .service-item.data-control .service-description:not(.last) {
margin-bottom: 25px;
}

.service-items-list + .tip,
.form-section.services-info .tip {
background: url('main_img/info.svg') #f7f7f7 no-repeat top 28px left 24px;
background-size: 32px 32px;
padding: 18px 18px 18px 75px;
}

.form-section.services-info .tip + .tip {
margin-top: 20px;
}

/* sim card boxes */
.sim-card-services .service-items-list .service-item {
padding-bottom: 15px;
min-height: 0;
}

.sim-card-services .service-item .service-item-main-info {
float: left;
width: 65%;
}

.sim-card-services .service-item .service-item-details {
float: right;
min-width: 160px;
}

.sim-card-services .service-item .service-price {
padding-top: 3px;
padding-bottom: 5px;
font-size: 19px;
font-family: 'Roboto',Arial,Verdana,sans-serif;
font-weight: 600;
color: #000000;
}

.sim-card-services .service-items-list .service-item button {
position: static;
margin-top: 15px;
width: 100%;
}

/* sim cards */
.sim-card .form-section-title {
margin-bottom: 10px;
}

.sim-card .sim-card-status {
display: inline-block;
color: #1d3665;
font-size: 14px;
font-weight: 600;
margin-left: 15px;
margin-top: 5px;
}

.sim-card .sim-card-status.blocked {
color: #E51937;
}

.sim-card .sim-card-status.info {
color: #1d3665;
}

.sim-card .dropdown-container {
position: absolute;
top: 18px;
right: 18px;
min-width: 160px;
}

.sim-card .dropdown-content {
width: 160px;
}

.sim-card .phone-number {
font-size: 16px;
margin-bottom: 25px;
}

.sim-card .details-toggler {
display: inline-block;
font-size: 16px;
}

.sim-card .details-toggler.esim {
margin-top: 10px;
}

.sim-card .details-content .text-row {
padding-bottom: 5px;
font-size: 16px;
}

.sim-card .details-content {
margin-top: 10px;
}

.sim-card .details-content .text-row span {
display: inline-block;
font-weight: 600;
min-width: 80px;
}

.sim-card .details-content .details-link {
margin-left: 10px;
}

.sim-card .esim-details {
margin-top: 32px;
}

.sim-card .image {
float: left;
border-radius: 2px;
background-color: #FFFFFF;
padding: 24px;
}

.sim-card .image img {
max-width: 150px;
max-height: 150px;
}

.sim-card .esim-description {
padding-left: 228px;
}

.sim-card .esim-description .next-steps {
line-height: 18px;
}

.sim-card .esim-description .next-steps span {
display: block;
margin-bottom: 4px;
}

.sim-card .esim-description .next-steps span:first-child {
margin-bottom: 8px;
}

.sim-card .esim-description .next-steps.multi > span {
margin-bottom: 4px;
}

.sim-card .esim-description .next-steps span.wifi {
display: inline-block;
width: 16px;
height: 16px;
background: url(/css/main_img/wifi.svg) no-repeat scroll 0 -1px;
background-size: 100% 100%;
margin: 0 0 -2px 4px;
}

.sim-card .esim-description ol {
list-style: decimal;
margin-left: 16px;
}

.sim-card .esim-description ol li {
margin-bottom: 4px;
}

.sim-card .esim-description h4 {
margin-top: 25px;
margin-bottom: 8px;
font-size: 16px;
font-weight: 600;
}

.sim-card .esim-description p {
line-height: 18px;
}

.usage-entries {
margin-top: 30px;
}

.invoices .invoice-status {
padding: 0 8px;
line-height: 26px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
font-weight: 400;
min-width: 82px;
text-align: center;
}

.invoice .status-in-credit,
.invoice .status-credited {
background: #22660D;
color: #FFFFFF;
}

.invoice .status-overpaid,
.invoice .status-paid {
background: #60A43E;
color: #FFFFFF;
}

.invoice .status-to-pay,
.invoice .status-partially-paid {
background: #FFD315;
color: #FFFFFF;
}

.invoice .status-unpaid {
background: #E51937;
color: #FFFFFF;
}

table.listing tr.selected td {
background: #1d3665;
border-color: #10254c;
color: #ffffff;
border-bottom: 1px solid #10254c;
}

table.listing tr.selected td a {
color: #ffffff;
}

table.listing tr.selected td a:hover {
color: #333333;
}

table.subscriptions tbody tr:not(.inactive) {
cursor: pointer;
}

table.subscriptions tbody td {
vertical-align: middle;
}

table.subscriptions .cell-select-row {
width: 32px;
text-align: center;
}

table.subscriptions .cell-select-row .checkbox-label {
padding: 0;
margin: 5px 0 0 10px;
width: 22px;
height: 22px;
}

table.subscriptions .cell-select-row .checkbox-label span {
margin-right: 0;
}

.table.listing-action {
width: 100%;
}

.table.listing-action.top {
margin-bottom: 5px;
}

.table.listing-action.bottom {
margin-top: 15px;
}

.table.listing-action .table-cell {
padding-bottom: 10px;
text-align: right;
width: 150px;
vertical-align: middle;
}

.table.listing-action .table-cell:first-child {
width: auto;
text-align: left;
font-weight: 600;
}

.table.listing-action .input.dropdown-container {
width: 100%;
margin: 0;
}

.table.listing-action .input input[type=text] {
box-sizing: border-box;
width: 100%;
}

.table.listing-action button {
width: 130px;
}

/* AJAX loading box */
.loading-layer {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 999998;
background: #ffffff;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
filter: alpha(opacity=1);
-moz-opacity: 0.01;
-khtml-opacity: 0.01;
opacity: 0.01;
}

.loading-box {
position: fixed;
top: 0;
left: 50%;
padding: 0 10px;
background: rgba(0,0,0,0.7);
z-index: 999999;
}

.loading-box div {
padding: 6px 0 6px 27px;
color: #ffffff;
font-weight: bold;
background: url(/css/main_img/progress_indicator.gif) no-repeat scroll 0 center;
}

/* system info box */
.system-info-box {
padding: 40px 15px 0 15px;
max-width: 1140px;
margin: 0 auto;
}

.system-info-box.hidden {
-webkit-transition: all 0.4s ease-out 0s;
-moz-transition: all 0.4s ease-out 0s;
-ms-transition: all 0.4s ease-out 0s;
-o-transition: all 0.4s ease-out 0s;
transition: all 0.4s ease-out 0s;
-moz-transform: scale(1, 0);
-ms-transform: scale(1, 0);
-o-transform: scale(1, 0);
-webkit-transform: scale(1, 0);
transform: scale(1, 0);
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter: alpha(opacity=0);
-moz-opacity: 0;
-khtml-opacity: 0;
opacity: 0;
}

.system-info-box-content {
min-height: 16px;
padding: 18px 35px 18px 20px;
font-size: 16px;
font-weight: 600;
background: #fff3cd;
border: 2px solid #ffc200;
position: relative;
}

.system-info-box-content h1,
.system-info-box-content h2,
.system-info-box-content h3 {
border: none;
color: #1d3665;
font-weight: 600;
line-height: 1.2;
font-size: 30px;
margin: 0 0 5px 0;
padding: 0;
}

.system-info-box-content h2 {
font-size: 24px;
}

.system-info-box-content h3 {
font-size: 20px;
}

.system-info-box-content p {
margin-top: 8px;
}

.system-info-box-close {
display: none;
position: absolute;
top: 12px;
right: 12px;
width: 10px;
height: 10px;
background: url(/css/main_img/close.svg) no-repeat scroll 0 center;
background-size: 10px auto;
cursor: pointer;
}

.white-box {
background: #f7f7f7;
padding: 18px 18px 23px 18px;
}

#LoginForm .white-box {
background: none;
padding-left: 0;
padding-right: 0;
}

.account-section .white-box {
margin-bottom: 30px;
}

.account-section .white-box:last-child {
margin-bottom: 0;
}

.bordered-box {
border: 1px solid #a7a9ac;
padding: 30px 30px 35px 30px;
}

.bordered-box.family-subscription-box {
position: relative;
}

.subscription-section .terms-link {
float: right;
font-size: 16px;
}

.subscription-section .rate-plan-name {
color: #1d3665;
font-size: 30px;
line-height: 1.1;
padding-bottom: 5px;
font-weight: 600;
}

.subscription-section .rate-plan-details {
padding-bottom: 10px;
}

.subscription-section .rate-plan-details > span {
padding-right: 5px;
}

.subscription-section .phone-number {
color: #1d3665;
font-size: 30px;
font-weight: 600;
}

.subscription-section .owner-name {
font-size: 22px;
color: #1d3665;
font-weight: 600;
}

.back-link {
display: inline-block;
font-weight: 600;
color: #767676;
font-size: 14px;
padding-left: 25px;
background: url(/css/main_img/back.svg) no-repeat scroll 0 center;
background-size: 16px auto;
margin-bottom: 15px;
text-decoration: none;
}

.back-link:hover {
text-decoration: underline;
color: #767676;
}

.usage-togglers {
padding-bottom: 5px;
}

.usage-togglers .usage-toggler {
cursor: pointer;
display: inline-block;
margin-right: 10px;
margin-bottom: 10px;
padding: 8px 15px;
color: #1d3665;
cursor: pointer;
border: 2px solid #dddedf;
font-weight: 600;
font-size: 14px;
text-decoration: none;
}

.usage-togglers .usage-toggler:hover {
background-color: #F5F5F5;
}

.usage-togglers .usage-toggler.active {
background: #1d3665;
color: #FFFFFF;
border-color: #10254c;
}

.last-invoice .last-invoice-details {
float: left;
}

.last-invoice .invoice-due-date strong {
padding-left: 5px;
}

.last-invoice .invoice-amount {
font-size: 48px;
color: #1d3665;
padding: 25px 0;
line-height: 1;
margin-left: -3px;
font-weight: 600;
}

.last-invoice .invoice-amount span {
display: block;
font-size: 16px;
line-height: normal;
}

.invoice-payment-info > div {
float: left;
padding-right: 25px;
}

.invoice-payment-info > div span {
display: block;
}

.last-invoice .invoice-status {
display: inline-block;
}

.last-invoice .last-invoice-links {
float: right;
text-align: right;
}

.last-invoice .last-invoice-links .invoice-pdf,
.last-invoice .last-invoice-links .invoice-usage {
padding-top: 8px;
}

.last-invoice .last-invoice-links a {
cursor: pointer;
}

.invoices .invoices-forms {
padding-bottom: 10px;
}

.invoices-sort-form-wrapper {
padding-top: 20px;
}

.invoices-sort-form-wrapper h1 {
float: left;
}

.invoices-sort-form {
float: right;
margin-top: -25px;
}

.invoices-sort-form .input {
width: auto;
padding: 0;
position: relative;
background: #FFFFFF;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.invoices-sort-form .input:hover {
background: #f7f7f7;
}

.invoices-sort-form .input select {
-webkit-appearance:none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
height: 40px;
background: transparent;
position: relative;
z-index: 1;
width: 200px;
cursor: pointer;
}

.invoices-sort-form .input:before {
position: absolute;
top: 50%;
margin-top: -7px;
right: 14px;
width: 14px;
height: 14px;
content: '';
background: url(/css/main_img/arrow.svg) no-repeat scroll right center;
background-size: 14px auto;
}

.invoices-sort-form .input select::-ms-expand {
display: none;
}

.invoices-sort-form .input select option {
font-size: 14px;
font-weight: 400;
padding: 3px 12px;
background: #FFFFFF;
}

.invoices-list .invoice {
margin-bottom: 10px;
padding-bottom: 18px;
}

.invoices-list .invoice:last-child {
margin-bottom: 0;
}

.invoices-list .invoice .invoice-details-row {
display: table;
width: 100%;
}

.invoices-list .invoice .invoice-details-column {
display: table-cell;
vertical-align: middle;
}

.invoices-list .invoice .invoice-details > div {
float: left;
box-sizing: border-box;
}

.invoices-list .invoice .invoice-details .invoice-number {
width: 95px;
}

.invoices-list .invoice .invoice-details .invoice-amount {
width: 100px;
}

.invoices-list .invoice .invoice-details .invoice-period,
.invoices-list .invoice .invoice-details .invoice-due-date {
width: 80px;
}

.invoices-list .invoice .invoice-details > div span {
display: block;
}

.invoices-list .invoice .invoice-links {
float: right;
white-space: nowrap;
line-height: 26px;
text-align: center;
}

.invoices-list .invoice .invoice-links a {
cursor: pointer;
}

.invoices-list .invoice .invoice-links .invoice-usage {
margin-top: 8px
}

.invoices-list .invoice .invoice-links .invoice-pdf {
margin-top: 8px
}

.pager {
padding-top: 15px;
}

.pager .pager-link {
display: inline-block;
height: 35px;
line-height: 35px;
border: 2px solid #3366cc;
font-size: 16px;
color: #1d3665;
padding: 0 30px;
text-decoration: none;
}

.pager .pager-link:hover {
background: #DDDEDF;
}

.pager .pager-link span {
padding-left: 20px;
display: inline-block;
background: url(/css/main_img/plus.svg) no-repeat scroll 0 center;
background-size: auto 12px;
}

.pager-stats {
float: left;
line-height: 36px;
font-size: 14px;
}

.pager-links {
text-align: center;
}

.pager-links a {
display: inline-block;
padding: 8px 13px;
line-height: 18px;
background: #f7f7f7;
color: #1d3665;
font-weight: 600;
font-size: 14px;
margin-right: 10px;
margin-bottom: 10px;
text-decoration: none;
}

.pager-links a:hover {
background: #e1e1e1;
}

.pager-links .current,
.pager-links .current:hover {
background: #1d3665;
color: #ffffff;
cursor: default;
}

.pager-links .disabled,
.pager-links .disabled:hover {
background: #f7f7f7;
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
cursor: default;
}

.white-box.contact-complete h2 {
font-size: 24px;
font-weight: 600;
color: #1d3665;
}

.white-box.contact-complete p {
margin-top: 10px;
}

#ForgotPasswordForm .checkbox-label {
margin-right: 30px;
font-size: inherit;
}

/* toggler */
.toggle-slide {
overflow: hidden;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
text-align: center;
border-radius: 34px;
background-color: #ccc;
width: 38px;
height: 24px;
padding: 0 2px;
}

.toggle-slide.disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
filter: alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
cursor: default;
}

.toggle-slide .toggle-inner {
width: 56px;
margin-left: -18px;
}

.toggle-slide.active .toggle-inner {
margin-left: 0;
}

.toggle-slide.enabled {
background-color: #1d3665;
}

.toggle-slide .toggle-blob,
.toggle-slide .toggle-off,
.toggle-slide .toggle-on {
float: left;
height: 24px;
line-height: 24px;
font-size: 13px;
color: #ffffff;
}

.toggle-slide .toggle-on {
width: 28px;
padding-left: 8px;
box-sizing: border-box;
text-align: left;
font-weight: 600;
}

.toggle-slide .toggle-off {
margin-left: -10px;
width: 28px;
padding-right: 6px;
line-height: 21px;
font-size: 15px;
box-sizing: border-box;
text-align: right;
}

.toggle-slide .toggle-blob {
position: relative;
z-index: 8;
height: 20px;
width: 20px;
margin-top: 2px;
margin-left: -10px;
background-color: #ffffff;
border-radius: 50%;
}

.toggle-slide:not(.disabled) .toggle-blob {
cursor: hand;
cursor: -webkit-grab;
cursor: grab;
}

.radial-progress {
height: 60px;
width: 60px;
position: relative;
}

.radial-progress .inner {
position: absolute;
z-index: 2;
top: 50%;
left: 50%;
height: 50px;
width: 50px;
margin: -25px 0 0 -25px;
background: #f7f7f7;
border-radius: 100%;
}

.radial-progress .number {
position: absolute;
top: 50%;
left: 50%;
width: 100%;
text-align: center;
transform: translate(-50%, -50%);
z-index: 3;
font-size: 13px;
font-weight: 500;
}

.radial-progress .bar {
position: absolute;
height: 100%;
width: 100%;
background: #eeeeee;
border-radius: 100%;
clip: rect(0px, 60px, 60px, 30px);
}

.radial-progress .bar .progress {
position: absolute;
height: 100%;
width: 100%;
border-radius: 100%;
clip: rect(0px, 30px, 60px, 0px);
background: #1d3665;
}

.radial-progress .left .progress {
z-index: 1;
}

.radial-progress .right {
transform: rotate(180deg);
z-index: 1;
}

.radial-progress.p25 .left .progress {
transform: rotate(90deg);
}

.radial-progress.p50 .left .progress,
.radial-progress.p75 .left .progress,
.radial-progress.p100 .left .progress {
transform: rotate(180deg);
}

.radial-progress.p75 .right .progress {
transform: rotate(90deg);
}

.radial-progress.p100 .right .progress {
transform: rotate(180deg);
}

.linear-progress-header,
.slider-header {
margin-bottom: 16px;
font-size: 16px;
font-weight: 600;
}

.linear-progress-header .change-family-package {
font-weight: normal;
float: right;
}

.linear-progress {
position: relative;
background-color: #d9d9d9;
border-radius: 50px;
height: 12px;
}

.linear-progress .linear-progress-track {
position: absolute;
max-width: 100%;
border-radius: 50px;
background-color: #1d3665;
height: 12px;
transition: background-color 0.3s ease-out 0s;
z-index: 3;
}

.linear-progress .linear-progress-track.exceeded {
background-color: #f28578;
}

.linear-progress .linear-progress-track.rollover {
right: 0;
z-index: 2;
/* background-color: #2ecc71; */
background-color: #fee57a;
}

.linear-progress-labels {
display: flex;
margin-top: 6px;
}

.linear-progress-label:first-child {
flex-grow: 1;
}

.linear-progress-legend {
margin-top: 14px;
font-size: 14px;
}

.linear-progress-legend .line {
display: inline-block;
width: 18px;
height: 6px;
margin-right: 8px;
border-radius: 6px;
vertical-align: middle;
background-color: #1d3665;
}

.linear-progress-legend .available .line {
background-color: #d9d9d9;
}

.linear-progress-legend .rollover .line {
/* background-color: #2ecc71; */
background-color: #fee57a;
}

.tab-content.family-subscriptions .distributon-summary {
display: flex;
flex-wrap: wrap;
align-items: flex-start;
justify-content: space-between;
gap: 16px;
}

.tab-content.family-subscriptions .distributon-summary .linear-progress-header {
width: 100%;
}

.tab-content.family-subscriptions .family-actions {
width: 220px;
margin: 0;
order: 2;
}

.family-actions button {
display: block;
width: 100%;
margin-bottom: 10px;
}

.family-actions button:last-child {
margin-bottom: 0;
}

.family-subscription-info {
font-size: 14px;
display: grid;
grid-template-columns: max-content 80px;
column-gap: 8px;
row-gap: 4px;
justify-content: start;
}

.family-subscription-info hr,
.family-subscription-info > div:first-child,
.family-subscription-info .total-used {
grid-column: 1 / -1;
}

.family-subscription-info .info-row {
display: contents;
}

.family-subscription-info .info-row b {
text-align: right;
}

.family-subscription-info hr {
border: 0;
border-top: 1px solid #dddedf;
margin: 12px 0;
}

.family-subscription-info .total-used {
font-size: 16px;
font-weight: 600;
}

.slider {
position: relative;
background-color: #e1e1e1;
border-radius: 50px;
height: 6px;
}

.slider-track {
position: absolute;
top: 0;
left: 0;
bottom: 0;
border-radius: 50px;
background-color: #1d3665;
}

.slider-track.used {
background-color: #f28578;
z-index: 1;
}

.slider-thumb {
position: absolute;
width: 0;
height: 20px;
margin-top: -7px;
z-index: 2;
cursor: pointer;
}

.slider-thumb::before {
content: "";
display: block;
position: absolute;
background: #1d3665;
top: 0px;
left: -9px;
width: 20px;
height: 20px;
border-radius: 50%;
}

.slider-labels {
display: flex;
margin-top: 6px;
}

.slider-label:first-child {
flex-grow: 1;
}

.slider-legend {
display: flex;
align-items: center;
justify-content: space-between;
gap: 20px;
margin-top: 14px;
}

.slider-legend .line {
display: inline-block;
width: 18px;
height: 6px;
margin-right: 8px;
border-radius: 6px;
vertical-align: middle;
background-color: #1d3665;
}

.slider-legend .used .line {
background-color: #f28578;
}

.slider-legend .splitted-legend {
flex: 1;
}

.slider-legend .validation-col {
display: flex;
align-items: center;
justify-content: center;
white-space: nowrap;
}

.slider-legend .slider-controls {
display: flex;
gap: 10px;
flex-shrink: 0;
}

.slider-legend .slider-controls .slider-btn {
width: 42px;
height: 42px;
background: #182746;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
user-select: none;
font-size: 28px;
color: #f4d76e;
line-height: 42px;
transition: opacity 0.2s, transform 0.15s;
}

.slider-legend .slider-controls .slider-btn:hover:not(.disabled) {
background: #4a5e84;
}

.slider-legend .slider-controls .slider-btn.disabled {
opacity: 0.6;
cursor: default;
}

.spinner {
margin: 24px auto;
font-size: 9px;
width: 12px;
height: 12px;
border-radius: 50%;
position: relative;
animation: spinner 0.7s infinite ease;
transform: translateZ(0);
}

@keyframes spinner {
	0%,
	100% {
		box-shadow: 0em -2.6em 0em 0em #1d3665, 1.8em -1.8em 0 0em rgba(29, 54, 101, 0.4), 2.5em 0em 0 0em rgba(29, 54, 101, 0.4), 1.75em 1.75em 0 0em rgba(29, 54, 101, 0.4), 0em 2.5em 0 0em rgba(29, 54, 101, 0.4), -1.8em 1.8em 0 0em rgba(29, 54, 101, 0.4), -2.6em 0em 0 0em rgba(29, 54, 101, 0.6), -1.8em -1.8em 0 0em rgba(29, 54, 101, 0.8);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(29, 54, 101, 0.8), 1.8em -1.8em 0 0em #1d3665, 2.5em 0em 0 0em rgba(29, 54, 101, 0.4), 1.75em 1.75em 0 0em rgba(29, 54, 101, 0.4), 0em 2.5em 0 0em rgba(29, 54, 101, 0.4), -1.8em 1.8em 0 0em rgba(29, 54, 101, 0.4), -2.6em 0em 0 0em rgba(29, 54, 101, 0.4), -1.8em -1.8em 0 0em rgba(29, 54, 101, 0.6);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(29, 54, 101, 0.6), 1.8em -1.8em 0 0em rgba(29, 54, 101, 0.8), 2.5em 0em 0 0em #1d3665, 1.75em 1.75em 0 0em rgba(29, 54, 101, 0.4), 0em 2.5em 0 0em rgba(29, 54, 101, 0.4), -1.8em 1.8em 0 0em rgba(29, 54, 101, 0.4), -2.6em 0em 0 0em rgba(29, 54, 101, 0.4), -1.8em -1.8em 0 0em rgba(29, 54, 101, 0.4);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(29, 54, 101, 0.4), 1.8em -1.8em 0 0em rgba(29, 54, 101, 0.6), 2.5em 0em 0 0em rgba(29, 54, 101, 0.8), 1.75em 1.75em 0 0em #1d3665, 0em 2.5em 0 0em rgba(29, 54, 101, 0.4), -1.8em 1.8em 0 0em rgba(29, 54, 101, 0.4), -2.6em 0em 0 0em rgba(29, 54, 101, 0.4), -1.8em -1.8em 0 0em rgba(29, 54, 101, 0.4);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(29, 54, 101, 0.4), 1.8em -1.8em 0 0em rgba(29, 54, 101, 0.4), 2.5em 0em 0 0em rgba(29, 54, 101, 0.6), 1.75em 1.75em 0 0em rgba(29, 54, 101, 0.8), 0em 2.5em 0 0em #1d3665, -1.8em 1.8em 0 0em rgba(29, 54, 101, 0.4), -2.6em 0em 0 0em rgba(29, 54, 101, 0.4), -1.8em -1.8em 0 0em rgba(29, 54, 101, 0.4);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(29, 54, 101, 0.4), 1.8em -1.8em 0 0em rgba(29, 54, 101, 0.4), 2.5em 0em 0 0em rgba(29, 54, 101, 0.4), 1.75em 1.75em 0 0em rgba(29, 54, 101, 0.6), 0em 2.5em 0 0em rgba(29, 54, 101, 0.8), -1.8em 1.8em 0 0em #1d3665, -2.6em 0em 0 0em rgba(29, 54, 101, 0.4), -1.8em -1.8em 0 0em rgba(29, 54, 101, 0.4);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(29, 54, 101, 0.4), 1.8em -1.8em 0 0em rgba(29, 54, 101, 0.4), 2.5em 0em 0 0em rgba(29, 54, 101, 0.4), 1.75em 1.75em 0 0em rgba(29, 54, 101, 0.4), 0em 2.5em 0 0em rgba(29, 54, 101, 0.6), -1.8em 1.8em 0 0em rgba(29, 54, 101, 0.8), -2.6em 0em 0 0em #1d3665, -1.8em -1.8em 0 0em rgba(29, 54, 101, 0.4);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(29, 54, 101, 0.4), 1.8em -1.8em 0 0em rgba(29, 54, 101, 0.4), 2.5em 0em 0 0em rgba(29, 54, 101, 0.4), 1.75em 1.75em 0 0em rgba(29, 54, 101, 0.4), 0em 2.5em 0 0em rgba(29, 54, 101, 0.4), -1.8em 1.8em 0 0em rgba(29, 54, 101, 0.6), -2.6em 0em 0 0em rgba(29, 54, 101, 0.8), -1.8em -1.8em 0 0em #1d3665;
	}
}

@-moz-document url-prefix() {
	.dropdown-container.inline .dropdown-content {
	max-height: 430px;
	}
	
	.dropdown-container.subscriptions .dropdown-content {
	max-height: 275px;
	}
	
	.dropdown-container.inline.subscriptions .dropdown-content {
	max-height: 430px;
	}
}

@media screen and (max-width: 1080px) {
	.content-tabs.subscriptions-full-width-menu .tabs {
	float: none;
	padding-right: 100px;
	}
	
	/* footer */
	#footer .footer-bottom .content-width {
	margin-bottom: 0;
	}
	
	#footer .footer-contact .footer-contact-column.column-1 {
	width: 50%;
	}

	#footer .footer-contact .footer-contact-column.column-2 {
	width: 50%;
	padding-right: 0px;
	}

	#footer .footer-contact .footer-contact-column.column-3 {
	display: none;
	}
}

@media screen and (max-width: 970px) {
	.system-info-box-close {
	right: -5px;
	}
	
	.input-row .input,
	.input-row .text,
	.submit-buttons {
	padding-left: 0;
	width: auto;
	}
}

@media screen and (max-width: 940px) {
	.content-tabs.subscriptions-config-menu .tabs {
	float: none;
	padding-right: 100px;
	}
}

@media screen and (max-width: 800px) {
	#header .details {
	display: none;
	}

	table.invoices .cell-pdf span,
	table.invoices .cell-usage span {
	display: none;
	}
	
	.dropdown-container.subscriptions {
	float: none;
	width: auto;
	margin-bottom: 20px;
	}
	
	.content-tabs li.logout {
	display: block;
	}

	.subscription-section .rate-plan-name {
	font-size: 22px;
	padding-right: 60px;
	}
	
	.service-items-list .service-column,
	.packages-list .package-column {
	width: 50%;
	}
	
	.content-tabs ul > li.tab-drop {
	border: none;
	}

	.content-tabs li a {
	border-bottom-width: 2px;
	font-size: 16px;
	height: 48px;
	}
	
	.product-rate-plan-variants-list .radio-row .inline-radio {
	width: 50%;
	}
}

@media screen and (max-width: 760px) {
	#header .header-menu li:not(.main) {
	display: none;
	}
	
	.invoices-list .invoice .invoice-details > div {
	float: none;
	padding-right: 0;
	padding-bottom: 5px;
	white-space: nowrap;
	}
	
	.invoices-list .invoice .invoice-details > div:last-child {
	padding-bottom: 0;
	}
	
	.invoices-list .invoice .invoice-details > div span {
	display: inline-block;
	}
	
	.invoices-list .invoice .invoice-details .invoice-number,
	.invoices-list .invoice .invoice-details .invoice-amount,
	.invoices-list .invoice .invoice-details .invoice-period,
	.invoices-list .invoice .invoice-details .invoice-due-date {
	width: auto;
	}
	
	.invoices-list .invoice .invoice-details > div span:first-child {
	width: 100px;
	}
	
	/* footer */
	#footer .footer-contact .footer-contact-column.column-1,
	#footer .footer-contact .footer-contact-column.column-2 {
	width: 100%;
	padding-right: 0;
	}
	
	.tab-content.consumption.pre-activation .form-section:not(.data-loading) {
	width: 100%;
	}
	
	.tab-content.consumption.pre-activation .form-section .white-box {
	min-height: 0;
	}

	.tab-content.sim-replacement .step-details .left-col,
	.tab-content.sim-replacement .step-details .right-col {
	float: none;
	width: 100%;
	}

	.tab-content.sim-replacement .step-details .right-col {
	margin-top: 30px;
	}

	.tab-content.sim-replacement .step-details p.long-text {
	padding-right: 0;
	}
}

@media screen and (max-width: 720px) {
	.subscriptions-invoice-menu .tabs {
	float: none;
	padding-right: 100px;
	}
}

@media screen and (max-width: 700px) {
	.content-tabs.subscriptions-toggle-menu .tabs {
	float: none;
	padding-right: 100px;
	}
	
	/* form inputs */
	.form-inputs,
	.form-tips {
	float: none;
	width: auto;
	margin: 0;
	}

	.form-inputs-content,
	.form-tips .tips {
	margin: 0 0 20px 0;
	}
	
	.form-tips {
	padding-top: 20px;
	}
	
	.input-row .label {
	float: none;
	width: auto;
	padding-bottom: 5px;
	}
	
	.input-row.inline .label {
	float: left;
	width: 130px;
	padding-top: 7px;
	}
	
	.input-row.wide.inline .label {
	float: left;
	width: 160px;
	padding-top: 7px;
	}
	
	.input-row .input,
	.input-row .input.zip,
	.input-row .text {
	padding-left: 0;
	}
	
	/* dropdown */
	.dropdown-container.large .dropdown-button {
	height: auto;
	}
	
	.dropdown-container.large.centered .dropdown-button,
	.dropdown-container.subscriptions.large.centered .dropdown-button {
	width: auto;
	margin: 0;
	}
	
	.dropdown-container.large .dropdown-content-row {
	padding: 6px 10px;
	}
	
	.dropdown-container.subscriptions .phone-cell,
	.dropdown-container.billing-groups .name-cell  {
	width: auto;
	}
	
	.dropdown-content-row .input-row .label {
	padding-top: 0;
	}
	
	table.invoices .cell-pdf {
	width: auto;
	}
	
	table.invoices .cell-usage {
	width: auto;
	}
	
	table.invoices .cell-amount,
	table.invoices .cell-balance {
	display: none;
	}
	
	/* tip */
	.form-tips .tip {
	margin-left: 0;
	}
	
	.tip h3 {
	margin-bottom: 10px;
	}
	
	.tip .tip-content {
   	line-height: 1.3;
	}
	
	.header-bottom {
	height: auto;
	}
	
	.input-row .input,
	.input-row .text,
	.submit-buttons,
	#LoginForm .input-row .input,
	#LoginForm .input-row .text,
	#LoginForm .submit-buttons {
	width: auto;
	}
	
	.white-box {
	padding: 20px 20px 25px 20px;
	}
	
	.invoices-list .invoice {
	padding-bottom: 20px;
	}
	
	.dropdown-container.sim-cards {
	width: auto;
	}
	
	.last-invoice .last-invoice-links {
	float: none;
	padding-bottom: 15px;
	}
	
	.last-invoice .last-invoice-details {
	float: none;
	margin-top: -30px;
	}
	
	.last-invoice .last-invoice-links  .invoice-status {
	float: left;
	}
	
	.last-invoice .last-invoice-links .invoice-pdf {
	padding-top: 0;
	}
	
	.invoices-search-form {
	float: none;
	}
	
	.invoices-sort-form-wrapper {
	padding-top: 0;
	}
	
	.invoices-sort-form {
	display: none;
	}
}

@media screen and (max-width: 650px) {
	.tab-content.consumption .form-section .desktop {
	display: none;
	}
	
	.tab-content.consumption .form-section .mobile {
	display: block !important;
	}
	
	.tab-content.consumption .form-section .white-box {
	padding: 20px;
	}
	
	.tab-content.consumption .campaign-box h2 {
	font-size: 18px;
	line-height: 21px;
	padding-bottom: 4px;
	}

	.tab-content.consumption .campaign-box .description {
	font-size: 16px;
	line-height: 19px;
	}

	.tab-content.consumption .campaign-box .details {
	font-size: 14px;
	line-height: 20px;
	margin-top: 3px;
	}
	
	.tab-content.consumption .campaign-box .subscription {
	margin-top: 7px;
	padding: 10px 0;
	}
	
	.tab-content.consumption .campaign-box .owner-name {
	padding-left: 10px;
	font-size: 14px;
	line-height: 16px;
	font-weight: 600;
	}

	.tab-content.consumption .campaign-box .rate-plan {
	padding-left: 10px;
	margin-top: 5px;
	}
	
	.tab-content.consumption .campaign-box .assign-campaign {
	width: 110px;
	}
	
	.tab-content.consumption .campaign-box .left-col {
	max-width: 245px;
	}
	
	.tab-content.consumption .campaign-box .right-col {
	width: 125px;
	text-align: right;
	}
	
	.tab-content.sim-replacement .steps-list .desktop {
	display: none;
	}
	
	.tab-content.sim-replacement .steps-list .mobile {
	display: block !important;
	}
	
	table.subscriptions .cell-billing-group {
	display: none;
	}
	
	.service-items-list .service-column,
	.packages-list .package-column {
	width: 100%;
	}
	
	.service-items-list .flex-container {
	display: block;
	}
	
	.service-items-list .flex-column {
	width: 100%;
	}
	
	.service-items-list .flex-column:first-child {
	border: none;
	}
	
	.service-items-list .flex-column:first-child .flex-content,
	.service-items-list .flex-column:last-child .flex-content {
	padding: 10px 0;
	}

	.tab-content.family-subscriptions .bordered-box {
	padding: 15px;
	}

	.tab-content.family-subscriptions .bordered-box .slider-legend {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 8px;
	}

	.tab-content.family-subscriptions .bordered-box .slider-legend .splitted-legend {
	flex: 1 1 auto;
	min-width: 0;
	}

	.tab-content.family-subscriptions .bordered-box .slider-legend .slider-controls {
	flex: 0 0 auto;
	align-self: center;
	}

	.tab-content.family-subscriptions .bordered-box .slider-legend .validation-col {
	flex: 0 0 100%;
	order: 3;
	}

	.tab-content.family-subscriptions .distributon-summary .family-subscription-info,
	.tab-content.family-subscriptions .distributon-summary .family-actions {
	width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.sim-card .form-section-title {
	margin-bottom: 2px;
	}
	
	.sim-card .sim-card-status {
	display: block;
	clear: both;
	margin: 0 0 15px 0;
	}
	
	.sim-card .image {
	float: none;
	text-align: center;
	}
	
	.sim-card .esim-description {
	padding: 25px 0 0 0;
	}
	
	.invoices-list .invoice .invoice-details-row {
	display: block;
	width: auto;
	}
	
	.invoices-list .invoice .invoice-details-column {
	display: block;
	}
	
	.invoices-list .invoice .invoice-links {
	float: none;
	padding-top: 25px;
	text-align: left;
	}
	
	.invoices-list .invoice .invoice-links .invoice-status {
	display: inline-block;
	}
	
	.sim-card-services .service-item .service-item-main-info {
	width: 57%;
	}
}

@media screen and (max-width: 585px) {
	.content-tabs.subscriptions-tiny-menu .tabs {
	float: none;
	padding-right: 100px;
	}
}

@media screen and (max-width: 560px) {
	table.invoices th.cell-status a {
	display: none;
	}
	
	table.invoices .cell-status {
	text-align: center;
	}
	
	table.invoices .cell-status span {
 	width: 0;
	padding-left: 22px;
	overflow: hidden;
	}
	
	.form-section.white-box .submit-buttons {
	padding-left: 0;
	}
	
	.product-rate-plan-variants-list .radio-row .inline-radio {
	width: 100%;
	}
}

@media screen and (max-width: 540px) {
	.content-tabs.billing-groups-toggle-menu .tabs {
	float: none;
	padding-right: 100px;
	}
	
	.invoice-payment-info > div:first-child,
	.invoice-payment-info > div:nth-child(3) {
	min-width: 100px;
	}
}

@media screen and (max-width: 480px) {
	#header .header-menu {
	margin-left: 0;
	}
	
	/* dropdown */
	.dropdown-button span.dropdown-button-content {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
	
	.dropdown-container.subscriptions .dropdown-content-row .phone-cell,
	.dropdown-container.billing-groups .dropdown-content-row .name-cell {
	float: none;
	width: auto;
	}
	
	.dropdown-container.subscriptions .dropdown-content-row .owner-cell,
	.dropdown-container.billing-groups .dropdown-content-row .user-cell {
	margin-left: 0;
	padding-left: 0;
	}
	
	/* settings form */
	.settings-form {
	width: 100%;
	}
	
	.settings-form .input-row .input {
	width: auto;
	}
	
	.service-items-list .service-item .service-action-button {
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	}
	
	.last-invoice .invoice-amount {
	font-size: 36px;
	}
	
	.tab-content.consumption .campaign-box .left-col {
	max-width: 55%;
	}
	
	.tab-content.consumption .subscription-box .left-col {
	max-width: 57%;
	}
	
	table.subscriptions .cell-rate-plan {
	display: none;
	}
	
	.table.listing-action,
	.table.listing-action .table-row,
	.table.listing-action .table-cell {
	display: block;
	width: 100%;
	}
	
	.new-subscription table.summary th.cell-price {
	display: none;
	}
	
	.edit-link,
	.new-subscription-link {
	min-width: 200px;
	text-align: center;
	}
	
	.sim-card-services .service-item .service-item-main-info {
	float: none;
	width: auto;
	}
	
	.sim-card-services .service-item .service-item-details {
	margin-top: 15px;
	float: none;
	}
	
	.sim-card .dropdown-container {
	position: relative;
	top: 18px;
	left: 0;
	margin-bottom: 30px;
	}

	.tab-content.family-subscriptions .bordered-box .slider-legend {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	flex-wrap: wrap;
	}

	.tab-content.family-subscriptions .bordered-box .slider-legend .splitted-legend {
	flex: 1 1 auto;
	min-width: 0;
	order: 1;
	}

	.tab-content.family-subscriptions .bordered-box .slider-legend .slider-controls {
	position: static;
	flex: 0 0 auto;
	order: 2;
	gap: 8px;
	}

	.tab-content.family-subscriptions .bordered-box .slider-legend .validation-col {
	flex: 0 0 100%;
	order: 3;
	}

	.tab-content.family-subscriptions .bordered-box .slider-legend .validation-col .validation-message {
	font-size: 14px;
	transform: translateX(0px);
	}
	
	/* footer */
	#footer .footer-contact {
	font-size: 16px;
	}
	
	#footer .footer-contact .footer-menu li.footer-social-media a {
	line-height: 40px;
	}
}

@media screen and (max-width: 420px) {
	#header .logo {
	padding-bottom: 14px;
	}
	
	.content-tabs .tabs-container {
	position: static;
	background: #fff2bc;
	border-top: 1px solid rgba(0,0,0,0.1);
	}
	
	.content-tabs .tabs-holder {
	margin-left: 0;
	}
	
	.content-tabs .tabs.with-dropdown {
	float: none;
	}
	
	.content-tabs .tabs > li.menu-toggler ul,
	.content-tabs li.tab-drop > ul {
	left: -15px;
	right: -15px;
	}
	
	.content-tabs li.tab-drop > ul {
	text-align: left;
	}
	
	.content-tabs li.menu-toggler ul li a,
	.content-tabs li.tab-drop ul li a {
	padding-left: 15px;
	padding-right: 15px;
	}
	
	.content-tabs.billing-groups-tiny-menu .tabs {
	float: none;
	}
	
	.content-tabs.billing-groups-tiny-menu .tabs > li:nth-child(2) {
	margin-left: 0;
	}
	
	.tab-content.consumption .campaign-box .left-col {
	max-width: 51%;
	}
	
	.tab-content.consumption .subscription-box .left-col {
	max-width: 50%;
	}
	
	.tab-content.sim-replacement .step-details .delivery-address .input-row .input.zip,
	.tab-content.sim-replacement .step-details .delivery-address .input-row .input.city {
	width: 100%;
	padding-right: 0;
	}
	
	.usage-entries-list table td,
	.usage-entries-list table th {
	padding: 4px 6px;
	}
	
	.input-row .inline-radio {
	padding-right: 15px;
	}
	
	.tab-content.sim-cards h1 {
	float: none;
	}
	
	.tab-content.sim-cards .activate-sim-card {
	float: none;
	display: inline-block;
	margin-top: 0;
	margin-bottom: 15px;
	}
	
	.linear-progress-header .change-family-package {
	float: none;
	}
}

@media screen and (max-width: 400px) {
	.tab-content.consumption .campaign-box .left-col,
	.tab-content.consumption .campaign-box .right-col {
	float: none;
	max-width: 100%;
	width: auto;
	}
	
	.tab-content.consumption .campaign-box .right-col {
	margin: 0 10px;
	padding: 0;
	}
	
	.tab-content.consumption .campaign-box .assign-campaign {
	width: 100%;
	margin-top: 10px;
	}
	
	.dropdown-search-form input[type=text] {
	width: 140px;
	}
}

@media screen and (max-width: 380px) {
	.tab-content.sim-replacement .step-details .submit-buttons.activation-date button[type=submit],
	.tab-content.sim-replacement .step-details .input-row .input.picker-input {
	width: 100%;
	}

	.tab-content.sim-replacement .step-details .change-activation-date {
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	}
}

@media screen and (max-width: 370px) {
	.usage-entries-list table .cell-description div {
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	}
}

@media screen and (max-width: 350px) {
	.tab-content.consumption .subscription-box .owner-name {
	right: 20px;
	}
	
	.tab-content.consumption .subscription-box .left-col {
	max-width: 100%;
	}
	
	.tab-content.consumption .subscription-box .right-col {
	display: none;
	}
}

@media screen and (max-width: 340px) {
	#header .logo {
	padding: 10px 0;
	}
	
	#header .logo a {
	height: 40px;
	}
	
	#header .logo a img {
	margin-top: 7px;
	}
	
	#header .header-menu {
	clear: left;
	margin: -10px 0 0 0;
	position: relative;
	z-index: 1;
	}
	
	#header .header-menu li {
	margin: 0;
	}
	
	#header .header-menu li a {
	height: 36px;
	line-height: 36px;
	}
	
	.usage-entries-list table .cell-description div {
	max-width: 76px;
	overflow: hidden;
	text-overflow: ellipsis;
	}
	
	.service-items-list .custom-service-item-row {
	flex-direction: column;
	margin-bottom: 10px;
	}
}