/* 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;
min-width: 940px;
-webkit-text-size-adjust: none;
}

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;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
padding: 5px 7px;
}

.clearfix:after {
clear: both;
content: ".";
display: block;
font-size: 0;
height: 0;
line-height: 0;
visibility: hidden;
}

.clearfix {
display: block
}

/* content */
html,
body,
#container {
height: 100%;
}

#container {
background: url(/css/main_img/header_bg.png) repeat-x 0 0;
}

body {
color: #3c3c3c;
font-family: Arial,Verdana,sans-serif;
background: #FFFFFF;
font-size: 12px;
}

h1 {
font-size: 30px;
margin-bottom: 25px;
padding-bottom: 10px;
color: #6cac20;
font-family: Open Sans, Arial;
font-weight: 300;
line-height: normal;
border-bottom: 1px solid #e5e5e5;
}

h3 {
font-size: 130%;
}

a {
color: #6cac20;
text-decoration: none;
outline: none;
}

a:hover {
color: #3c3c3c;
text-decoration: none;
}

input[type=text],
input[type=password] {
padding: 5px;
background: #f7f7f7;
border: 1px solid #d4d2d2;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
box-shadow: inset 2px 2px 5px #e5e5e5;
-moz-box-shadow: inset 2px 2px 5px #e5e5e5;
-webkit-box-shadow: inset 2px 2px 5px #e5e5e5;
color: #888888;
font-family: Arial,Verdana,sans-serif;
}

input[type=submit],
button {
font-size: 12px;
height: 27px;
font-weight: bold;
font-family: Arial,Verdana,sans-serif;
padding: 0 25px 1px 25px;
margin: 0;
background: url(/css/main_img/button.png) repeat-x 0 0 #629946;
border: 1px solid #5a8b41;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
box-shadow: 0px 1px 2px #c3c3c3;
-moz-box-shadow: 0px 1px 2px #c3c3c3;
-webkit-box-shadow: 0px 1px 2px #c3c3c3;
color: #FFFFFF;
text-shadow: 0 1px 0 #375627;
cursor: pointer;
}

input[type=submit]:disabled,
button:disabled {
-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;
}

canvas {
overflow: visible;
}

select {
padding: 2px 3px 2px 2px;
height: 26px;
color: #888888;
border: 1px solid #d4d2d2;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
background: #f7f7f7;
box-shadow: 2px 2px 5px #e5e5e5 inset;
font-family: Arial,Verdana,sans-serif;
font-size: 100%;
}

select option {
padding: 2px 2px;
}

label {
position: relative;
top: -2px;
}

.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;
}

.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;
}

#page {
min-height: 100%;
height: auto !important;
height: 100%;
margin-bottom: -60px; 
}

#page-content {
padding-bottom: 60px; 
}

#header {
width: 940px;
height: 121px;
margin: 0 auto;
}

#header .logo {
float: left;
width: 121px;
padding-top: 24px;
padding-right: 30px;
}

#header .logo a {
display: inline-block;
width: 121px;
height: 89px;
background: url(/css/main_img/logo.png) no-repeat scroll 0 0;
background-size: 100% auto;
}

#header .nav {
float: left;
height: 121px;
background: url(/css/main_img/header_v_spacer.png) no-repeat scroll 0 center;
}

#header .responsive-menu-button {
display: none;
width: 31px;
height: 20px;
background: #333;
margin: 52px 0 0 20px;
background: url(/css/main_img/responsive_menu.png) no-repeat scroll 0 0px;
}

#header .responsive-menu-button.active {
background: url(/css/main_img/responsive_menu.png) no-repeat scroll 0 -30px;
}

#header .nav ul {
padding-left: 10px;
padding-top: 36px;
}

#header .nav ul li {
float: left;
padding: 0 0px 0 10px;
}

#header .nav ul li a {
display: block;
padding: 0 12px;
text-align: center;
font-size: 14px;
color: #282828;
height: 48px;
line-height: 48px;
border: 1px solid #d4d4d4;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
font-family: Open Sans, Arial;
text-shadow: 0 1px 0 #ffffff;
box-shadow: 0 1px 0 #ffffff;
-moz-box-shadow: 0 1px 0 #ffffff;
-webkit-box-shadow: 0 1px 0 #ffffff;
}

#header .nav ul li a span {
display: block;
padding-left: 45px;
cursor: pointer;
}

#header .nav ul li .account span {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -83px;
}

#header .nav ul li .billing-groups span {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -399px;
}

#header .nav ul li .my-subscription span,
#header .nav ul li .subscriptions span {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 10px;
}

#header .nav ul li .invoices span {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -354px;
}

#header .nav ul li a:hover {
background: #eae9e9;
border-color: #c9c9c9;
}

#header .nav ul li.active a {
background: #dfdddd;
border-color: #c8c8c8;
box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

#header .details {
float: right;
padding-top: 13px;
text-shadow: 0 1px 0 #ffffff;
}

#header .details .logout {
margin-bottom: 8px;
text-align: right;
font-weight: bold;
line-height: 16px;
}

#header .details .logout a {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 0px;
padding-left: 25px;
display: inline-block;
}

#header .details .header-user-info {
display: block;
min-height: 32px;
padding-left: 40px;
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -45px;
line-height: 13px;
}

#header .details .header-user-info.no-phone .name {
padding-top: 9px;
max-width: 190px;
overflow: hidden;
text-overflow: ellipsis;
padding-bottom: 5px;
font-size: 13px;
}

#header .details .details-spacer {
height: 2px;
line-height: 2px;
font-size: 2px;
background: url(/css/main_img/header_h_spacer.png) repeat-x scroll 0 0px;
margin: 11px 0;
}

#header .details .name {
font-size: 14px;
color: #6cac20;
}

#header .details .phone {
margin-top: 5px;
text-align: right;
font-weight: bold;
color: #282828;
}

#content {
width: 940px;
padding: 40px 0 40px 0;
margin: 0 auto;
}

#footer {
height: 60px;
line-height: 60px;
text-align: center;
font-size: 12px;
background: #1a1a1a;
color: #999999;
}

#footer .footer-content {
width: 940px;
margin: 0 auto;
}

#footer .footer-contact {
float: left;
font-size: 15px;
}

#footer .footer-contact a {
color: #FFFFFF;
font-weight: bold;
}

#footer .footer-contact a:hover {
color: #6cac20;
}

#footer .copyright {
float: right;
}

#footer .footer-spacer {
padding: 0 15px;
}

/* tabs */
.tabs li {
float: left;
border: 1px solid #d4d4d2;
-moz-border-radius: 8px 8px 0px 0px;
-webkit-border-radius: 8px 8px 0px 0px;
border-radius: 8px 8px 0px 0px;
margin-right: 3px;
margin-bottom: -1px;
background: url(/css/main_img/tab_bg.png) 0 bottom repeat-x #fdfdfd;
}

.tabs.multiline li {
min-width: 17.5%;
margin-top: -1px;
}

.tabs.multiline .overview {
min-width: 16%
}

.tabs.multiline .sim-card-services {
min-width: 19%
}

.tabs li:hover {
background: #f7f7f7;
}

.tabs li.active {
border-bottom: 1px solid #FFFFFF;
background: #FFFFFF;
}

.tabs li a {
display: block;
line-height: 40px;
padding: 0 18px;
font-size: 14px;
color: #282828;
text-shadow: 0 1px 0 #FFFFFF;
}

.tabs li a span {
display: block;
padding-left: 35px;
cursor: pointer;
white-space: nowrap;
}

.tabs .personal-data span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -28px;
}

.tabs .account span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -68px;
}

.tabs .overview span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -747px;
}

.tabs .consumption span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -110px;
}

.tabs .services span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -151px;
}

.tabs .change-subscription span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -1498px;
}

.tabs .usage-control span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -110px;
}

.tabs .reports span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -1713px;
}

.tabs .alert-control span,
.tabs .invoice-control span,
.tabs .extra-info span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -1297px;
}

.tabs .sim-cards span,
.tabs .order-sim-cards span,
.tabs .sim-card-services span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -194px;
}

.tabs .invoices span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -278px;
}

.tabs .subscriptions span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -1057px;
}

.tabs .new-subscription span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -1253px;
}

.tabs .extra-packages span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -1342px;
}

.tab-content {
border: 1px solid #d4d4d2;
padding: 20px;
-moz-border-radius: 0 8px 8px 8px;
-webkit-border-radius: 0 8px 8px 8px;
border-radius: 0 8px 8px 8px;
}

/* form inputs */
.input-row .label {
float: left;
width: 130px;
padding-top: 7px;
}

.input-row .label.multiline {
padding-top: 0;
}

.input-row .input,
.input-row .text,
.form-links, 
.submit-buttons {
padding-left: 140px;
}

.input-row .input,
.form-links, 
.submit-buttons {
line-height: 1.5;
}

.input-row.wide .label {
width: 160px;
}

.input-row .input-hint {
font-size: 11px;
margin-top: 2px;
margin-bottom: 4px;
}

.table.listing-action {
width: 100%;
}

.table.listing-action.small {
width: 50%;
}

.table.listing-action.medium {
width: 60%;
}

.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;
}

.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;
}

.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] {
width: 308px;
}

.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 .input.numeric input[type=text] {
width: 150px;
}

.input-row .text {
padding-top: 7px;
}

.button-prefix {
padding: 0 10px;
}

.input-row.invalid,
.table-cell.invalid {
color: #C65553;
}

.input-row.invalid .input input[type=text],
.input-row.invalid .input input[type=password],
.input-row.invalid .input .dropdown-button
.order-form .order-item.invalid,
.dropdown-container.invalid .dropdown-button,
.table-cell.invalid .dropdown-button {
border-color: #E16460;
}

.input-row .radio {
padding-top: 4px;
}

.input-row .radio.first {
padding-top: 0;
}

.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 {
text-align: right;
width: 320px;
}

.separator {
height: 7px;
line-height: 7px;
font-size: 7px;
}

.separator.double {
height: 14px;
}

.input-separator {
display: inline-block;
width: 20px;
height: 10px;
}

.link-container {
margin-top: 15px;
text-align: center;
font-size: 13px;
}

.add-link {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 5px -945px;
padding: 4px 0 4px 30px;
display: inline-block;
line-height: 16px;
text-align: left;
}

.edit-link {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 5px -1655px;
padding: 4px 0 4px 30px;
display: inline-block;
line-height: 16px;
text-align: left;
}

.order-form .delivery-address {
margin-bottom: 10px;
}

.order-form .order-item {
position: relative;
margin: 15px 0 10px 0;
padding: 5px;
border: 1px solid #d4d2d2;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.order-form .order-item.deletable {
padding-right: 38px;
}

.order-form .delete {
position: absolute;
top: 50%;
right: 5px;
width: 25px;
height: 25px;
margin-top: -12px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 1px -905px;
}

.order-form .order-item .dropdown-container {
margin-top: 5px;
}

.order-form .order-item .dropdown-container:first-child {
margin-top: 0;
}

.order-form .new-order-item {
margin: 10px 0;
}

.order-form .new-order-item a {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -947px;
padding-left: 25px;
display: inline-block;
height: 20px;
line-height: 20px;
}

.order-form .input-row.qty .input {
width: 45px;
}

.order-form .input-row.qty .input input[type=text] {
box-sizing: border-box;
width: 100%;
}

.order-form .submit-buttons {
width: auto;
}

.order-form .amount {
font-size: 16px;
padding: 10px;
margin-top: 10px;
margin-bottom: 20px;
background: #f1f1f1;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.order-form .amount .price {
font-weight: bold;
}

.order-form .amount .description {
font-size: 12px;
}

.new-subscription .dropdown-container {
width: 320px;
}

.new-subscription .dropdown-container.billing-groups {
width: 100%;
padding-left: 0;
}

.new-subscription .new-number .dropdown-content {
width: 315px;
}

.new-subscription .new-number .dropdown-content-header {
margin-bottom: 6px;
padding: 5px;
background: #e5e5e5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.new-subscription .new-number .dropdown-content-header button {
margin-left: 10px;
position: relative;
top: -2px;
min-width: 80px;
}

.new-subscription .new-number .dropdown-content-header input[type=text] {
width: 180px;
}

.new-subscription .new-number .dropdown-content-body {
min-height: 102px
}

.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-row {
margin-bottom: 6px;
}

.new-subscription .new-number .dropdown-content-body-cell {
float: left;
width: 33.3%;
text-align: center;
}

.new-subscription .new-number .dropdown-content-item {
display: block;
margin: 0 5px;
padding: 5px 6px;
border: 1px solid #e3e3e3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #282828;
cursor: pointer;
line-height: 1.25;
}

.new-subscription .new-number .dropdown-content-item:hover {
background: #E8E8E8;
color: #282828;
}

.new-subscription .new-number .dropdown-content-item.active {
background: #6cac20;
color: #ffffff;
border-color: #6cac20;
}

.new-subscription .new-number .dropdown-content-footer {
padding: 5px 11px 2px 0;
border-top: 1px solid #e3e3e3;
text-align: right;
}

.new-subscription .new-number .refresh {
display: inline-block;
padding-left: 22px;
line-height: 24px;
background: url(/css/main_img/small_icons.png) no-repeat scroll 0 -154px;
}

.new-subscription .port-date input[type=text] {
float: left;
width: 100px;
}

.new-subscription .input-info input[type=text] {
float: left;
width: 274px;
}

.new-subscription .submit-buttons {
width: auto;
padding: 15px 0 0 0;
margin-top: 14px;
background: url(/css/main_img/strike.png) repeat-x scroll 0 top;
}

/* form sections */
.form-section {
padding-top: 25px;
}

.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: 16px;
background: url(/css/main_img/strike.png) 0 center repeat-x;
padding-left: 10px;
line-height: normal;
margin-bottom: 20px;
}

.form-section-title > span {
font-size: 16px;
padding: 0 10px;
background: #FFFFFF;
font-family: Open Sans, Arial;
color: #6cac20;
font-weight: bold;
white-space: pre;
}

.form-section.no-header .form-section-content {
padding: 0;
}

.form-section-content {
padding: 0 20px;
}

.form-section-content-separator {
margin: 30px 0 37px 0;
background-image: -webkit-linear-gradient(left,rgba(255, 255, 255, 0.01),#f2f2f2 3%,#d4d4d4 30%,#d4d4d4 70%,#f2f2f2 97%,rgba(255, 255, 255, 0.01));
background-image: -moz-linear-gradient(left,rgba(255, 255, 255, 0.01),#f2f2f2 3%,#d4d4d4 30%,#d4d4d4 70%,#f2f2f2 97%,rgba(255, 255, 255, 0.01));
background-image: -ms-linear-gradient(left,rgba(255, 255, 255, 0.01),#f2f2f2 3%,#d4d4d4 30%,#d4d4d4 70%,#f2f2f2 97%,rgba(255, 255, 255, 0.01));
background-image: -o-linear-gradient(left,rgba(255, 255, 255, 0.01),#f2f2f2 3%,#d4d4d4 30%,#d4d4d4 70%,#f2f2f2 97%,rgba(255, 255, 255, 0.01));
background-image: linear-gradient(left,rgba(255, 255, 255, 0.01),#f2f2f2 3%,#d4d4d4 30%,#d4d4d4 70%,#f2f2f2 97%,rgba(255, 255, 255, 0.01));
height: 2px;
line-height: 2px;
font-size: 0;
}

.form-section-content .empty-content-box {
text-align: center;
padding: 20px 0;
}

.tab-content.consumption .splitted-box-col.charts .form-section-content {
padding-right: 0;
}

.tab-content.services .info-box,
.tab-content.extra-packages .info-box,
.tab-content.change-subscription .info-box,
.tab-content.sim-card-services .info-box {
float: right;
margin: 0;
margin-bottom: 5px;
}

.tab-content.extra-packages .info-box,
.tab-content.change-subscription .info-box,
.tab-content.sim-card-services .info-box {
margin-bottom: 15px;
}

.tab-content.services .form-section-content,
.tab-content.change-subscription .form-section-content,
.tab-content.sim-card-services .form-section-content {
padding: 0 10px;
}

.tab-content.services .submit-buttons,
.tab-content.change-subscription .submit-buttons,
.tab-content.sim-card-services .submit-buttons {
padding: 15px 0 0 0;
text-align: center;
width: 100%;
background: url(/css/main_img/strike.png) repeat-x scroll 0 0;
}

.tab-content.loaded {
min-height: 280px;
}

.tab-content .form-section.unavailable {
padding-top: 50px;
}

.tab-content.change-subscription .dropdown-button,
.tab-content.sim-card-services .dropdown-button {
font-size: 14px;
color: #4c4c4c;
padding: 14px 20px;
height: auto;
}

.tab-content.change-subscription .change-subscription-form,
.tab-content.sim-card-services .sim-card-services-form {
margin-top: 20px;
}

.tab-content.invoice-control .purchase-form .description-text {
width: 50%;
margin-bottom: 20px;
}

.tab-content.invoice-control .purchase-form .description-text h3 {
font-weight: normal;
font-size: 16px;
}

.tab-content.invoice-control .purchase-form .description-text h3 span {
font-weight: bold;
}

.tab-content.invoice-control .purchase-form .submit-buttons {
text-align: left;
width: auto;
padding-left: 0;
}

.tab-content .report-inputs {
padding: 5px 0 20px 22px;
}

.tab-content .report-inputs[data-type="EXTRACT"] {
padding-bottom: 0;
}

.tab-content .report-inputs .dropdown-container {
float: left;
padding-right: 15px;
margin-bottom: 0;
}

.tab-content .report-inputs .dropdown-button-content {
min-width: 50px;
}

.tab-content .report-inputs .dropdown-container.billing-groups {
float: none;
padding-right: 0;
}

.tab-content .report-inputs .dropdown-container .dropdown-content-row.merged-row .cell-left a {
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border: 1px solid #cccccc;
}
	
.tab-content .report-inputs .dropdown-container .dropdown-content-row.merged-row.active .cell-left a {
border-color: #6cac20;
}

.info-box {
position: relative;
display: inline-block;
line-height: 30px;
margin-top: 10px;
padding-left: 32px;
font-size: 110%;
text-align: left;
}

.info-box .icon {
display: block;
position: absolute;
top: 3px;
left: 0;
width: 26px;
height: 26px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -496px;
}

.tip {
padding: 23px 25px;
background: url(/css/main_img/tips_l.png) repeat-x scroll 0 bottom #fdfdfd;
border: 1px solid #d4d2d2;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.tip.small {
padding: 13px 15px 13px 20px;
}

.tip .tip-content {
padding-left: 82px;
background: url(/css/main_img/info_l.png) 0 0 no-repeat;
text-shadow: 0 1px 0 #FFFFFF;
line-height: 20px;
}

.tip.small .tip-content {
padding: 10px 10px 10px 50px;
line-height: 18px;
background: url(/css/main_img/info_m.png) 0 10px no-repeat;
}

.tip h3 {
font-weight: bold;
margin-bottom: 5px;
color: #282828;
font-size: 18px;
font-family: Open Sans, Arial;
}

.tip.small h3 {
font-size: 16px;
}

.tip.object-details {
margin-bottom: 15px;
text-align: center;
padding: 0;
background: url(/css/main_img/tips_m.png) repeat-x scroll 0 0 #f1f1f1;
border-color: #6cac20;
}

.tip.object-details .tip-content {
background: none;
padding: 0;
}

.tip.task {
margin-bottom: 25px;
}

.tip.task .errors-list {
margin-top: 15px;
max-height: 200px;
overflow-y: auto;
color: #990000;
}

.tip.task .restart {
float: right;
margin-top: 10px;
}

.tip.object-details h3 {
display: inline-block;
*display: inline; /* ie8 and lower */
zoom: 1; /* ie8 and lower */
margin: 0 20px;
font-weight: normal;
padding: 26px 0 26px 50px;
text-align: left;
background: url(/css/main_img/info_m.png) 0 center no-repeat;
}

.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;
} 

.form-inputs {
float: left;
width: 50%;
}

.form-inputs-content {
margin-right: 20px;
}

.form-inputs.access .input-row .label {
width: 145px;
}

.form-inputs.access .input-row .input,
.form-inputs.access .form-links {
padding-left: 155px;
}

.form-inputs.access .input-row .input input[type=text],
.form-inputs.access .input-row .input input[type=password] {
width: 282px;
}

.form-inputs.access .submit-buttons {
padding-left: 0;
width: auto;
}

.form-tips {
float: left;
width: 50%;
padding-top: 10px;
}

.form-tips .tip {
margin-left: 20px;
}

/* date form */
.date-form .input-row {
float: left;
padding-right: 20px;
}

.date-form .input-row.last {
padding-right: 0;
}

.date-form .submit-buttons {
width: auto;
float: right;
padding-left: 0;
}

.date-form .input-row .label {
width: auto;
padding-right: 10px;
}

.date-form .input-row .input {
padding-left: 0px;
float: left;
}

.date-form .input-row .input input[type="text"] {
width: 76px;
}

.date-form .submit-buttons button {
padding-left: 10px;
padding-right: 10px;
}

.calendar-link {
float: left;
display: block;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll -3px -330px;
width: 17px;
height: 20px;
margin: 3px 0 0 8px;
}

.info-link {
float: left;
display: block;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -497px;
width: 25px;
height: 25px;
margin: 2px 0 0 8px;
}

/* flash message */
.flash {
position: relative;
min-height: 16px;
padding: 8px;
margin: 0px 0 25px 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
}

.flash .icon {
position: absolute;
top: 8px;
left: 10px;
width: 16px;
height: 18px;
}

.flash .indent {
padding-left: 28px;
}

.flash.success {
background: #CAEFB8;
border: 1px solid #6cac20;
color: #246a01;
}

.flash.error {
background: #F9D0CF;
border: 1px solid #E16460;
color: #990000;
}

.flash.warning {
color: #3d3d3f;
background: #fff3cd;
border: 1px solid #ffc200;
}

.flash.success .icon {
background: url(/css/main_img/small_icons.png) no-repeat scroll 0 -25px;
}

.flash.error .icon {
background: url(/css/main_img/small_icons.png) no-repeat scroll 0 0;
}

.flash.warning .icon {
background: url(/css/main_img/small_icons.png) no-repeat scroll 0 -181px;
}

.flash.error a {
color: #990000;
font-weight: bold;
}

.flash ul {
margin: 3px 0 0 43px;
list-style-type: disc;
}

/* overview bar */
.overview-bar {
font-family: Arial;
text-transform: uppercase;
font-weight: 300;
text-align: center;
margin: 0 15px 10px 15px;
color: #282828;
}

.overview-bar .overview-bar-item {
position: relative;
float: left;
width: 50%;
height: 64px;
}

.overview-bar .overview-bar-item .item-container {
display: block;
margin: 0 5px;
padding-bottom: 5px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
overflow: hidden;
border: 1px solid #d4d4d2;
}

.overview-bar .overview-bar-item a.item-container {
border-color: #6cac20;
}

.overview-bar .overview-bar-item .item-content {
display: inline-block;
padding-left: 45px;
overflow: hidden;
min-height: 42px;
}

.overview-bar .overview-bar-item .name {
display: block;
font-size: 16px;
margin-top: 8px;
}

.overview-bar .overview-bar-item .subscriptions {
display: block;
font-size: 11px;
font-weight: bold;
}

.overview-bar .overview-bar-item.mobile .item-content {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -445px;
}

.overview-bar .overview-bar-item.mobile a.item-container .item-content {
background-position: 0 -653px;
}

.overview-bar .overview-bar-item.mobile-broadband .item-content {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -496px;
}

.overview-bar .overview-bar-item.mobile-broadband a.item-container .item-content {
background-position: 0 -704px;
}

.overview-bar .overview-bar-item.broadband .item-content {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -548px;
}

.overview-bar .overview-bar-item.atea-land-line .item-content {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -597px;
}

.overview-bar .overview-bar-item.atea-land-line a.item-container .item-content {
background-position: 0 -754px;
}

.overview-bar .overview-bar-item.business-fixed-line .item-content {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -805px;
}

.overview-bar .overview-bar-item.business-fixed-line a.item-container .item-content {
background-position: 0 -856px;
}

.overview-bar .overview-bar-item.telemetry .item-content {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -1007px;
}

.overview-bar .overview-bar-item.telemetry a.item-container .item-content {
background-position: 0 -1058px;
}

.overview-bar .overview-bar-item.other .item-content {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -906px;
}

.overview-bar .overview-bar-item.other a.item-container .item-content {
background-position: 0 -957px;
}

.overview-bar .overview-bar-item .add-link {
position: absolute;
top: -7px;
right: -3px;
display: block;
width: 25px;
height: 25px;
padding: 0;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -1221px;
}

/* steps */
.steps {
display: table;
width: 100%;
background: url(/css/main_img/strike.png) 0 bottom repeat-x #fcfcfc;
border: 1px solid #E5E5E5;
border-bottom: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
}

.steps ul {
display: table-row;
}

.steps li {
position: relative;
display: table-cell;
width: 20%;
border-left: 1px solid #E5E5E5;
font-size: 15px;
}

.steps li:first-child {
border-left: none;
}

.steps li .container {
display: block;
padding: 10px 20px 10px 40px;
}

.steps li .step {
position: absolute;
top: 10px;
left: 10px;
width: 20px;
height: 20px;
border: 1px solid #cccccc;
-moz-border-radius: 12px;
-webkit-border-radius: 12px;
border-radius: 12px;
text-align: center;
font-size: 14px;
line-height: 20px;
}

.steps li.completed {
border-bottom: 2px solid #6cac20;
}

.steps li.completed .container {
color: #6cac20;
font-weight: bold;
}

.steps li.completed .step {
border-color: #6cac20;
background: #6cac20;
color: #ffffff;
}

.steps li.current {
border-bottom: 2px solid #6cac20;
}

.steps li.current .container {
font-weight: bold;
}

.steps li.current .step {
border-color: #6cac20;
}

.steps li.current .indicator {
position: absolute;
bottom: 0;
left: 50%;
margin-left: -6px;
margin-bottom: -8px;
width: 11px;
height: 6px;
background: url(/css/main_img/steps_arrow.png) no-repeat scroll 0 0;
}

.step-content .form-section {
padding-top: 25px;
}

.step-content .form-section.first {
padding-top: 0;
}

.step-content .info-box {
float: right;
}

.step-content .service-items-list .service-item {
width: 172px;
}

.product-rate-plan-variants-list .info-box,
.summary .info-box {
float: right;
margin-top: 0;
margin-bottom: 5px;
}

.summary .info-box {
margin-bottom: 8px;
}

.subscription-types-section,
.subscription-type-products-section,
.product-rate-plans-list {
border-bottom: 1px solid #E5E5E5;
margin-bottom: 7px;
padding-bottom: 10px;
}

.product-rate-plan-variants-list {
margin-top: 20px;
}

.product-rate-plan-variants-list .inline-radio {
width: 33.3%;
padding: 0;
}

.product-rate-plan-variants-list .inline-radio label {
display: block;
top: 0;
min-height: 22px;
padding: 6px 10px 8px 5px;
margin: 0 15px 15px 0;
background: url(/css/main_img/block_link_l.png) repeat-x scroll 0 bottom #fdfdfd;
border: 1px solid #d4d2d2;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
cursor: pointer;
color: #444444;
}

.product-rate-plan-variants-list .inline-radio input[type=radio] {
position: relative;
top: 2px;
cursor: pointer;
}

.product-rate-plan-variants-list .inline-radio:hover label {
border-color: #74b922;
background: #f7f7f7;
}

.product-rate-plan-variants-list .inline-radio.selected label {
border-color: #74b922;
}

.product-rate-plan-variants-list .invalid .inline-radio label {
border-color: #E16460;
}

.product-rate-plan-variants-list .inline-radio.selected .indicator-icon {
position: absolute;
display: block;
top: -7px;
right: -7px;
width: 23px;
height: 23px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -455px;
}

.product-rate-plans-list .inline-radio .price,
.product-rate-plan-variants-list .inline-radio .price {
float: right;
color: #666666;
margin-top: 3px;
}

.product-rate-plans-list .inline-radio .price .value,
.product-rate-plan-variants-list .inline-radio .price .value {
font-weight: bold;
color: #444444;
font-size: 120%;
}

.product-rate-plan-variants-list .inline-radio .details {
display: block;
margin-top: -8px;
margin-bottom: 20px;
padding: 0 13px 0 13px;
font-size: 90%;
color: #6cac20;
min-height: 30px;
}

/* 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-button {
display: block;
height: 16px;
line-height: 15px;
border: 1px solid #d4d2d2;
color: #4c4c4c;
text-shadow: 0 1px 0 #FFFFFF;
padding: 5px 11px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
background: url(/css/main_img/dropdown_bg.png) repeat-x scroll 0 bottom #fdfdfd;
cursor: pointer;
}

.dropdown-container.large .dropdown-button {
font-size: 14px;
color: #4c4c4c;
padding: 14px 20px;
height: auto;
}

.dropdown-container.large.centered .dropdown-button {
width: 50%;
margin: 0 auto;
}

.dropdown-button:hover {
background: #f7f7f7;
color: #4c4c4c;
}

.dropdown-button.active,
.dropdown-container.large .dropdown-button.active {
background: #dfdddd;
border-color: #c8c8c8;
box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
-webkit-box-shadow: inset 1px 1px 2px rgba(0,0,0,0.1);
}

.dropdown-button .dropdown-button-content {
padding-right: 20px;
background: url(/css/main_img/dropdown_arrow.png) no-repeat scroll right 5px;
}

.dropdown-button.active .dropdown-button-content {
background: url(/css/main_img/dropdown_arrow_active.png) no-repeat scroll right 5px;
}

.dropdown-button.toggler .dropdown-button-content {
padding-left: 12px;
padding-right: 0;
background: url(/css/main_img/dropdown_arrow.png) no-repeat scroll 0 -52px;
}

.dropdown-button.toggler.active .dropdown-button-content {
background: url(/css/main_img/dropdown_arrow_active.png) no-repeat scroll 0 -51px;
}

.dropdown-button.toggler.empty {
cursor: default;
}

.dropdown-button.toggler.empty:hover {
background: url(/css/main_img/dropdown_bg.png) repeat-x scroll 0 bottom #fdfdfd;
}

.dropdown-button.toggler.exception,
.dropdown-button.toggler.exception.empty:hover {
border-color: #B5571A;
background: url(/css/main_img/dropdown_ex_bg.png) repeat-x scroll 0 bottom #FFE7DF;
}

.dropdown-button.toggler.exception.active {
background: #F6CFC2;
box-shadow: inset 1px 1px 4px rgba(181,87,26,0.4);
-moz-box-shadow: inset 1px 1px 4px rgba(181,87,26,0.4);
-webkit-box-shadow: inset 1px 1px 4px rgba(181,87,26,0.4);
}

.dropdown-button .dropdown-button-content .sim-card-type,
.dropdown-content .sim-card-type {
min-width: 85px;
display: inline-block;
}

.dropdown-button.readonly {
background: url(/css/main_img/dropdown_bg.png) repeat-x scroll 0 bottom #fdfdfd;
cursor: default;
}

.dropdown-button.disabled {
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;
}

.dropdown-content {
background: #f7f7f7;
padding: 5px 5px 0 5px;
border: 1px solid #d4d4d2;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
margin-top: 1px;
max-height: 223px;
overflow-y: auto;
box-shadow: 0 0 2px #b4b4b4;
}

.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;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #282828;
cursor: pointer;
}

.dropdown-content-row:last-child {
margin-bottom: 5px;
}

.dropdown-container.large .dropdown-content-row {
padding: 10px 15px;
}

.dropdown-content-row:hover {
background: #E8E8E8;
color: #282828;
}

.dropdown-content-row.active {
background: #6cac20;
color: #ffffff;
}

.dropdown-content-row.no-results:hover {
background: none;
cursor: default;
}

.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: #6cac20;
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: #3c3c3c;
}

.dropdown-content-spacer {
display: block;
border-top: 1px solid #e3e3e3;
height: 1px;
margin: 5px 0;
}

.dropdown-search-form {
position: absolute;
top: 5px;
left: 5px;
right: 5px;
padding: 5px 8px;
background: #e5e5e5;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.dropdown-search-form input[type=text] {
width: 190px;  
}

.dropdown-search-form .loading-progress {
padding: 6px 15px;
background: url(/css/main_img/progress_indicator.gif) no-repeat center 6px;
visibility: hidden;
}

.dropdown-search-form button {
margin-left: 10px;
position: relative;
top: -2px;
}

.dropdown-search-form-items {
position: absolute;
top: 55px;
left: 6px;
right: 6px;
overflow-y: auto;
}

.dropdown-container.multi-row-filter .dropdown-search-form-items {
top: 80px;
}

.dropdown-content-spacer.search-form {
position: absolute;
top: 44px;
left: 6px;
right: 6px;
}

.dropdown-container.multi-row-filter .dropdown-content-spacer.search-form {
top: 69px;
}

.dropdown-content .dropdown-search-form.multi-column {
padding-left: 0;
}

.dropdown-content .dropdown-search-form .filters {
display: table;
border-collapse: collapse;
width: 100%;
}

.dropdown-content .dropdown-search-form .filter-row {
display: table-row;
}

.dropdown-content .dropdown-search-form .filter-cell {
display: table-cell;
padding-left: 6px;
overflow: visible !important;
}

.dropdown-content .dropdown-search-form .filter-cell input[type=text] {
box-sizing: border-box;
padding-right: 25px;
width: 100%;
}

.dropdown-content .dropdown-search-form .filter-cell .enabled input[type=text] {
border-color: #5a8b41;
}

.dropdown-content .dropdown-search-form .filter-container {
position: relative;
}

.dropdown-content .dropdown-search-form .filter-container .search {
position: absolute;
top: 2px;
right: 2px;
width: 24px;
height: 24px;
padding: 0;
border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 4px -1547px;
z-index: 8;
}

.dropdown-content .dropdown-search-form .filter-container .loading-progress {
visibility: hidden;
position: absolute;
top: 2px;
right: 2px;
width: 24px;
height: 24px;
padding: 0;
background: url(/css/main_img/progress_indicator.gif) no-repeat scroll 0 7px;
z-index: 1;
pointer-events: none;
}

.dropdown-content .dropdown-search-form .category-filter {
margin-bottom: 5px;
}

.dropdown-content .dropdown-search-form .category-filter .radio {
float: left;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}

.dropdown-content .dropdown-search-form .category-filter .radio label {
margin-right: 10px;
}

.dropdown-content .dropdown-search-form .category-filter .radio input[type=radio]:checked + label {
font-weight: bold;
}

.dropdown-container.subscriptions,
.dropdown-container.billing-groups {
margin-bottom: 25px;
}

.dropdown-container.inline.subscriptions,
.dropdown-container.inline.billing-groups {
margin-bottom: 0;
}

.dropdown-container.subscriptions .dropdown-content,
.dropdown-container.billing-groups .dropdown-content {
max-height: 270px;
}

.dropdown-container.inline.subscriptions .dropdown-content,
.dropdown-container.inline.billing-groups .dropdown-content {
max-height: 420px;
}

.dropdown-container.subscriptions .dropdown-content-row {
padding: 0;
}

.dropdown-container.subscriptions table,
.dropdown-container.billing-groups table {
width: 100%;
border-collapse: collapse;  
}

.dropdown-container.subscriptions tr.dropdown-content-row,
.dropdown-container.billing-groups tr.dropdown-content-row {
display: table-row;
}

.dropdown-container.billing-groups tr.dropdown-content-row:hover a {
background-color: #E8E8E8;
color: #282828;
}

.dropdown-container.subscriptions .phone-cell {
width: 130px;
}

.dropdown-container.subscriptions .ref-cell {
width: 90px;
}

.dropdown-container.subscriptions .consumption-cell,
.dropdown-container.billing-groups .amount-cell {
width: 110px;
}

.dropdown-container.subscriptions .services-cell {
width: 20%;
}

.dropdown-container.subscriptions .sim-cards-cell {
width: 34px;
}

.dropdown-container.billing-groups .invoices-cell {
width: 150px;
}

.dropdown-container.billing-groups .name-cell {
width: 140px;
}

.dropdown-container.billing-groups .company-cell {
width: 250px;
}

.dropdown-container.billing-groups .subscription-billing-group .company-cell {
width: 200px;
}

.dropdown-container.billing-groups .ref-cell {
width: 170px;
}

.dropdown-container.subscriptions .dropdown-content-row.no-results,
.dropdown-container.billing-groups .dropdown-content-row.no-results {
padding: 10px 15px;
}

.dropdown-container.subscriptions .dropdown-content-row:hover,
.dropdown-container.subscriptions .dropdown-content-row.active,
.dropdown-container.billing-groups .dropdown-content-row:hover,
.dropdown-container.billing-groups .dropdown-content-row.active {
background: none;
color: #282828;
cursor: default;
}

.dropdown-container.subscriptions .dropdown-content-row a,
.dropdown-container.subscriptions .dropdown-content-row .blank-cell span,
.dropdown-container.billing-groups .dropdown-content-row a {
display: block;
padding: 3px 4px;
color: #282828;
cursor: pointer;
border-top: 1px solid #cccccc;
border-bottom: 1px solid #cccccc;
}

.dropdown-container.subscriptions .dropdown-content-row a,
.dropdown-container.billing-groups .dropdown-content-row a {
line-height: normal;
}

.sim-card-item .dropdown-container .dropdown-content-row a {
display: block;
cursor: pointer;
text-decoration: none;
color: inherit;
}

.dropdown-container.subscriptions .dropdown-content-row .blank-cell span {
padding: 8px 2px;
cursor: default;
}

.dropdown-container.subscriptions .dropdown-content-row .cell-left a,
.dropdown-container.billing-groups .dropdown-content-row .cell-left a {
border-left: 1px solid #cccccc;
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
border-radius: 5px 0 0 5px;
}

.dropdown-container.subscriptions .dropdown-content-row .cell-right a,
.dropdown-container.subscriptions .dropdown-content-row .blank-cell.cell-right span,
.dropdown-container.billing-groups .dropdown-content-row .cell-right a {
border-right: 1px solid #cccccc;
-moz-border-radius: 0 5px 5px 0;
-webkit-border-radius: 0 5px 5px 0;
border-radius: 0 5px 5px 0;
}

.dropdown-container.subscriptions .dropdown-content-row a:hover,
.dropdown-container.billing-groups .dropdown-content-row a:hover {
background-color: #E8E8E8;
color: #282828;
}

.dropdown-container.subscriptions .dropdown-content-row a span,
.dropdown-container.billing-groups .dropdown-content-row a span {
display: inline-block;
padding: 5px 8px;
white-space: pre;
}

.dropdown-container.subscriptions .direct-link .phone-no {
padding-left: 23px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 5px -607px;
}

.dropdown-container.subscriptions .direct-link .spacer {
height: 14px;
padding: 0;
margin-bottom: -3px;
border-right: 1px solid #ccc;
}

.dropdown-container.subscriptions .dropdown-content-row .icon.sim-cards {
display: inline-block;
}

.dropdown-container.subscriptions .dropdown-content-row .consumption span,
.dropdown-container.billing-groups .dropdown-content-row .amount span {
display: block;
padding-left: 27px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 6px -534px;
min-width: 50px;
text-align: right;
}

.dropdown-container.subscriptions .dropdown-content-row .services span {
padding-left: 27px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 6px -681px;
}

.dropdown-container.subscriptions .dropdown-content-row .sim-cards span {
width: 10px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 6px -718px; 
}

.dropdown-container.subscriptions .dropdown-content-row .billing-group {
padding-right: 0;  
}

.dropdown-container.subscriptions .dropdown-content-row .billing-group > span,
.dropdown-container.billing-groups .dropdown-content-row .name > span {
padding-left: 27px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 2px -1025px;
}

.dropdown-container.subscriptions .dropdown-content-row .owner > span,
.dropdown-container.billing-groups .dropdown-content-row .user > span {
padding-left: 27px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 6px -644px;
}

.dropdown-container.billing-groups .dropdown-content-row .company > span {
padding-left: 27px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 2px -1618px;
}

.dropdown-container.subscriptions .dropdown-content-row .reference > span,
.dropdown-container.billing-groups .dropdown-content-row .reference > span {
padding-left: 27px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 4px -1581px;
}

.dropdown-container.subscriptions .dropdown-content-row .editable {
position: relative;
}

.dropdown-container.subscriptions .dropdown-content-row .editable > span {
display: block;
position: relative;
padding-right: 25px;
}

.dropdown-container.subscriptions .dropdown-content-row .editable > span span {
position: absolute;
top: 0;
right: 0;
bottom: 0;
width: 23px;
padding: 0;
}

.dropdown-container.subscriptions .dropdown-content-row .editable:hover > span span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 5px -827px;
}

.dropdown-container.subscriptions .dropdown-editable-box {
position: absolute;
top: -1px;
left: -1px;
z-index: 1;
background: #E8E8E8;
padding: 3px;
border: 1px solid #cccccc;
}

.dropdown-container.subscriptions .dropdown-editable-box.right {
left: auto;
right: -1px;
}

.dropdown-container.subscriptions .dropdown-editable-box.bottom {
top: auto;
bottom: -1px;
}

.dropdown-container.subscriptions .dropdown-editable-box .editable-row {
padding-left: 28px;
}

.dropdown-container.subscriptions .dropdown-content-row .owner .editable-row {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 7px -644px;
}

.dropdown-container.subscriptions .dropdown-content-row .billing-group .editable-row {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 7px -790px;
}

.dropdown-container.subscriptions .dropdown-editable-box .editable-row .add-link {
float: right;
width: 23px;
height: 23px;
padding: 0;
margin: 2px 0 0 5px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 2px -946px;
}

.dropdown-container.subscriptions .dropdown-editable-box .editable-submit {
border-top: 1px solid #cccccc;
margin-top: 4px;
padding: 4px 10px 2px;
text-align: right;
white-space: nowrap;
}

.dropdown-container.subscriptions .dropdown-editable-box button {
height: 24px;
padding: 0 15px 1px;
}

.dropdown-container.subscriptions .dropdown-editable-box a {
display: inline;
border: none;
padding: 0;
color: #6cac20;
}

.dropdown-container.subscriptions .dropdown-content-row.active a,
.dropdown-container.subscriptions .dropdown-content-row.active .blank-cell span,
.dropdown-container.billing-groups .dropdown-content-row.active a {
border-color: #6cac20;
}

.dropdown-container.subscriptions .dropdown-content-row.active .direct-link,
.dropdown-container.billing-groups .dropdown-content-row.active .name {
background: #6cac20;
color: #ffffff;
border-color: #6cac20;
}

.dropdown-container.subscriptions .dropdown-content-row.active .direct-link .phone-no {
background: url(/css/main_img/button_icons_small_alt.png) no-repeat scroll 5px -30px;
}

.dropdown-container.billing-groups .dropdown-content-row.active .name > span {
background: url(/css/main_img/button_icons_small_alt.png) no-repeat scroll 2px -179px;
}

.dropdown-container.subscriptions .dropdown-content-row.edit a,
.dropdown-container.billing-groups .dropdown-content-row.edit a,
.dropdown-container.subscriptions .dropdown-content-row.active.edit .direct-link,
.dropdown-container.subscriptions .dropdown-content-row.edit .blank-cell span {
background: #e8e8e8;
border-color: #cccccc;
color: #282828;
}

.dropdown-container .dropdown-content-row .dropdown-editable-box a.cancel {
color: #6cac20;
}

.dropdown-container .dropdown-content-row .dropdown-editable-box a.cancel:hover {
color: #3c3c3c;
}

.dropdown-container.subscriptions .dropdown-content-row.active.edit .direct-link .phone-no {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 5px -607px;
}

.dropdown-container.billing-groups .dropdown-content-row .invoices span {
padding-left: 27px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 6px -791px;
}

.dropdown-container.subscriptions .dropdown-content-spacer,
.dropdown-container.billing-groups .dropdown-content-spacer {
border: none;
margin: 2px;
}

.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 .dropdown-button {
margin-bottom: 3px;
height: auto;
}

.usage-entries .usage-summary {
float: right;
}

.usage-entries .usage-summary .amount {
display: inline-block;
min-width: 38px;
text-align: right;
}

.usage-entries-list {
display: none;
margin-bottom: 15px;
border: 1px solid #d7d7d5;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
}

.usage-entries-list table {
width: 100%;
}

.usage-entries-list table th {
background: #f1f1f1;
text-align: left;
border-bottom: 1px solid #d7d7d5;
border-left: 1px solid #d7d7d5;
}

.usage-entries-list table th:first-child {
border-left: none;
}

.usage-entries-list table td,
.usage-entries-list table th {
padding: 5px 8px;
}

.usage-entries-list table  td {
border-right: 0px solid transparent;
}

.usage-entries-list table .even td {
background: #f7f7f7;
}

.usage-entries-list.exception table .even td {
background: #FFF0EA;
}

.usage-entries-list table th.cell-left {
border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
-webkit-border-radius: 5px 0 0 0;
}

.usage-entries-list table th.cell-right {
border-radius: 0 5px 0 0;
-moz-border-radius: 0 5px 0 0;
-webkit-border-radius: 0 5px 0 0;
}

.usage-entries-list table .cell-date {
width: 70px;
}

.usage-entries-list table .cell-qty,
.usage-entries-list table .cell-amount {
text-align: right;
width: 22%;
}

.usage-entries-list.exception {
border-color: #B5571A;
}

.usage-entries-list.exception table th {
background: #FFEEE9;;
border-color: #FCCBBD;
}

.usage-entries-list.gprs table .cell-qty {
width: 30%;
}

.usage-entries-list.fees table .cell-qty {
width: 18%;
}

.usage-entries-list.fees table .last .cell-left {
border-radius: 0 0 0 5px;
-moz-border-radius: 0 0 0 5px;
-webkit-border-radius: 0 0 0 5px;
}

.usage-entries-list.fees table .last .cell-right {
border-radius: 0 0 5px 0;
-moz-border-radius: 0 0 5px 0;
-webkit-border-radius: 0 0 5px 0;
}

.usage-entries-list table .active td {
border-top: 1px solid #d7d7d5;
}

.usage-entries-summary {
padding: 5px 8px;  
border-top: 1px solid #d7d7d5;
}

.usage-entries-list.exception .usage-entries-summary {
border-color: #FCCBBD;
}

.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;
}

.export-usage {
text-align: right;
padding: 0 10px;
margin-top: 3px;
}

.exception .usage-amount {
margin-top: 15px;
}

.export-usage .export-link {
display: inline-block;
line-height: 24px;
font-size: 13px;
padding-left: 27px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 2px -1105px;
}

.usage-amount {
font-size: 16px;
padding: 0 10px;
margin-top: 10px;
text-align: right;
}

.usage-amount span {
display: inline-block;
font-weight: bold;
min-width: 38px;
text-align: right;
}

.exception .export-usage .export-link {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 2px -1434px;
color: #B51A1A;
}

.exception .export-usage .export-link:hover {
color: #3c3c3c;
}

.exception .usage-amount {
color: #B51A1A;
}

/* services boxes */
.service-items-list .service-item,
.packages-list .package-item {
float: left;
display: block;
width: 177px;
min-height: 100px;
margin: 0 10px 20px 10px;
padding: 10px;
border: 1px solid #d4d2d2;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
background: url(/css/main_img/block_link_l.png) repeat-x 0 bottom #fdfdfd;
text-shadow: 0 1px 0 #FFFFFF;
text-align: center;
position: relative;
cursor: pointer;
}

.packages-list .package-item {
width: 256px;
cursor: default;
}

.service-items-list .service-item:not(.disabled):hover {
border-color: #74b922;
background: #f7f7f7;
}

.service-items-list .service-item.subscribed {
border-color: #548519;
}

.service-items-list .service-item.subscribe {
border-color: #74b922;
}

.service-items-list .service-item.unsubscribe {
border-color: #E16460;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

.service-items-list .service-item.disabled {
-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;
}

.service-items-list .service-item .service-name,
.packages-list .package-item .package-name {
display: block;
color: #6cac20;
font-size: 18px;
line-height: 1.1;
font-family: Open Sans, Arial;
font-weight: 300;
}

.service-items-list .service-item .item-info,
.packages-list .package-item .item-info {
clear: left;
margin: 10px 0 -12px 0;
}

.service-items-list .service-item .service-description {
font-size: 14px;
display: block;
font-family: Open Sans, Arial;
font-weight: 300;
line-height: 18px;
margin-top: 10px;
color: #3c3c3c;
}

.service-items-list .service-item .blocked-service {
display: block;
margin-top: 10px;
color: #990000;
font-size: 14px;
display: block;
font-family: Open Sans, Arial;
font-weight: 500;
}

.service-items-list .service-item .service-price,
.packages-list .package-item .package-price {
color: #282828;
font-size: 15px;
display: block;
padding-top: 20px;
}

.packages-list .package-item .package-name strong,
.packages-list .package-item .package-price span {
font-weight: 600;
}

.packages-list .package-item .package-name strong {
display: block;
}

.service-items-list .service-item .service-icon {
position: absolute;
display: block;
top: -7px;
right: -7px;
width: 23px;
height: 23px;
}

.service-items-list .service-item.subscribed .service-icon {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -370px;
}

.service-items-list .service-item.subscribe .service-icon {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -455px;
}

.service-items-list .service-item.unsubscribe .service-icon {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -412px;
}

.packages-list .package-item form {
margin-top: 15px;
}

.service-items-list .service-item .service-parameters {
display: none;
margin-top: 10px;
color: #3c3c3c;
}

.service-items-list .service-item.subscribe .service-parameters {
display: block;
}

.service-items-list .service-item .service-parameters .input-row .input {
padding: 6px 0 0 0;
}

.service-items-list .service-item .service-parameters .input-row .input input[type="text"] {
box-sizing: border-box;
width: 100%;
border-color: #a8a8a8;
}

.packages-list .package-item .package-name {
font-size: 20px;
}

.packages-list .package-item button.vipps {
width: 210px;
height: 44px;
padding: 0;
border: none;
background: url(/css/main_img/vipps_button.svg) no-repeat right center;
}

.packages-list .package-item.multi-buttons button {
display: block;
width: 210px;
height: 44px;
text-shadow: none;
font-size: 16px;
font-weight: 500;
margin: 3px auto 8px;
}

/* sim cards */
.activate-sim-card {
font-size: 14px;
margin-bottom: 8px;
}

.sim-card-item,
.tab-content.sim-cards .service-items-list .service-item {
display: block;
float: none;
width: auto;
margin: 0 0 20px 0;
padding: 15px;
border: 1px solid #d4d2d2;
background: url(/css/main_img/block_link_l.png) repeat-x 0 bottom #fdfdfd;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
text-shadow: 0 1px 0 #FFFFFF;
text-align: left;
cursor: default;
}

.sim-card-item {
position: relative;
background: transparent;
}

.sim-card-item h3 {
margin-bottom: 10px;
font-size: 18px;
line-height: 1.1;
font-family: Open Sans, Arial;
font-weight: 600;
}

.sim-card-item .sim-card-status {
display: inline-block;
color: #6cac20;
font-size: 14px;
font-weight: 500;
margin-left: 15px;
margin-top: 2px;
}

.sim-card-item .sim-card-status.blocked {
color: #990000;
}

.sim-card-item .sim-card-status.info {
color: #aaaaaa;
}

.sim-card-item .dropdown-container {
position: absolute;
top: 15px;
right: 15px;
min-width: 160px;
}

.sim-card-item .dropdown-content {
width: 160px;
}

.sim-card-item .phone-number {
font-size: 14px;
margin-bottom: 25px;
}

.sim-card-item .details-toggler {
display: inline-block;
font-size: 14px;
}

.sim-card-item .details-toggler.esim {
margin-top: 10px;
}

.sim-card-item .details-content .text-row {
padding-bottom: 5px;
font-size: 14px;
}

.sim-card-item .details-content {
margin-top: 10px;
}

.sim-card-item .details-content .text-row span {
display: inline-block;
font-weight: 600;
min-width: 80px;
}

.sim-card-item .esim-details {
margin-top: 32px;
}

.sim-card-item .image {
float: left;
border-radius: 2px;
background-color: #F5F5F5;
padding: 24px;
}

.sim-card-item .image img {
max-width: 150px;
max-height: 150px;
}

.sim-card-item .esim-description {
padding-left: 228px;
}

.sim-card-item .esim-description .next-steps {
line-height: 18px;
}

.sim-card-item .esim-description .next-steps span {
display: block;
margin-bottom: 4px;
}

.sim-card-item .esim-description .next-steps span:first-child {
margin-bottom: 8px;
}

.sim-card-item .esim-description .next-steps.multi > span {
margin-bottom: 4px;
}

.sim-card-item .esim-description .next-steps span.wifi {
display: inline-block;
width: 16px;
height: 16px;
background: url(/css/main_img/wifi.png) no-repeat scroll 0 0;
background-size: 100% 100%;
margin: 0 0 -2px 4px;
}

.sim-card-item .esim-description ol {
list-style: decimal;
margin-left: 16px;
}

.sim-card-item .esim-description ol li {
margin-bottom: 4px;
}

.sim-card-item .esim-description h4 {
margin-top: 25px;
margin-bottom: 8px;
font-size: 16px;
font-weight: 500;
}

.sim-card-item .esim-description p {
line-height: 18px;
}

.tab-content.sim-cards .sim-card-services .info-box {
float: right;
margin: -15px 0 15px;	
}

.tab-content.sim-cards .sim-card-services .service-item .service-item-main-info {
float: left;
width: 57%;
}

.tab-content.sim-cards .sim-card-services .service-item .service-item-details {
float: right;
min-width: 160px;
}

.tab-content.sim-cards .sim-card-services .service-item .service-price {
font-size: 22px;
}

.tab-content.sim-cards .sim-card-services .service-item .service-activation {
font-size: 14px;
display: block;
margin-top: 5px;
}

.tab-content.sim-cards .sim-card-services .service-items-list .service-item button {
position: static;
margin-top: 15px;
width: 100%;
}

.tab-content.sim-cards .service-items-list .service-item .service-name {
font-weight: 400;
}

/* splitted columns */
.splitted-box-col {
float: left;
width: 50%;
}

.splitted-box-col.auto-size {
width: auto;
}

.splitted-box-col.charts {
width: 40%;
}

.splitted-box-col.usage {
width: 60%;
}

.splitted-box-col.tips .tip {
margin-left: 40px;
}

.splitted-box-col-content.left {
padding-right: 20px;
}

.splitted-box-col-content.right {
padding-left: 20px;
}

.overview .form-section-title {
margin-bottom: 10px;
}

.overview .splitted-box-col,
.consumption .splitted-box-col {
margin-bottom: 20px;
}

.overview .splitted-box-col .input-row .input input[type=text],
.overview .splitted-box-col .input-row .input input[type=password] {
box-sizing: border-box;
width: 100%;
}

.overview .splitted-box-col .preview-section .input-row:first-child {
position: relative;
padding-right: 60px;
}

.overview .splitted-box-col .preview-section .edit-link {
position: absolute;
right: 0;
top: 2px;
}

.overview .splitted-box-col .submit-buttons {
padding: 0;
width: auto;
}

/* charts */
.pie-charts-list {
margin-left: 15px;
}

.pie-chart {
position: relative;
margin-bottom: 20px;
font-size: 15px;
font-family: Open Sans,Arial;
}

.pie-chart:before {
position: absolute;  
top: 8px;  
margin: 0 0 0 -12px;    
vertical-align: middle;
display: inline-block;
width: 5px;
height: 5px;
background: #3c3c3c;
content: "";
}

.pie-chart-container {
float: left;
width: 40%;
height: 100px;
margin-top: 5px;
}

.pie-chart-legend {
float: left;
width: 60%;
height: 80px;
padding-top: 20px;
margin-top: 5px;
font-size: 13px;
}

.pie-chart-legend ul {
padding-left: 20px;
}

.pie-chart-legend li {
position: relative;
padding-left: 20px;
}

.pie-chart-legend li span {
position: absolute;
display: inline-block;
top: 2px;
left: 0;
width: 14px;
height: 14px;
}

.usage-entries {
margin-top: 30px;
}

.item-info {
display: inline-block;
width: 21px;
height: 21px;
margin: 0 0 -4px 10px;
cursor: help;
background: url(/css/main_img/button_icons_small.png) 0 -866px no-repeat;
}

.item-info.small {
margin-left: 6px;
background: url(/css/main_img/button_icons_small.png) 0 -1142px no-repeat;
}

/* 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;
border-radius: 0 0 6px 6px;
-moz-border-radius: 0 0 6px 6px;
-webkit-border-radius: 0 0 6px 6px;
background: url(/css/main_img/transparent_box_bg.png) repeat;
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;
}

table.listing {
width: 100%;
border: 1px solid #d7d7d5;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-collapse: separate;
}

table.listing th {
padding: 11px 15px;
color: #4c4c4c;
font-weight: normal;
font-size: 14px;
text-align: left;
text-shadow: 1px 1px 0 #FFFFFF;
border-bottom: 1px solid #d6d6d4;
background: url(/css/main_img/table_header.png) 0 0 repeat-x #f1f1f1;
border-right: 1px solid #d1d1d1;
border-left: 1px solid #FFFFFF;
vertical-align: middle;
}

table.listing td {
vertical-align: middle;
}

table.listing th.cell-left {
border-radius: 5px 0 0 0;
-moz-border-radius: 5px 0 0 0;
-webkit-border-radius: 5px 0 0 0;
border-left: none;
}

table.listing th.cell-right {
border-radius: 0 5px 0 0;
-moz-border-radius: 0 5px 0 0;
-webkit-border-radius: 0 5px 0 0;
border-right: none;
}

table.listing td {
padding: 10px 15px;
}

table.listing .even td {
background: #f7f7f7;
}

table.listing .selected td {
background: #e2e2e2;
}

table.listing tr:last-child td.cell-left {
border-radius: 0 0 0 5px;
-moz-border-radius: 0 0 0 5px;
-webkit-border-radius: 0 0 0 5px;
}

table.listing tr:last-child td.cell-right {
border-radius: 0 0 5px 0;
-moz-border-radius: 0 0 5px 0;
-webkit-border-radius: 0 0 5px 0;
}

table.listing th.sortable {
padding: 5px;
}

table.listing th.sortable:hover {
background: #f7f7f7;
}

table.listing th.sortable a {
position: relative;
display: block;
padding: 6px 10px;
color: #4c4c4c;
}

table.listing th.sortable a span {
display: none;
}

table.listing th.sorted {
font-weight: bold;
background: #efefef;
}

table.listing th.sorted a {
padding-right: 28px;
}

table.listing th.sorted a span {
display: block;
position: absolute;
top: 8px;
right: 8px;
width: 12px;
height: 12px;
background: url(/css/main_img/dropdown_arrow.png) no-repeat scroll right 3px;
}

table.listing th.sorted.asc a span {
background: url(/css/main_img/dropdown_arrow.png) no-repeat scroll right -110px;
}

table.listing .multi-header th {
border-bottom-color: #dfdfdf;
}

table.listing .filter-header th {
background: #f7f7f7;
padding: 5px 12px;
}

table.listing .filter-header th input[type=text] {
box-sizing: border-box;
padding-right: 25px;
width: 100%;
}

table.listing .filter-header .enabled input[type=text] {
border-color: #5a8b41;
}

table.listing .filter-header .filter-container {
position: relative;
}

table.listing .filter-header .search {
position: absolute;
top: 2px;
right: 2px;
width: 24px;
height: 24px;
padding: 0;
border: none;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 4px -1547px;
z-index: 8;
}

table.listing .filter-header .loading-progress {
visibility: hidden;
position: absolute;
top: 2px;
right: 2px;
width: 24px;
height: 24px;
background: url(/css/main_img/progress_indicator.gif) no-repeat scroll 0 7px;
z-index: 1;
pointer-events: none;
}

table.invoices th.cell-status {
text-align: center;  
}

table.invoices .cell-balance {
width: 70px;
}

table.invoices .cell-balance.sorted {
width: 110px;
}

table.invoices .cell-status span {
display: inline-block;
padding-top: 2px;
padding-left: 24px;
height: 20px;
text-align: left;
}

table.invoices .cell-status .status-overpaid,
table.invoices .cell-status .status-in-credit,
table.invoices .cell-status .status-credited {
background: url(/css/main_img/small_icons.png) no-repeat scroll 4px -133px;
}

table.invoices .cell-status .status-paid {
background: url(/css/main_img/small_icons.png) no-repeat scroll 4px -45px;
}

table.invoices .cell-status .status-to-pay {
background: url(/css/main_img/small_icons.png) no-repeat scroll 4px -67px;
}

table.invoices .cell-status .status-unpaid {
background: url(/css/main_img/small_icons.png) no-repeat scroll 4px -111px;
}

table.invoices th.cell-amount,
table.invoices th.cell-balance {
text-align: right;
}

table.invoices td.cell-amount,
table.invoices td.cell-balance {
text-align: right;
white-space: nowrap;
}

table.invoices .cell-pdf {
text-align: center;
width: 50px;
}

table.invoices .cell-pdf a {
display: inline-block;
width: 14px;
height: 17px;
background: url(/css/main_img/button_icons_small.png) 0 -574px no-repeat;
cursor: pointer;
}

table.invoices .cell-usage {
text-align: center;
width: 60px;
}

table.invoices .cell-usage a {
display: inline-block;
width: 15px;
height: 17px;
background: url(/css/main_img/button_icons_small.png) 0 -538px no-repeat;
cursor: pointer;
}

table.subscriptions tbody tr:not(.inactive) {
cursor: pointer;
}

table.subscriptions tbody td {
vertical-align: middle;
}

table.subscriptions .cell-select-row {
width: 22px;
text-align: center;
}

table.subscriptions .cell-preview a {
display: block;
line-height: 18px;
width: 30px;
height: 18px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 5px -1397px;
}

table.subscriptions .cell-usage-limit {
text-align: right;
}

table.subscriptions.usage-control .cell-right button {
padding-left: 15px;
padding-right: 15px;
}

table.subscriptions tbody tr.empty-results {
cursor: default;
}

table.subscriptions .empty-results td {
height: 60px;
}

table.overview.header {
border-bottom: none;
border-radius: 5px 5px 0 0;
-moz-border-radius: 5px 5px 0 0;
-webkit-border-radius: 5px 5px 0 0;
}

table.overview.body {
border: none;
width: 100%;
}

table.overview.footer {
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
}

table.overview th {
font-size: 12px;
padding: 8px 10px;
vertical-align: middle;
}

table.overview td {
font-size: 12px;
padding: 7px 10px;
}

table.overview .cell-amount,
table.overview .cell-vat {
text-align: right;
white-space: nowrap;
}

table.overview .cell-size {
text-align: right;
}

table.overview tfoot td {
background: #f2f2f2;
font-weight: bold;
}

table.summary .cell-price {
text-align: right;
white-space: nowrap;
width: 120px;
}

table.summary .rate-plan td {
padding-bottom: 6px;
}

table.summary .option td {
padding-top: 0;
padding-bottom: 6px;
}

table.summary .total td {
border-top: 1px solid #d7d7d5;
font-weight: bold;
}

table.summary td .options {
margin: 0;
}

table.summary td .options li {
font-size: 11px;
color: #888888;
line-height: 1
}

table.summary .cell-description .options {
margin-left: 20px;
list-style: disc;
}

.listing-body {
max-height: 60px;
overflow-y: auto;
border-left: 1px solid #d7d7d5;
border-right: 1px solid #d7d7d5;
}

.listing-body.no-footer {
border-bottom: 1px solid #d7d7d5;
border-radius: 0 0 5px 5px;
-moz-border-radius: 0 0 5px 5px;
-webkit-border-radius: 0 0 5px 5px;
}

/* 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;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
border: 1px solid #5a8b41;
width: 64px;
}

.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: 106px;
margin-left: -42px;
}

.toggle-slide.active .toggle-inner {
margin-left: 0;
}

.toggle-slide .toggle-blob,
.toggle-slide .toggle-off,
.toggle-slide .toggle-on {
float: left;
font-size: 11px;
height: 22px;
line-height: 23px;
text-transform: uppercase;
}

.toggle-slide .toggle-on {
background: url(/css/main_img/button.png) repeat-x 0 0 #629946;
text-shadow:1px 1px rgba(0,0,0,.2);
color:rgba(255,255,255,.8);
width: 53px;
text-indent: -5px;
}

.toggle-slide .toggle-off {
color:rgba(0,0,0,.6);
text-shadow:0 1px rgba(255,255,255,.2);
background:linear-gradient(#cfcfcf,#f5f5f5);
margin-left: -11px;
width: 53px;
text-indent: 5px;
}

.toggle-slide .toggle-blob {
position: relative;
z-index: 99;
background:linear-gradient(#f5f5f5,#cfcfcf);
box-shadow:1px 1px 2px #888;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
margin-left: -11px;
width: 22px;
}

.toggle-slide:not(.disabled) .toggle-blob {
cursor: hand;
cursor: -webkit-grab;
cursor: grab;
}

.toggle-slide:not(.disabled) .toggle-blob:hover {
background:linear-gradient(#e4e4e4,#f9f9f9)
}

/* pager */
.pager {
padding-top: 15px;
}

.pager-stats {
float: left;
line-height: 22px;
}

.pager-links {
text-align: center;
}

.pager-links a {
display: inline-block;
height: 22px;
line-height: 22px;
margin: 0 2px;
padding: 0 6px;
background: url(/css/main_img/button_silver.png) repeat-x 0 0 #ededed;
border: 1px solid #c7c7c7;
color: #3c3c3c;
cursor: pointer;
text-decoration: none;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

.pager-links a:hover {
text-decoration: none;
color: #3c3c3c;
}

.pager-links a span span {
position: relative;
top: -2px;
}

.pager-links .pages-separator,
.pager-links .pages-separator:hover,
.pager-links .pages-separator span {
color: #1a5a7a;
cursor: default;
}

.pager-links .current {
background: url(/css/main_img/button.png) repeat-x 0 0 #629946;
border: 1px solid #5a8b41;
cursor: default;
box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.15);
color: #FFFFFF !important;
text-shadow: 0 1px 0 #733c15;
}

.pager-links .disabled,
.pager-links .disabled:hover {
border: 1px solid #dfdfdf;
color: #b7b7b7;
cursor: default;
box-shadow: 0px 1px 1px rgba(0,0,0,0.03);
-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.03);
-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.03);
}

/* system info box */
.system-info-box {
border-top: 1px solid #E67E22;
border-bottom: 1px solid #E67E22;
background: #FDE6B3;
margin-top: -1px;
box-shadow: 0 0 4px #c0c0c0;
}

.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 {
position: relative;
width: 940px;
margin: 0 auto 0 auto;
padding: 12px 0;
color: #282828;
}

.system-info-box-content h1,
.system-info-box-content h2,
.system-info-box-content h3 {
border: none;
color: #282828;
font-family: Open Sans,Arial;
font-size: 18px;
font-weight: 600;
margin: 0 0 5px 0;
padding: 0;
}

.system-info-box-content h2 {
font-size: 16px;
}

.system-info-box-content h3 {
font-size: 14px;
}

.system-info-box-content p {
margin-top: 8px;
}

.system-info-box-close {
display: block;
position: absolute;
top: 10px;
right: 0;
width: 17px;
height: 17px;
background: url(/css/main_img/close_icon.png) no-repeat;
cursor: pointer;
}

.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 #6cac20, 1.8em -1.8em 0 0em rgba(108, 172, 32, 0.4), 2.5em 0em 0 0em rgba(108, 172, 32, 0.4), 1.75em 1.75em 0 0em rgba(108, 172, 32, 0.4), 0em 2.5em 0 0em rgba(108, 172, 32, 0.4), -1.8em 1.8em 0 0em rgba(108, 172, 32, 0.4), -2.6em 0em 0 0em rgba(108, 172, 32, 0.6), -1.8em -1.8em 0 0em rgba(108, 172, 32, 0.8);
	}
	12.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(108, 172, 32, 0.8), 1.8em -1.8em 0 0em #6cac20, 2.5em 0em 0 0em rgba(108, 172, 32, 0.4), 1.75em 1.75em 0 0em rgba(108, 172, 32, 0.4), 0em 2.5em 0 0em rgba(108, 172, 32, 0.4), -1.8em 1.8em 0 0em rgba(108, 172, 32, 0.4), -2.6em 0em 0 0em rgba(108, 172, 32, 0.4), -1.8em -1.8em 0 0em rgba(108, 172, 32, 0.6);
	}
	25% {
		box-shadow: 0em -2.6em 0em 0em rgba(108, 172, 32, 0.6), 1.8em -1.8em 0 0em rgba(108, 172, 32, 0.8), 2.5em 0em 0 0em #6cac20, 1.75em 1.75em 0 0em rgba(108, 172, 32, 0.4), 0em 2.5em 0 0em rgba(108, 172, 32, 0.4), -1.8em 1.8em 0 0em rgba(108, 172, 32, 0.4), -2.6em 0em 0 0em rgba(108, 172, 32, 0.4), -1.8em -1.8em 0 0em rgba(108, 172, 32, 0.4);
	}
	37.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(108, 172, 32, 0.4), 1.8em -1.8em 0 0em rgba(108, 172, 32, 0.6), 2.5em 0em 0 0em rgba(108, 172, 32, 0.8), 1.75em 1.75em 0 0em #6cac20, 0em 2.5em 0 0em rgba(108, 172, 32, 0.4), -1.8em 1.8em 0 0em rgba(108, 172, 32, 0.4), -2.6em 0em 0 0em rgba(108, 172, 32, 0.4), -1.8em -1.8em 0 0em rgba(108, 172, 32, 0.4);
	}
	50% {
		box-shadow: 0em -2.6em 0em 0em rgba(108, 172, 32, 0.4), 1.8em -1.8em 0 0em rgba(108, 172, 32, 0.4), 2.5em 0em 0 0em rgba(108, 172, 32, 0.6), 1.75em 1.75em 0 0em rgba(108, 172, 32, 0.8), 0em 2.5em 0 0em #6cac20, -1.8em 1.8em 0 0em rgba(108, 172, 32, 0.4), -2.6em 0em 0 0em rgba(108, 172, 32, 0.4), -1.8em -1.8em 0 0em rgba(108, 172, 32, 0.4);
	}
	62.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(108, 172, 32, 0.4), 1.8em -1.8em 0 0em rgba(108, 172, 32, 0.4), 2.5em 0em 0 0em rgba(108, 172, 32, 0.4), 1.75em 1.75em 0 0em rgba(108, 172, 32, 0.6), 0em 2.5em 0 0em rgba(108, 172, 32, 0.8), -1.8em 1.8em 0 0em #6cac20, -2.6em 0em 0 0em rgba(108, 172, 32, 0.4), -1.8em -1.8em 0 0em rgba(108, 172, 32, 0.4);
	}
	75% {
		box-shadow: 0em -2.6em 0em 0em rgba(108, 172, 32, 0.4), 1.8em -1.8em 0 0em rgba(108, 172, 32, 0.4), 2.5em 0em 0 0em rgba(108, 172, 32, 0.4), 1.75em 1.75em 0 0em rgba(108, 172, 32, 0.4), 0em 2.5em 0 0em rgba(108, 172, 32, 0.6), -1.8em 1.8em 0 0em rgba(108, 172, 32, 0.8), -2.6em 0em 0 0em #6cac20, -1.8em -1.8em 0 0em rgba(108, 172, 32, 0.4);
	}
	87.5% {
		box-shadow: 0em -2.6em 0em 0em rgba(108, 172, 32, 0.4), 1.8em -1.8em 0 0em rgba(108, 172, 32, 0.4), 2.5em 0em 0 0em rgba(108, 172, 32, 0.4), 1.75em 1.75em 0 0em rgba(108, 172, 32, 0.4), 0em 2.5em 0 0em rgba(108, 172, 32, 0.4), -1.8em 1.8em 0 0em rgba(108, 172, 32, 0.6), -2.6em 0em 0 0em rgba(108, 172, 32, 0.8), -1.8em -1.8em 0 0em #6cac20;
	}
}

@-moz-document url-prefix() {
	.dropdown-container.inline .dropdown-content {
	max-height: 430px;
	}
	
	.dropdown-container.subscriptions .dropdown-content,
	.dropdown-container.billing-groups .dropdown-content {
	max-height: 275px;
	}
	
	.dropdown-container.inline.subscriptions .dropdown-content,
	.dropdown-container.inline.billing-groups .dropdown-content {
	max-height: 430px;
	}
}

@media screen and (max-width: 970px) {
	/* content */
	body {
	min-width: 0 !important;
	}
	
	#header,
	#content,
	.system-info-box-content,
	#footer .footer-content  {
	width: 95% !important;
	}
	
	.system-info-box-close {
	right: -5px;	
	}
	
	#header .nav ul.ao-menu li {
	padding-left: 7px;
	}
	
	#header .nav ul.ao-menu li a {
	padding: 0 6px;
	}
	
	#header .nav ul.ao-menu li a span {
	padding-left: 38px;
	}
	
	/* tabs */
	.tabs li a {
	padding: 0 10px;
	}
	
	/* form inputs */
	.input-row .input input[type="text"],
	.input-row .input input[type="password"] {
	box-sizing: border-box;
	width: 100%;
	}
	
	.form-links,
	.submit-buttons {
	padding-left: 0;
	width: auto;
	}
	
	.form-inputs.access .input-row .input input[type=text],
	.form-inputs.access .input-row .input input[type=password] {
	box-sizing: border-box;
	width: 100%;
	}
	
	.new-subscription .input-info .input {
	position: relative;
	padding-right: 35px;
	}
	
	.new-subscription .input-info .info-link {
	position: absolute;
	top: 2px;
	right: 0;
	margin: 0;
	}
	
	/* services boxes */
	.service-items-list,
	.packages-list {
	text-align: center;
	}
	
	.service-items-list .service-item,
	.packages-list .package-item {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	float: none;
	vertical-align: top;
	}
	
	/* overview bar */
	.overview-bar .overview-bar-item .name {
	font-size: 14px;
	}
	
	.overview-bar .overview-bar-item .subscriptions {
	font-size: 10px;
	}
	
	table.overview th {
	white-space: normal !important;
	}
	
	table.listing th {
	padding: 8px 10px;
	font-size: 12px;
	}
	
	table.listing td {
	padding: 8px 10px;
	}
	
	table.listing th.sortable {
	padding: 0;
	}
	
	table.listing th.sortable a {
	padding: 11px 10px;
	}
	
	table.listing th.sortable a span {
	top: 11px;
	}
	
	table.listing th.sorted a {
	padding-right: 28px;
	}
	
	.new-subscription .port-date input[type=text] {
	width: 100px;
	}
	
	.dropdown-container.billing-groups .company-cell {
	width: 200px;
	}
	
	.dropdown-container.billing-groups .ref-cell {
	width: 150px;
	}
}

@media screen and (max-width: 920px) {
	.tabs.multiline li,
	.tabs.multiline .overview,
	.tabs.multiline .sim-card-services {
	min-width: auto;	
	}
	
	.dropdown-container.subscriptions.ago-list .billing-group-cell {
	display: none;
	}
	
	.table.listing-action.small {
	width: 60%;
	}
	
	.table.listing-action.medium {
	width: 70%;
	}
}

@media screen and (max-width: 850px) {
	/* content */
	#header .nav ul.go-menu li a {
	font-size: 13px;
	}
	
	#header .nav ul.go-menu li a {
	padding: 0 6px;
	}
	
	#header .nav ul.go-menu li a span {
	padding-left: 38px;
	}
	
	/* tabs */
	.tabs li {
	width: 49.5%;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	margin: 0 0 3px 0;
	box-sizing: border-box;
	}
	
	.tabs li:nth-child(even) {
	float: right;
	}

	.tabs li.active {
	border-bottom: 1px solid #d4d4d2;
	}
	
	.tab-content {
	border: 1px solid #d4d4d2;
	padding: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}
	
	table.usage-control .cell-billing-group {
	display: none;
	}
	
	.tab-content.invoice-control .purchase-form .description-text {
	width: 70%;
	}
	
	/* footer */
	#footer {
	height: 68px;
	line-height: 1.3;
	overflow: hidden;
	}
	
	#footer .footer-content {
	text-align: center;
	padding: 15px 0;
	}
	
	#footer .footer-contact {
	float: none;
	}
	
	#footer .copyright {
	float: none;
	padding-top: 5px;
	}
	
	#page {
	margin-bottom: -68px; 
	}
	
	#page-content {
	padding-bottom: 68px; 
	}
}

@media screen and (min-width: 801px) and (max-width: 850px) {
	/* content */
	#header .nav ul.ao-menu li a {
	font-size: 12px;
	}
}

@media screen and (max-width: 800px) {
	/* account overview bar */
	.overview-bar {
	font-size: 14px;
	}
	
	/* dropdown */
	.dropdown-container.subscriptions.so-list .billing-group-cell {
	display: none;
	}
	
	.dropdown-container.subscriptions.ago-list .ref-cell {
	display: none;
	}
	
	.dropdown-container.billing-groups .subscription-billing-group .company-cell {
	display: none;
	}
	
	table.invoices .cell-pdf span,
	table.invoices .cell-usage span {
	display: none;
	}
	
	.product-rate-plan-variants-list .inline-radio {
	width: 49.5%;
	}
	
	.table.listing-action.small {
	width: 70%;
	}
	
	.table.listing-action.medium {
	width: 80%;
	}
}

@media screen and (min-width: 701px) and (max-width: 800px) {
	/* content */
	#header .nav ul.ao-menu {
	padding-top: 41px;
	}
	
	#header .nav ul.ao-menu li a {
	font-size: 12px;
	height: 38px;
	line-height: 38px;
	} 
	
	#header .nav ul.ao-menu li {
	padding-left: 6px;
	}
	
	#header .nav ul.ao-menu li a span {
	padding-left: 0;
	background: none !important;
	}
}	

@media screen and (max-width: 700px) {
	/* content */
	#header .responsive-menu-button {
	display: block;
	}
	
	#header .nav ul {
	display: none;
	position: absolute;
	top: 110px;
	left: 0;
	right: 0;
	background: #eeeeee;
	padding: 15px 15px 15px 15px;
	border-bottom: 1px solid #d4d2d2;
	z-index: 10;
	}
	
	#header .nav ul li {
	float: none;
	padding-left: 0;
	padding-bottom: 5px;
	}
	
	#header .nav ul li a {
	font-size: 14px;
	text-align: left;
	}
	
	#header .details .header-user-info {
	background: none;
	padding-left: 0;
	}
	
	/* form inputs */
	.form-inputs,
	.form-tips {
	float: none;
	width: auto;
	margin: 0;
	}

	.form-inputs-content,
	.form-tips .tips {
	margin: 0 0 20px 0;
	}
	
	.input-row .label,
	.form-inputs.access .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,
	.form-inputs.access .input-row .input,
	.form-inputs.access .form-links {
	padding-left: 0;
	}
	
	/* date form */
	.date-form .submit-buttons {
	padding-top: 27px;
	}
	
	/* dropdown */
	.dropdown-container.large .dropdown-button {
	height: auto;
	padding: 8px 14px;
	}
	
	.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 .dropdown-content-row {
	padding: 0;
	}
	
	.dropdown-container.subscriptions.so-list .phone-cell {
	width: auto;
	}

	.dropdown-content-row .input-row .label {
	padding-top: 0;
	}
	
	.dropdown-search-form input[type=text] {
	width: 125px;
	}
	
	.dropdown-content .dropdown-search-form .category-filter-items-6 .radio {
	width: 33%;
	}
	
	.dropdown-container.multi-row-filter .dropdown-search-form-items.category-filter-items-6 {
	top: 99px;
	}
	
	.dropdown-container.multi-row-filter .dropdown-content-spacer.search-form.category-filter-items-6 {
	top: 88px;
	}
	
	/* content */
	.tab-content.overview .form-section {
	padding: 0;
	}
	
	.form-section.traffic-date,
	.order-form .splitted-box-col.form {
	margin-bottom: 20px;
	}
	
	/* services */
	.service-items-list .service-item {
	min-height: 90px;
	}
	
	.service-items-list .service-item .service-name,
	.packages-list .package-item .package-name {
	font-size: 16px;
	}
	
	.service-items-list .service-item .service-price,
	.packages-list .package-item .package-price {
	font-size: 13px;
	}
	
	/* account overview bar */
	.overview-bar {
	height: auto;
	}
	
	.overview-bar div {
	width: auto !important;
	float: none !important;
	}
	
	.overview-bar .rate-plan {
	background: none !important;
	}
	
	.overview-bar .overview-bar-item .item-content {
	min-width: 130px;
	min-height: 45px;
	}
	
	/* splitted columns */
	.splitted-box-col.responsive {
	float: none;
	width: auto;
	}
	
	.splitted-box-col.responsive .splitted-box-col-content.left,
	.splitted-box-col.responsive .splitted-box-col-content.right {
	padding: 0;
	}
	
	.splitted-box-col.responsive .splitted-box-col-content.report-inputs {
	padding-top: 15px;
	}
	
	.form-tips .tip,
	.splitted-box-col.tips .tip {
	margin-left: 0;
	}
	
	table.overview .cell-size {
	display: none;
	}
	
	table.invoices th.cell-status:hover {
	background: url(/css/main_img/table_header.png) 0 0 repeat-x #f1f1f1;
	}

	table.invoices .cell-pdf {
	width: auto;
	}
	
	table.invoices .cell-usage {
	width: auto;
	}
	
	table.invoices .cell-amount,
	table.invoices .cell-balance {
	display: none;
	}
	
	table.subscriptions .cell-preview {
	text-align: center;
	}
	
	table.subscriptions .cell-preview a {
	width: 0;
	padding-left: 26px;
	overflow: hidden;
	}	
	
	table.subscriptions .cell-billing-group,
	table.usage-control .cell-name {
	display: none;
	}
	
	.dropdown-container.billing-groups.ao-list .company-cell,
	.dropdown-container.billing-groups.go-list .company-cell,
	.dropdown-container.billing-groups .new-subscription-billing-group .company-cell,
	.dropdown-container.billing-groups.report-billing-group .company-cell {
	display: none;
	}
	
	table.subscriptions.usage-control .cell-right button {
	padding-left: 5px;
	padding-right: 5px;
	}
	
	/* tip */
	.tip h3 {
	margin-bottom: 10px;
	}
	
	.tip .tip-content {
   	line-height: 15px;
	}
	
	.tip.object-details h3 {
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	background-position: 0 20px;
	}
	
	.tip.object-details .input-row {
	margin-top: 6px;
	}
	
	.tip.object-details .input-row .label {
	float: none;
	width: auto;
	}
	
	.tip.object-details .input-row .text {
	padding: 0;
	}
	
	.steps li {
	display: block;
	width: auto;
	}
	
	table.summary .cell-price {
	width: 90px;
	}
	
	.table.listing-action.small {
	width: 80%;
	}
	
	.table.listing-action.medium {
	width: 90%;
	}
}

@media screen and (max-width: 650px) {
	.dropdown-container.subscriptions.ago-list .services-cell {
	display: none;
	}
	
	.dropdown-content .dropdown-search-form .category-filter-items-5 .radio {
	width: 33%;
	}
	
	.dropdown-content .dropdown-search-form .category-filter.category-filter-items-4 .radio {
	width: 50%;
	}
	
	.dropdown-container.multi-row-filter .dropdown-search-form-items.category-filter-items-5,
	.dropdown-container.multi-row-filter .dropdown-search-form-items.category-filter-items-4 {
	top: 99px;
	}

	.dropdown-container.multi-row-filter .dropdown-content-spacer.search-form.category-filter-items-5,
	.dropdown-container.multi-row-filter .dropdown-content-spacer.search-form.category-filter-items-4 {
	top: 88px;
	}
	
	.tab-content.sim-cards .sim-card-services .service-item .service-item-main-info {
	float: none;
	width: auto;
	}
}

@media screen and (max-width: 600px) {
	.dropdown-container.subscriptions.ago-list .billing-group-cell,
	.dropdown-container.subscriptions.ago-list .services-cell {
	display: none;
	}
	
	.dropdown-container.billing-groups.ao-list .ref-cell,
	.dropdown-container.billing-groups.go-list .ref-cell,
	.dropdown-container.billing-groups .subscription-billing-group .ref-cell,
	.dropdown-container.billing-groups .new-subscription-billing-group .ref-cell,
	.dropdown-container.billing-groups.report-billing-group .ref-cell {
	display: none;
	}
	
	.dropdown-container.billing-groups .subscription-billing-group .dropdown-content-row .user-cell a,
	.dropdown-container.billing-groups .new-subscription-billing-group .dropdown-content-row .user-cell a,
	.dropdown-container.billing-groups.report-billing-group .dropdown-content-row .user-cell a {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-right: 1px solid #cccccc;
	}
	
	.dropdown-container.billing-groups .subscription-billing-group .dropdown-content-row.active .user-cell a,
	.dropdown-container.billing-groups .new-subscription-billing-group .dropdown-content-row.active .user-cell a,
	.dropdown-container.billing-groups.report-billing-group .dropdown-content-row.active .user-cell a {
	border-color: #6cac20;
	}
	
	.dropdown-container.subscriptions.so-list .ref-cell {
	display: none;
	}
	
	table.usage-control .cell-status {
	display: none;
	}
	
	.table.listing-action.small,
	.table.listing-action.medium {
	width: 100%;
	}
	
	.tab-content.invoice-control .purchase-form .description-text {
	width: auto;
	text-align: left;
	}
	
	.sim-card-item .dropdown-container {
	position: relative;
	top: 30px;
	left: 0;
	margin-bottom: 30px;
	}
}

@media screen and (max-width: 560px) {
	.dropdown-container.subscriptions.ago-list .billing-group-cell,
	.dropdown-container.subscriptions.ago-list .consumption-cell,
	.dropdown-container.subscriptions.ago-list .services-cell,
	.dropdown-container.subscriptions.ago-list .sim-cards-cell {
	display: none;
	}
	
	.dropdown-container.subscriptions.ago-list .dropdown-content-row .owner-cell a {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-right: 1px solid #cccccc;
	}
	
	.dropdown-container.subscriptions.ago-list .dropdown-content-row.active .owner-cell a {
	border-color: #6cac20;
	}
	
	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;
	}
	
	table.subscriptions .cell-invoice-profile {
	display: none;
	}
	
	.new-subscription .dropdown-container.billing-groups {
	width: 99%;
	}
	
	.product-rate-plan-variants-list .inline-radio {
	float: none;
	width: auto;
	}
	
	/* services */
	.service-items-list .service-item,
	.packages-list .package-item {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	}
}

@media screen and (max-width: 500px) {
	.tabs li,
	.tabs li:nth-child(even) {
	width: auto;
	float: none;
	}
	
	table.usage-control .cell-right button {
	display: none;
	}
	
	.dropdown-content .dropdown-search-form .category-filter-items-3 .radio {
	width: 50%;
	}
	
	.dropdown-container.multi-row-filter .dropdown-search-form-items.category-filter-items-3 {
	top: 99px;
	}

	.dropdown-container.multi-row-filter .dropdown-content-spacer.search-form.category-filter-items-3 {
	top: 88px;
	}
}

@media screen and (max-width: 480px) {
	/* content */
	.logged-in #container {
	background: url(/css/main_img/header_bg_480.png) 0 0px repeat-x;
	}
	
	.logged-in #header {
	height: 200px;
	}
	
	#header .nav {
	float: right;
	background: none;
	}
	
	#header .details {
	float: none;
	clear: both;
	background: url(/css/main_img/header_h_spacer.png) repeat-x 0 0;
	padding-top: 18px;
	}
	
	#header .details .details-spacer {
	background: none;
	margin: 0;
	}
	
	#header .details .header-user-info {
	min-height: 0;
	background: url(/css/main_img/button_icons_small.png) 0 -1181px no-repeat;
	padding-left: 25px;
	height: 22px;
	}
	
	#header .details .logout {
	text-align: left;
	}
	
	#header .details .name {
	width: auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: normal;
	padding-top: 0px;
	float: left;
	}
	
	#header .details .phone {
	float: right;
	margin-top: 3px;
	}
	
	#header .details .header-user-info.no-phone .name {
	padding-top: 0px;
	float: none;
	width: 100%;
	}
	
	h1 {
	font-size: 22px;
	}
	
	input[type=submit],
	button {
	padding-left: 10px;
	padding-right: 10px;
	}
	
	table.listing th {
	padding: 6px;
	font-size: 11px;
	}

	table.listing td {
	font-size: 11px;
	padding: 6px;
	}
	
	table.listing .cell-select-row input[type=checkbox] {
	margin: 1px 0 0 0;
	}
	
	table.listing th.sortable {
	padding: 0;
	}
	
	table.listing th.sortable a {
	padding: 9px 6px;
	}
	
	table.listing th.sorted a {
	padding-right: 24px;
	}
	
	table.listing th.sortable a span {
	top: 9px;
	}
	
	table.invoices .cell-due-date {
	display: none;
	}
	
	.usage-entries-list table td,
	.usage-entries-list table th {
	padding: 5px;
	font-size: 11px;
	}
	
	.usage-entries-list.voice .cell-description {
	display: none;
	}
	
	/* dropdown */
	.dropdown-button span.dropdown-button-content {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
	
	.dropdown-container.subscriptions .dropdown-content-row a span {
	display: block;
	}

	.dropdown-container.subscriptions table {
	table-layout: fixed;
	}
	
	.dropdown-container.subscriptions table td {
	vertical-align: middle;
	}
	
	.dropdown-container.subscriptions .phone-cell {
	width: 40%;
	overflow: hidden;
	}
	
	.dropdown-container.subscriptions .owner-cell {
	width: 60%;
	overflow: hidden;
	}
	
	.dropdown-container.subscriptions.so-list .phone-cell {
	width: 100%;
	}
	
	.dropdown-container.subscriptions .billing-group-cell,
	.dropdown-container.subscriptions .consumption-cell,
	.dropdown-container.subscriptions .services-cell,
	.dropdown-container.subscriptions .sim-cards-cell,
	.dropdown-container.subscriptions .blank-cell {
	display: none;
	}
	
	.dropdown-container.subscriptions.so-list .dropdown-content-row .phone-cell a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-right: 1px solid #cccccc;
	}
	
	.dropdown-container.subscriptions .dropdown-content-row .owner-cell a {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-right: 1px solid #cccccc;
	}
	
	.dropdown-container.subscriptions .owner-cell a > span {
	overflow: hidden;
	text-overflow: ellipsis;
	}
	
	.dropdown-container.subscriptions .owner-cell .editable:hover > span span {
	background: none;
	}
	
	.dropdown-container.billing-groups .dropdown-content-row a span {
	display: block;
	}
	
	.dropdown-container.billing-groups.ao-list table {
	table-layout: fixed;
	}
	
	.dropdown-container.billing-groups.ao-list table td {
	vertical-align: middle;
	}
	
	.dropdown-container.billing-groups.ao-list .name-cell {
	width: 40%;
	overflow: hidden;
	}

	.dropdown-container.billing-groups.ao-list .user-cell {
	width: 60%;
	overflow: hidden;
	}
	
	.dropdown-container.billing-groups.ao-list .amount-cell,
	.dropdown-container.billing-groups.go-list .amount-cell {
	display: none;
	}
	
	.dropdown-container.billing-groups.ao-list .dropdown-content-row .user-cell a,
	.dropdown-container.billing-groups.go-list .dropdown-content-row .user-cell a {
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	border-right: 1px solid #cccccc;
	}
	
	.dropdown-container.billing-groups.ao-list .dropdown-content-row.active .user-cell a,
	.dropdown-container.billing-groups.go-list .dropdown-content-row.active .user-cell a {
	border-color: #6cac20;
	}
	
	.dropdown-container.billing-groups.ao-list .user-cell a > span {
	overflow: hidden;
	text-overflow: ellipsis;
	}
	
	.table.listing-action,
	.table.listing-action.small,
	.table.listing-action .table-row,
	.table.listing-action .table-cell {
	 display: block;
	 width: 100%;
	}
	
	.table.listing-action .table-row:first-child {
	display: table;
	}
	
	.table.listing-action .table-row:first-child .table-cell {
	display: table-cell;
	width: 130px;
	}
	
	.table.listing-action.medium .table-row:first-child .table-cell {
	width: 100px;
	}
	
	.table.listing-action .table-row:first-child .table-cell:first-child {
	width: auto;
	}
	
	.table.listing-action .dropdown-button span.dropdown-button-content {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
	
	table.subscriptions .cell-billing-group,
	table.subscriptions .cell-rate-plan,
	table.alert-control .cell-name {
	display: none;
	}
	
	/* form sections */
	.form-section-title > span {
	font-size: 14px;
	}
	
	/* tip */
	.tip,
	.tip.small {
	padding: 13px 15px 13px 20px;
	}
	
	.tip h3,
	.tip.small h3 {
	font-size: 15px;
	line-height: 1.2;
	}

	.tip .tip-content,
	.tip.small .tip-content {
   	padding: 0 0 0 35px;
	line-height: 1.3;
	background: url(/css/main_img/info_m.png) 0 10px no-repeat;
	background-size: 25px 25px;
	}
	
	.tip.object-details h3 {
	background-size: 25px 25px;
	padding-left: 35px;
	background-position: 0 20px;
	font-size: 14px;
	}
	
	.form-section-title > span {
	font-size: 14px;
	}
	
	.new-subscription .dropdown-container {
	width: 99%;
	}
	
	.new-subscription .new-number .dropdown-content-header input[type=text] {
	width: 60%;
	}
	
	.new-subscription .new-number .dropdown-content-header button {
	min-width: 0;
	}
	
	.new-subscription .new-number .dropdown-content-item {
	font-size: 90%;
	}
	
	table.summary .cell-price {
	width: auto;
	}
	
	table.summary td .options li {
	font-size: 10px;
	}
	
	table.summary .cell-description .options {
	list-style: none;
	margin-left: 0;
	}
	
	/* footer */
	#footer {
	height: 92px;
	}
	
	#footer .footer-spacer {
	display: block;
	font-size: 0;
	height: 5px;
	}
	
	#footer .copyright {
	padding-top: 10px;
	}
	
	#page {
	margin-bottom: -92px; 
	}
	
	#page-content {
	padding-bottom: 92px; 
	}
}

@media screen and (max-width: 460px) {
	.packages-list + p > .float-right {
	display: block;
	float: none;
	margin-top: 5px;
	}
}
	
@media screen and (max-width: 420px) {
	.dropdown-content .dropdown-search-form .category-filter-items-6 .radio,
	.dropdown-content .dropdown-search-form .category-filter-items-5 .radio {
	width: 50%;
	}
	
	.dropdown-container.multi-row-filter .dropdown-search-form-items.category-filter-items-6,
	.dropdown-container.multi-row-filter .dropdown-search-form-items.category-filter-items-5 {
	top: 120px;
	}
	
	.dropdown-container.multi-row-filter .dropdown-content-spacer.search-form.category-filter-items-6,
	.dropdown-container.multi-row-filter .dropdown-content-spacer.search-form.category-filter-items-5 {
	top: 108px;
	}
	
	.dropdown-content .dropdown-search-form .category-filter-items-2 .radio {
	width: 50%;
	}
	
	.tab-content.sim-cards .sim-card-services .service-item .service-item-details {
	margin-top: 15px;
	float: none;
	}
}

@media screen and (max-width: 390px) {
	table.usage-control .cell-phone-number a {
	max-width: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	}
	
	table.usage-control .cell-usage-limit a {
	max-width: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	}
	
	table.listing .filter-header {
	display: none;
	}
	
	.tab-content .report-inputs .dropdown-container {
	float: none;
	margin-bottom: 10px;
	padding-right: 0;
	}
	
	.tab-content .report-inputs .separator {
	display: none;
	}
}