/* 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: 980px;
-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 #e5e5e5;
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%;
}

body {
color: #757575;
font-family: "Montserrat",Helvetica,Arial,sans-serif;
background: #FFFFFF;
font-size: 14px;
image-rendering: -webkit-optimize-contrast;
}

h1 {
font-size: 22px;
margin-bottom: 20px;
padding-bottom: 15px;
color: #06a4ff;
font-weight: 700;
line-height: normal;
border-bottom: 1px solid #e5e5e5;
font-family: 'News Cycle','Arial Narrow',sans-serif;
}

h3 {
font-size: 130%;
}

a {
color: #06a4ff;
text-decoration: none;
outline: none;
}

a:hover {
text-decoration: underline;
}

input[type=text],
input[type=password] {
padding: 8px 12px;
background: #FFFFFF;
border: 1px solid #e5e5e5;
color: #757575;
font-size: 14px;
font-family: "Montserrat",Helvetica,Arial,sans-serif;
vertical-align: top;
}

input[type=checkbox] {
position: relative;
top: -1px;
}

input[type=submit],
button {
font-size: 16px;
height: 36px;
font-weight: 400;
font-family: 'News Cycle','Arial Narrow',sans-serif;
padding: 0 25px;
margin: 0;
background: #06a4ff;
border: none;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
color: #FFFFFF;
cursor: pointer;
}

input[type=submit]:hover,
button:hover {
background: #FD6A00;
}

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;
}

canvas {
overflow: visible;
}

select {
height: 26px;
padding: 0px 8px;
background: #FFFFFF;
border: 1px solid #e5e5e5;
color: #757575;
font-size: 14px;
font-family: "Montserrat",Helvetica,Arial,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;
}

.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: -48px; 
}

#page-content {
padding-bottom: 48px; 
}

#header-wrapper {
box-shadow: 1px -6px 12px 0 #000;
}

#header {
width: 980px;
height: 80px;
margin: 0 auto;
}

#header .logo {
float: left;
padding-top: 18px;
}

#header .logo a {
display: inline-block;
width: 150px;
height: 46px;
background: url(/css/main_img/logo.png) no-repeat scroll 0 0;
background-size: 100% auto;
background-position: center;
}

#header .nav {
float: right;
}

#header .responsive-menu-button {
display: none;
width: 31px;
height: 20px;
background: #333;
margin: 30px 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 {
}

#header .nav ul li {
float: left;
padding: 0;
position: relative;
}

#header .nav ul li a {
display: block;
padding: 0 12px;
text-align: center;
font-size: 15px;
color: #06a4ff;
height: 80px;
line-height: 80px;
font-family: 'News Cycle','Arial Narrow',sans-serif;
}

#header .nav ul li a span {
display: block;
cursor: pointer;
}

#header .nav ul li a:hover {
background: #FD6A00;
color: #FFFFFF;
text-decoration: none;
}

#header .nav ul li.active a {
color: #ffffff;
background: #06a4ff;
}

#header .nav ul ul {
display: none;
}

#header .nav ul ul li {
float: none;
display: block;
}

#header .nav ul ul li a {
height: auto;
line-height: 1.3;
text-align: left;
color: #FFFFFF;
padding-top: 10px;
padding-bottom: 10px;
text-transform: none;
}

#header .nav ul li:hover > ul {
position: absolute;
display: block;
float: left;
top: 100%;
min-width: 230px;
font-size: 14px;
list-style: outside none none;
background: #06A4FF;
z-index: 9999;
}

#header .nav ul.guest-menu li:hover > ul {
right: 0;
}

#header .details {
float: right;
padding-top: 15px;
text-shadow: 0 1px 0 #ffffff;
}

#header .details .logout {
margin-bottom: 5px;
text-align: right;
font-weight: 700;
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;
font-size: 11px;
text-transform: uppercase;
color: #757575;
}

#header .details .header-user-info {
display: block;
min-height: 32px;
padding-left: 30px;
background: url(/css/main_img/button_icons_small.png) 0 -1174px no-repeat;
line-height: 14px;
}

#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 {

}

#header .details .name {
font-size: 14px;
color: #555;
font-weight: 700;
}

#header .details .phone {
margin-top: 5px;
text-align: right;
}

#content {
width: 980px;
padding: 40px 0 40px 0;
margin: 0 auto;
}

#footer {
height: 48px;
line-height: 48px;
text-align: center;
font-size: 13px;
background: #757575;
color: #FFFFFF;
}

/* tabs */
.tabs li {
float: left;
border: 1px solid #e5e5e5;
margin-right: 3px;
margin-bottom: -1px;
}

.tabs li a:hover {
color: #fd6a00;
}

.tabs li.active {
border-bottom: 1px solid #FFFFFF;
background: #FFFFFF;
}

.tabs li a {
display: block;
line-height: 40px;
padding: 0 18px;
font-size: 17px;
color: #4c4c4c;
font-family: 'News Cycle','Arial Narrow',sans-serif;
font-weight: bold;
border-top: 2px solid transparent;
margin-top: -1px;
margin-left: -1px;
margin-right: -1px;
}

.tabs li a:hover {
text-decoration: none;
}

.tabs li.active a {
color: #06a4ff;
}

.tabs li a span {
display: block;
padding-left: 35px;
cursor: pointer;
}

.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 .extra-packages span {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -1250px;
}

.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 -1207px;
}

.tabs .sim-cards span,
.tabs .order-sim-cards 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;
}

.tab-content {
border: 1px solid #e5e5e5;
padding: 20px;
}

/* form inputs */
.input-row .label {
float: left;
width: 160px;
padding-top: 9px;
}

.form-links {
font-size: 13px;
}

.input-row .input,
.input-row .text,
.form-links, 
.submit-buttons {
padding-left: 160px;
}

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

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

.input-row.listing-action .label {
float: left;
width: auto;
}

.input-row.listing-action .input {
float: left;
padding-left: 10px;
}

.input-row.listing-action .input.dropdown-container {
min-width: 250px;
}

.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: 284px;
}

#LoginForm .input-row .input input[type=text],
#LoginForm .input-row .input input[type=password] {
}

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

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

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

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

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

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

.input-row.invalid {
color: #ee9393;
}

.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 {
background: #FFF0F0;
}

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

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

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

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

.submit-buttons {
text-align: right;
width: 310px;
}

.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 -1297px;
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 #e5e5e5;
}

.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 10px -942px;
padding: 0 15px 0 30px;
display: inline-block;
height: 30px;
font-size: 15px;
line-height: 26px;
border: 1px solid #06A4FF;
font-family: 'News Cycle','Arial Narrow',sans-serif;
color: #06A4FF;
}

.order-form .new-order-item a:hover {
text-decoration: none;
}

.order-form .input-row.qty .input {
float: left;
width: 45px;
padding-left: 0;
}

.order-form .input-row.qty .input input[type=text] {
box-sizing: border-box;
width: 100%;
}

.order-form .input-row.qty .text {
padding-left: 60px;
}

.order-form .submit-buttons {
width: auto;
}

.order-form .amount {
padding: 10px 20px;
margin-top: 10px;
margin-bottom: 20px;
color: #4c4c4c;
background: #F2F2F2;
}

.order-form .amount .price {
font-weight: bold;
}

.order-form .amount .description {
font-size: 12px;
}

/* 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.services-info {
margin-bottom: 26px;
}

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

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

.form-section-title {
font-size: 19px;
line-height: normal;
margin-bottom: 20px;
font-family: 'News Cycle','Arial Narrow',sans-serif;
color: #06A4FF;
}

.form-section-title > span {
}

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

.form-section-content-separator {
margin: 30px 0 37px 0;
border-top: 1px solid #e5e5e5;
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.change-subscription .info-box {
float: right;
margin: 0;
margin-bottom: 5px;
}

.tab-content.change-subscription .info-box {
margin-bottom: 15px;
}

.tab-content.services .submit-buttons {
padding: 15px 0 0 0;
text-align: center;
width: 100%;
border-top: 1px solid #e5e5e5;
}

.tab-content.sim-cards .form-section-content.current {
text-align: center;
}

.tab-content.sim-cards .form-section-content.current .info-box {
width: 46.5%;
}

.tab-content.sim-cards .form-section-content.current .info-box .details {
display: inline-block;
line-height: 1.5;
}

.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: #F9F9F9;
}

.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;
line-height: 20px;
color: #757575;
}

.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: 700;
margin-bottom: 15px;
font-size: 17px;
font-family: 'News Cycle','Arial Narrow',sans-serif;
}

.tip.small h3 {
/* font-size: 16px; */
}

.tip.object-details {
margin-bottom: 15px;
text-align: center;
padding: 0;
border-color: #fd6a00;
}

.tip.object-details .tip-content {
background: none;
padding: 0;
}

.tip.object-details h3 {
display: inline-block;
*display: inline; /* ie8 and lower */
zoom: 1; /* ie8 and lower */
margin: 0 20px;
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;
margin-bottom: 5px;
}

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

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

.tip h3 .tip-details {
padding-top: 5px;
}

.tip .tip-details {
font-size: 13px;
line-height: 1;
font-family: "Montserrat",Helvetica,Arial,sans-serif;
font-weight: 400;
} 

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

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

.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: 100px;
}

.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: 7px 0 0 8px;
}

/* flash message */
.flash {
position: relative;
min-height: 16px;
padding: 8px;
margin: 0px 0 25px 0;
}

.flash .icon {
position: absolute;
top: 10px;
left: 10px;
width: 16px;
height: 18px;
}

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

.flash.success {
background: #dff0d8;
border: 1px solid #d6e9c6;
color: #3c763d;
}

.flash.error {
background: #f2dede;
border: 1px solid #ebccd1;
color: #a94442;
}

.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.error a {
color: #990000;
font-weight: bold;
}

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

/* overview bar */
.overview-bar {
height: 64px;
text-transform: uppercase;
text-align: center;
margin: 0 0 10px 0;
background: #F2F2F2;
}

.overview-bar.cols-4 .overview-bar-item {
width: 25%;
height: 64px;
}

.overview-bar .overview-bar-item {
float: left;
}

.overview-bar .overview-bar-item.mobile {
width: 23%;
}

.overview-bar .overview-bar-item.broadband {
width: 25%;
}

.overview-bar .overview-bar-item.mobile-broadband {
width: 27%;
}

.overview-bar .overview-bar-item .item-container {
margin: 0 5px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
overflow: hidden;
padding-top: 5px;
}

.overview-bar .overview-bar-item .item-content {
display: inline-block;
padding-left: 45px;
min-height: 50px;
overflow: hidden;
}

.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 -443px;
}

.overview-bar .overview-bar-item.mobile-broadband .item-content {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -494px;
}

.overview-bar .overview-bar-item.broadband .item-content {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -546px;
}

.overview-bar .overview-bar-item.home-phone .item-content {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll 0 -595px;
}

/* campaigns list */
.packages-section .info-box {
float: right;
margin: 0;
margin-bottom: 5px;
margin-bottom: 15px;
}

/* 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: 16px;
border: 1px solid #e5e5e5;
padding: 8px 11px;
background: #FFFFFF;
color: #757575;
cursor: pointer;
text-decoration: none;
}

.dropdown-button:hover {
color: #06a4ff;
text-decoration: none;
}

.dropdown-container.large .dropdown-button {
font-size: 14px;
padding: 14px 20px;
height: auto;
}

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

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

.dropdown-button.active,
.dropdown-container.large .dropdown-button.active {
background: #e6e6e6;
border-color: #e6e6e6;
color: inherit;
/* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
-moz-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset; */
}

.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;
color: #757575;
}

.dropdown-button.toggler.empty:hover {
background-color: #FFFFFF;
}

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

.dropdown-content {
background: #FFFFFF;
padding: 5px;
margin-top: 1px;
max-height: 223px;
overflow-y: auto;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
font-size: 13px;
}

.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;
cursor: pointer;
color: #757575;
}

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

.dropdown-content-row:hover {
background: #F7F7F7;
text-decoration: none;
}

.dropdown-content-row.active {
color: #06a4ff;
}

.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: #06a4ff;
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 {
text-decoration: underline;
}

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

.dropdown-search-form {
position: absolute;
top: 5px;
left: 5px;
right: 5px;
padding: 5px 8px;
background: #f5f5f5;
}

.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;
}

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

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

.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: #F7F7F7;
color: #06a4ff;
}

.dropdown-container.subscriptions .phone-cell {
width: 130px;
}

.dropdown-container.subscriptions .consumption-cell,
.dropdown-container.billing-groups .amount-cell {
width: 110px;
}

.dropdown-container.subscriptions .services-cell {
width: 33%;
}

.dropdown-container.subscriptions .sim-cards-cell {
width: 34px;
}

.dropdown-container.billing-groups .invoices-cell {
width: 150px;
}

.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;
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: #757575;
cursor: pointer;
border-top: 1px solid #e5e5e5;
border-bottom: 1px solid #e5e5e5;
text-decoration: none;
}

.dropdown-container.subscriptions .dropdown-content-row a:hover,
.dropdown-container.subscriptions .dropdown-content-row .blank-cell span:hover,
.dropdown-container.billing-groups .dropdown-content-row a:hover,
.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 {
color: #06a4ff;
}

.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 #e5e5e5;
}

.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 #e5e5e5;
}

.dropdown-container.subscriptions .dropdown-content-row a:hover,
.dropdown-container.billing-groups .dropdown-content-row a:hover {
background-color: #F7F7F7;
}

.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 -532px;
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 -680px;
}

.dropdown-container.subscriptions .dropdown-content-row .sim-cards span {
width: 10px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 6px -717px; 
}

.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 -1022px;
}

.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 -643px;
}

.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 -825px;
}

.dropdown-container.subscriptions .dropdown-editable-box {
position: absolute;
top: 0px;
left: 0px;
z-index: 1;
padding: 3px;
background: #ffffff none repeat scroll 0 0;
box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
}

.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 -643px;
}

.dropdown-container.subscriptions .dropdown-content-row .billing-group .editable-row {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 3px -1022px;
}

.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: 30px;
padding: 0 15px;
font-size: 14px;
}

.dropdown-container.subscriptions .dropdown-editable-box a {
display: inline;
border: none;
padding: 0;
color: #06a4ff;
}

.dropdown-container.subscriptions .dropdown-content-row.active .direct-link,
.dropdown-container.billing-groups .dropdown-content-row.active .name {
background: #e6e6e6 none repeat scroll 0 0;
}

.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 {
background: #e8e8e8;
border-color: #cccccc;
color: #757575;
}

.dropdown-container .dropdown-content-row .dropdown-editable-box a.cancel {
color: #06a4ff;
font-family: 'News Cycle','Arial Narrow',sans-serif;
background: none;
}

.dropdown-container .dropdown-content-row .dropdown-editable-box a.cancel:hover {
color: #06a4ff;
}

.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;
}

.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;
font-size: 13px;
}

.usage-entries-list table .even td {
background: #f7f7f7;
}

.usage-entries-list table th.cell-left {
}

.usage-entries-list table th.cell-right {
}

.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.gprs table .cell-qty {
width: 30%;
}

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

.usage-entries-list.fees table .last .cell-left {
}

.usage-entries-list.fees table .last .cell-right {
}

.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 .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 {
margin-top: 7px;
}

.export-usage .export-link {
display: inline-block;
line-height: 24px;
font-size: 13px;
padding-left: 27px;
color: #757575;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 2px -1105px;
}

.export-usage .export-link:hover {
color: #06a4ff;
text-decoration: none;
}

.usage-amount {
padding: 0 10px;
margin-top: 10px;
text-align: right;
}

.usage-amount span {
display: inline-block;
font-weight: bold;
min-width: 38px;
text-align: right;
}

/* services boxes */
.service-items-list .service-item,
.packages-list .package-item {
float: left;
display: block;
width: 192px;
min-height: 100px;
margin: 0 10px 20px 10px;
padding: 10px;
border: 1px solid #ddd;
background: #FFFFFF;
text-align: center;
position: relative;
cursor: pointer;
color: #757575;
}

.packages-list .package-item {
cursor: default;
}

.service-items-list .service-item:hover {
border-color: #fd6a00;
color: inherit;
text-decoration: none;
}

.service-items-list .service-item.subscribed {
border-color: #06a4ff;
}

.service-items-list .service-item.subscribe {
border-color: #fd6a00;
}

.service-items-list .service-item.unsubscribe {
border-color: #ee9393;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

.service-items-list .service-item.disabled {
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
cursor: default;
}

.service-items-list .service-item .service-name,
.packages-list .package-item .package-name {
display: block;
color: #4c4c4c;
font-family: 'News Cycle','Arial Narrow',sans-serif;
font-size: 18px;
line-height: 1.1;
font-weight: 700;
}

.packages-list .package-item .package-name {
min-height: 40px;
}

.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-weight: 300;
line-height: 18px;
margin-top: 10px;
color: #3c3c3c;
}

.service-items-list .service-item .service-price,
.packages-list .package-item .package-price {
font-size: 14px;
display: block;
padding-top: 20px;
}

.packages-list .package-item .package-price span {
font-weight: 600;
}

.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-description {
font-size: 14px;
text-align: center;
color: #60a43e;
font-weight: bold;
}

/* sim card boxes */
.sim-box-container {
margin-top: 30px;
}

.sim-box.single {
width: 50%;
}

.sim-box .form-section-title {
margin-bottom: 0;
}

.sim-box .submit-buttons {
padding: 15px 0 0 0;
margin-top: 15px;
text-align: center;
width: 100%;
border-top: 1px solid #e5e5e5;
}

.sim-box .block {
position: relative;
width: 105px;
height: 88px;
padding: 38px 0 0 0;
margin-right: 5px;
box-shadow: none;
background: #FFFFFF;
border: 1px solid #ddd;
text-shadow: none;
color: #3c3c3c;
font-weight: normal;
overflow: visible;
cursor: default;
font-size: 14px;
line-height: 13px;
}

.sim-box .block.block-out {
margin-left: 5px;
margin-right: 0;
}

.sim-box .block .type-icon {
display: block;
position: absolute;
top: 6px;
left: 0;
right: 0;
height: 40px;
}

.sim-box .block.block-in-out .type-icon {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll center -284px;
}

.sim-box .block.block-out .type-icon {
background: url(/css/main_img/button_icons_medium.png) no-repeat scroll center -317px;
}

.sim-box form .block {
cursor: pointer;
}

.sim-box form .block:hover {
border-color: #999;
}

.sim-box .block.blocked,
.sim-box form .block.blocked {
border-color: #E16460;
box-shadow: 0 0 4px rgba(229,25,55,0.5);
-moz-box-shadow: 0 0 4px #06a4ff;
-webkit-box-shadow: 0 0 4px #06a4ff;
}

.sim-box .block.active,
.sim-box form .block.active {
border-color: #ee9393;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

.sim-box .block.inactive,
.sim-box form .block.inactive {
border-color: #E16460;
box-shadow: none;
-moz-box-shadow: none;
-webkit-box-shadow: none;
}

.sim-box .block .status-icon {
position: absolute;
display: block;
top: -7px;
right: -7px;
width: 23px;
height: 23px;
}

.sim-box .block.blocked .status-icon {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -986px;
}

.sim-box .block.active .status-icon {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -986px;
}

.sim-box .block.inactive .status-icon {
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -412px;
}

.sim-box .sim-box-content {
padding: 6px 0px;
}

.sim-box.block-service .sim-box-content {
padding: 14px 10px;
}

.sim-box .sim-box-content .label {
float: none;
width: auto;
padding-bottom: 5px;
}

.sim-box .sim-box-content .input {
padding: 0;
}

.sim-box .sim-box-content .input-row input[type=text] {
box-sizing: border-box;
width: 100%;
}

/* splitted columns */
.splitted-box-col {
float: left;
width: 50%;
}

.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: 15px;
}

.overview .splitted-box-col,
.consumption .splitted-box-col {
margin-bottom: 20px;
}

/* charts */
.pie-charts-list {
margin-left: 15px;
}

.pie-chart {
position: relative;
margin-bottom: 20px;
font-size: 15px;
}

.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 20px;
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;
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-collapse: separate;
}

table.listing th {
padding: 11px 15px;
color: #4c4c4c;
font-weight: 700;
font-size: 14px;
text-align: left;
border-bottom: 1px solid #d6d6d4;
border-right: 1px solid #d1d1d1;
vertical-align: middle;
}

table.listing td {
vertical-align: middle;
font-size: 13px;
}

table.listing th.cell-left {
border-left: none;
}

table.listing th.cell-right {
border-right: none;
}

table.listing td {
padding: 10px 15px;
}

table.listing .even td {
background: #F9F9F9;
}

table.listing .selected td {
background: #e2e2e2;
}

table.listing tr:last-child td.cell-left {
}

table.listing tr:last-child td.cell-right {
}

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.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-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 {
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: inline-block;
line-height: 18px;
padding-left: 30px;
background: url(/css/main_img/button_icons_small.png) no-repeat scroll 0 -758px;
}

table.overview.header {
border-bottom: none;
}

table.overview.body {
border: none;
width: 100%;
}

table.overview.footer {
}

table.overview th {
font-size: 13px;
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;
}

.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;
}

/* pager */
.pager {
padding-top: 15px;
font-size: 13px;
}

.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 4px 2px;
padding: 0 6px;
background: #FFFFFF;
border: 1px solid #c7c7c7;
color: #757575;
cursor: pointer;
font-size: 13px;
text-decoration: none;
}

.pager-links a:hover {
text-decoration: none;
border-color: #06a4ff;
}

.pager-links a span span {
position: relative;
}

.pager-links .pages-separator,
.pager-links .pages-separator:hover,
.pager-links .pages-separator span {
cursor: default;
}

.pager-links .current {
background: #06a4ff;
border: 1px solid #06a4ff;
cursor: default;
color: #FFFFFF !important;
}

.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 #06a4ff;
border-bottom: 1px solid #06a4ff;
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: 980px;
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;
font-size: 18px;
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;
}

@-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: 1010px) {
	/* content */
	body {
	min-width: 0 !important;
	}
	
	#header,
	#content,
	.system-info-box-content {
	width: 95% !important;
	}
	
	#header .responsive-menu-button {
	display: block;
	}
	
	#header .nav ul {
	display: none;
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	background: #FFFFFF;
	padding: 0;
	z-index: 10;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	}
	
	#header .nav ul li {
	float: none;
	padding-left: 0;
	padding-bottom: 0px;
	border-top: 1px solid #f5f5f5;
	}
	
	#header .nav ul li a {
	text-align: left;
	line-height: 40px;
	height: 40px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	}
	
	#header .nav ul li:hover > ul {
	display: none;
	}
	
	.system-info-box-close {
	right: -5px;	
	}
	
	/* form inputs */
	.input-row .input input[type="text"],
	.input-row .input input[type="password"] {
	width: 100%;
	box-sizing: border-box;
	}
	
	.form-links,
	.submit-buttons {
	padding-left: 0;
	width: auto;
	}
	
	/* 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: middle;
	}
	
	/* 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: 13px;
	}
	
	table.listing th.sorted a {
	padding-right: 28px;
	}
	
	/* tabs */
	.tabs li {
	width: 49.75%;
	margin: 0 0 3px 0;
	box-sizing: border-box;
	display: inline-block;
	}
	
	.tabs li:nth-child(2n) {
	float: right;
	}
	
	.tabs li.active {
	border: 1px solid #e5e5e5;
	}
	
	.tab-content {
	border: 1px solid #e5e5e5;
	padding: 20px;
	}
}

@media screen and (max-width: 800px) {
	/* account overview bar */
	.overview-bar {
	font-size: 14px;
	}
	
	/* dropdown */
	.dropdown-container.subscriptions.ago-list .services-cell {
	display: none;
	}
	
	table.invoices .cell-pdf span,
	table.invoices .cell-usage span {
	display: none;
	}
}

@media screen and (max-width: 760px) {
	/* 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 {
	float: none;
	width: auto;
	padding-bottom: 5px;
	}
	
	.input-row.inline .label {
	float: left;
	width: 130px;
	padding-top: 7px;
	}
	
	.input-row.wide.inline .label {
	float: left;
	width: 160px;
	padding-top: 7px;
	}
	
	.input-row .input,
	.input-row .input.zip,
	.input-row .text {
	padding-left: 0;
	}
	
	/* date form */
	.date-form .submit-buttons {
	padding-top: 34px;
	}
	
	/* 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;
	}
	
	.tab-content.sim-cards .form-section-content.current {
	text-align: left;
	padding-left: 16px;
	}
	
	.tab-content.sim-cards .form-section-content.current .info-box {
	width: auto;
	}
	
	.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-container.subscriptions.so-list .billing-group-cell,
	.dropdown-container.subscriptions.ago-list .billing-group-cell {
	display: none;
	}

	.dropdown-content-row .input-row .label {
	padding-top: 0;
	}
	
	.dropdown-search-form input[type=text] {
	width: 125px;
	}
	
	.input-row.listing-action .input.dropdown-container {
	min-width: 170px;
	max-width: 170px;
	}
	
	/* 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;
	}
	
	/* sim cards */
	.tab-content.sim-cards .form-section-content.current .info-box {
	line-height: 1.3;
	padding-top: 8px;
	}
	
	.tab-content.sim-cards .form-section-content.current .info-box .details {
	padding-top: 5px;
	}
	
	/* sim card boxes */
	.sim-box,
	.sim-box.single {
	float: none;
	width: auto;
	margin-top: 30px;
	}
	
	.sim-box:first-child {
	margin-top: 0;
	}
	
	/* 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;
	}
	
	.form-tips .tip,
	.splitted-box-col.tips .tip {
	margin-left: 0;
	}
	
	.sim-cards .splitted-box-col.tips .tip {
	margin: 15px 0px 0 0px;
	}
	
	table.overview .cell-size {
	display: none;
	}

	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 {
	display: none;
	}
	
	/* 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;
	}
}

@media screen and (max-width: 600px) {
	.dropdown-container.subscriptions.ago-list .billing-group-cell,
	.dropdown-container.subscriptions.ago-list .services-cell {
	display: none;
	}
	
	/* tabs */
	.tabs li {
	float: none;
	width: 100%;
	}
}

@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,
	.dropdown-container.subscriptions.ago-list .blank-cell {
	display: none;
	}
	
	.dropdown-container.subscriptions.ago-list .dropdown-content-row .owner-cell a {
	border-right: 1px solid #cccccc;
	}
	
	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;
	}
	
	.packages-list .package-item {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	box-sizing: border-box;
	}
}

@media screen and (max-width: 480px) {
	/* content */
	#header .nav {
	float: right;
	background: none;
	}
	
	input[type=submit],
	button {
	padding-left: 10px;
	padding-right: 10px;
	}
	
	table.listing th {
	padding: 6px;
	}

	table.listing td {
	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;
	}
	
	.usage-entries-list.voice .cell-description {
	display: none;
	}
	
	/* dropdown */
	.input-row.listing-action .input.dropdown-container {
	padding-left: 0;
	}
	
	.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-right: 1px solid #cccccc;
	}
	
	.dropdown-container.subscriptions .dropdown-content-row .owner-cell a {
	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 {
	display: none;
	}
	
	.dropdown-container.billing-groups.ao-list .dropdown-content-row .user-cell a {
	border-right: 1px solid #cccccc;
	}
	
	.dropdown-container.billing-groups.ao-list .user-cell a > span {
	overflow: hidden;
	text-overflow: ellipsis;
	}
	
	table.subscriptions .cell-billing-group,
	table.subscriptions .cell-rate-plan {
	display: none;
	}
	
	/* form sections */
	.form-section-title > span {
	font-size: 14px;
	}
	
	/* tip */
	.tip,
	.tip.small {
	padding: 13px 15px 13px 20px;
	}

	.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;
	}
	
	.packages-list .package-item button {
	padding-left: 25px;
	padding-right: 25px;
	}
}
