@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/*
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 8/9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th,
td {
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "treicon";
  src: url("/business/selvbetjening/static/fonts/treicon.eot");
  src: url("/business/selvbetjening/static/fonts/treicon.woff") format("woff"), url("/business/selvbetjening/static/fonts/treicon.ttf") format("truetype"), url("/business/selvbetjening/static/fonts/treicon.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  background-color: #e5e5e5;
  color: #333;
  font-family: "Arial", sans-serif;
  font-size: 1em;
}

h1, h2 {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  text-transform: lowercase;
}
h1 .capitalize, h2 .capitalize {
  text-transform: capitalize;
}
h1:first-letter,
h1 span:first-letter, h2:first-letter,
h2 span:first-letter {
  text-transform: uppercase;
}

h1 {
  margin-top: 1.25em;
}
h1 span {
  font-family: "Arial", sans-serif;
  letter-spacing: 0;
}

h2 {
  font-size: 1.875em;
}

.container {
  width: 58.75em;
  max-width: 58.75em;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.inline-form {
  display: none;
  font-size: 1.2307692308em;
}
.inline-form.target, .inline-form.st-active, .inline-form:target {
  display: table-row;
}
.inline-form > td {
  padding: 0 !important;
}
.inline-form form {
  background-color: #C4C4C4;
}
.inline-form .content {
  position: absolute;
  font-size: 0.8125em;
  padding: 0.3076923077em 0.7692307692em 0.6153846154em 1.5384615385em;
  width: 100%;
  z-index: 2;
}
.inline-form h3 {
  position: relative;
  color: #000000;
  margin: 0.4615384615em 0;
}
.inline-form h3 a {
  position: absolute;
  right: 0;
}
.inline-form table {
  position: absolute;
  z-index: 2;
}
.inline-form table td {
  background-color: #C4C4C4;
  border: none;
  padding: 0.3076923077em 0.3076923077em 0.3076923077em 0.4615384615em;
}
.inline-form .choices {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inline-form .choices li {
  background-color: #ffffff;
  padding: 1.2307692308em 3.8461538462em;
  margin-bottom: 0.1538461538em;
}
.inline-form .choices li b {
  margin: 0 0.6153846154em;
  font-style: normal !important;
}
.inline-form .choices li span {
  font-weight: bold;
}
.inline-form .choices li span.alt {
  color: #ED6B06;
}
.inline-form .choices li .info {
  margin-right: 1.5384615385em;
}
.inline-form .choices li ul.details li {
  padding: 0;
}
.inline-form .help-info {
  padding: 0.7692307692em 2em;
}
.inline-form .help-info h5 {
  margin: 0 0;
  font-size: 1em;
  color: #FF3C96;
}
.inline-form .inline-control label {
  display: inline-block;
  font-weight: bold;
  width: 12.5em;
}
.inline-form .inline-control .inline-input {
  display: inline-block;
}
.inline-form .inline-input:after {
  display: none;
  font-family: "treicon";
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  content: "a";
  padding: 2px 6px 0px 6px;
  vertical-align: middle;
  color: #ED6B06;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-size: 2em;
  text-indent: 0;
}
.inline-form .inline-input.parsley-error:after {
  display: inline;
}
.inline-form .inline-input.parsley-error.no-error-icon:after {
  display: none;
}
.inline-form .inline-input input {
  width: 9.2307692308em;
}
.inline-form .inline-input .double {
  width: 16.9230769231em;
}
.inline-form .buttons {
  margin-top: 0.625em;
  text-align: right;
}
.inline-form .buttons .btn {
  margin-left: 0.625em;
}

.inline-validation-info {
  position: relative;
  color: #ED6B06;
  font-weight: bold;
  padding: 0.625em 0;
}
.inline-validation-info.payment-info {
  display: inline-block;
  color: #ED6B06;
}
.inline-validation-info.payment-info i {
  margin: 0 0.5em 0 1em;
  vertical-align: middle;
  font-size: 2em;
  color: #ED6B06;
}
.inline-validation-info.use-error-icon:before {
  float: left;
  display: inline;
  font-family: "treicon";
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  content: "a";
  padding: 2px 6px 0px 6px;
  vertical-align: middle;
  color: #ED6B06;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-size: 2em;
  text-indent: 0;
}
.inline-validation-info.use-error-icon.icon-align-outside:before {
  position: absolute;
  top: -1px;
  left: -38px;
}

.inline-form.widget .inline-input {
  display: inline-block !important;
  margin-top: 10px;
}
.inline-form.widget .buttons {
  right: 10px !important;
}
.inline-form.widget .buttons .submit {
  float: left;
  margin-right: 0;
}
.inline-form.widget .buttons .cancel {
  float: left;
  margin-left: 6px;
  margin-top: 3px !important;
}

/*input.parsley-success, select.parsley-success, textarea.parsley-success {

}*/
input[type=text].parsley-error, input[type=password].parsley-error {
  color: #ED6B06;
}

.validation-info, .validation-info-wide {
  display: inline-block;
  vertical-align: middle;
}
.validation-info .message, .validation-info-wide .message {
  display: table;
}
.validation-info .message i + p, .validation-info-wide .message i + p {
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  display: table-cell;
}
.validation-info.success, .success.validation-info-wide {
  content: "✓";
  color: green;
  font-weight: bold;
  font-size: 18px;
  display: block;
}

.validation-info-wide {
  width: 100%;
}

.parsley-errors-list {
  margin: 0.5em 0 2em 0;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}
.parsley-errors-list.filled {
  opacity: 1;
}

select:not(.js-default-select) {
  display: none;
}
.lt-ie9 select:not(.js-default-select) {
  display: inline;
  position: absolute;
  top: 1em;
  left: 0;
}

.status-code-container {
  position: absolute;
  top: 4px;
}
.status-code-container.st-loading-data:before {
  content: "";
  z-index: 11;
  position: absolute;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  text-align: center;
  top: 55%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}
.status-code-container.st-loading-data:after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background: #fff url(/business/selvbetjening/static/images/loader.gif) no-repeat 50% 50%;
}
.rgba .status-code-container.st-loading-data:after {
  background-color: rgba(229, 229, 229, 0.8);
}

.custom-select {
  display: inline-block;
  position: relative;
}
.custom-select select {
  display: block;
  border: 0;
  color: black;
  height: 100%;
  width: 100%;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 100;
  opacity: 0;
}

.select {
  display: inline-block;
  position: relative;
  cursor: default;
  height: 2.25em;
  line-height: 2.25em;
  background-color: #ffffff;
  border: 1px solid #bababa;
}
.select:after {
  display: block;
  position: absolute;
  top: -1px;
  right: -1px;
  height: 2.25em;
  width: 2.25em;
  line-height: 2;
  font-family: "treicon";
  content: "v";
  text-align: center;
  border-left: 1px solid #bababa;
  color: #000000;
}
.select .current {
  display: inline-block;
  padding: 0 3em 0 0.75em;
  text-overflow: ellipsis;
  max-width: 100%;
  height: 2.25em;
  overflow: hidden;
  vertical-align: bottom;
}
.select ul {
  position: absolute;
  z-index: 100;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  display: none;
  list-style: none;
  line-height: 1.8;
  margin: 0;
  padding: 0.375em 0;
  background-color: #ffffff;
  top: 2.1875em;
  left: -1px;
  border-left: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  border-right: 1px solid #bababa;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
}
.select ul.visible {
  display: block;
}
.select li {
  padding: 0 0.75em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  display: block;
  cursor: pointer;
}
.select li:hover {
  background-color: #ededed;
}
.select li.selected {
  background-color: #e6e6e6;
}
.select a {
  display: block;
  color: #333;
  text-decoration: none;
  cursor: default;
}

.placeholderfallback {
  position: absolute !important;
  line-height: normal !important;
  padding: 7px !important;
  font-size: 14px !important;
}

input[type=text],
input[type=password] {
  color: #000000;
  background-color: #ffffff;
  border: 1px solid #979797;
  font-weight: normal;
  line-height: normal;
  padding: 0.7em 0;
  width: 9.2307692308em;
  outline: none;
  text-indent: 0.7692307692em;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

input.input-disabled {
  background-color: #e5e5e5;
}

input[type=text].parsley-error,
input[type=password].parsley-error {
  border-color: #ED6B06;
}

label.required:after {
  content: "*";
  margin-left: 0.3125em;
  color: #ed0677;
}

.badge {
  display: inline-block;
  border-radius: 100%;
  background-color: #009db4;
  color: #FFFFFF;
  line-height: 1.8em;
  text-align: center;
  width: 1.65em;
  height: 1.65em;
}
.rgba .badge {
  -moz-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.25);
}

i[class^=icon] {
  background-repeat: no-repeat;
  background-size: 100%;
  display: inline-block;
}
i[class^=icon].dark {
  color: #ED6B06;
}

i[class^="dark icon"] {
  color: #ED6B06;
}

i {
  color: white;
  font-family: "treicon";
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
}
i .size .one {
  font-size: 1em !important;
}
i .size .onehalf {
  font-size: 1.5em !important;
}

.sizeSmall {
  width: 1.7692307692em;
  height: 1.7692307692em;
}

.sizeMedium {
  width: 1.9230769231em;
  height: 1.9230769231em;
}

.sizeMediumLarge, .avatar-area > i.icon-user-colored, .avatar-area > i.icon-admin-colored, i.icon-show-document, i.icon-search, i.icon-question-blue-white, i.icon-question-blue, i.icon-exclamation-blue {
  width: 80%;
  height: 80%;
}

.sizeLarge, i.icon-box, i.icon-search-document-colored, i.icon-video-colored, i.icon-foreign-orange-colored, i.icon-users, i.icon-foreign-black-colored, i.icon-foreign-colored, i.icon-services-plus-colored, i.icon-voicemail-forward-colored, i.icon-speak-bubble-colored, i.icon-speak-bubble-black-colored, i.icon-speak-bubble-blue-colored, i.icon-regulars-card-inverted, i.icon-regulars-card-colored, i.icon-split-colored, i.icon-messages, i.icon-search-blue-colored, i.icon-tool, i.icon-contact-person-colored, i.icon-arrow-orange-colored, i.icon-notification-orange-colored, i.questionmark, i.icon-mobile-colored, i.icon-coworker-white, i.icon-repair_step3, i.icon-repair_step2, i.icon-repair_step1, i.icon-receipt-mobile-colored, i.icon-receipt-colored, i.icon-lock-orange-colored, i.icon-account-colored, i.icon-hardware-colored, i.icon-forgot-white, i.icon-usage-table, i.icon-samlet-usage-blue-colored, i.icon-invoice-colored, i.icon-excel-colored, i.icon-dataorange-colored, i.icon-total-usage-graph-loading, i.icon-data-black-colored, i.icon-data, i.icon-check-colored, i.icon-broadband-colored, i.icon-attachment-colored, i.icon-alert-colored, i.icon-store-colored, i.icon-addons, i.icon-receipt-magnify, i.icon-users-colored, i.icon-user-colored, i.icon-admins-white, i.icon-admins-colored, i.icon-admin-colored, i.icon-key-colored, i.icon-lock-colored, i.icon-notifications, i.icon-tresvar, i.icon-usage, .heading .icon-area i {
  width: 90%;
  height: 90%;
}

i + span {
  margin-left: 0.125em;
}

a.btn i {
  float: left;
  margin-left: -0.2em;
  font-size: 1.3em;
  margin-right: 0.4em !important;
}

.btn i {
  float: left;
  margin-right: 0.3em;
  font-size: 1.3em;
}

i.icon-exclamation-blue {
  background-image: url(/business/selvbetjening/static/svg/exclamation_invert_blue.svg);
}

i.icon-question-blue {
  background-image: url(/business/selvbetjening/static/svg/question_invert_blue.svg);
}

i.icon-question-blue-white {
  background-image: url(/business/selvbetjening/static/svg/question_invert_blue_white.svg);
}

i.icon-search {
  background-image: url(/business/selvbetjening/static/svg/search.svg);
}

i.icon-show-document {
  background-image: url(/business/selvbetjening/static/svg/regnings-dokument.svg);
}

i.icon-usage {
  background-image: url(/business/selvbetjening/static/svg/usage_table.svg);
}

i.icon-tresvar {
  background-image: url(/business/selvbetjening/static/svg/tresvar.svg);
}

i.icon-notifications {
  background-image: url(/business/selvbetjening/static/svg/notifications.svg);
}

i.icon-lock-colored {
  background-image: url(/business/selvbetjening/static/svg/lock.svg);
}

i.icon-key-colored {
  background-image: url(/business/selvbetjening/static/svg/key.svg);
}

i.icon-admin-colored {
  background-image: url(/business/selvbetjening/static/svg/admin.svg);
}

i.icon-admins-colored {
  background-image: url(/business/selvbetjening/static/svg/admins.svg);
}

i.icon-admins-white {
  background-image: url(/business/selvbetjening/static/svg/admins_white.svg);
}

i.icon-user-colored {
  background-image: url(/business/selvbetjening/static/svg/user.svg);
}

i.icon-users-colored {
  background-image: url(/business/selvbetjening/static/svg/users_two.svg);
}

i.icon-close-inline-dialog {
  background-image: url(/business/selvbetjening/static/svg/close-inline-blue.svg);
  width: 17px;
  height: 17px;
}

i.icon-receipt-magnify {
  background-image: url(/business/selvbetjening/static/svg/kvittering_lup.svg);
}

i.icon-addons {
  background-image: url(/business/selvbetjening/static/svg/add-services.svg);
}

i.icon-store-colored {
  background-image: url(/business/selvbetjening/static/svg/store_blue.svg);
}

i.icon-alert-colored {
  background-image: url(/business/selvbetjening/static/svg/alert.svg);
}

i.icon-attachment-colored {
  background-image: url(/business/selvbetjening/static/svg/attachment.svg);
}

i.icon-broadband-colored {
  background-image: url(/business/selvbetjening/static/svg/broadband.svg);
}

i.icon-check-colored {
  background-image: url(/business/selvbetjening/static/svg/check.svg);
}

i.icon-data {
  background-image: url(/business/selvbetjening/static/svg/data.svg);
}

i.icon-data-black-colored {
  background-image: url(/business/selvbetjening/static/svg/data_black.svg);
}

i.icon-total-usage-graph-loading {
  background-image: url(/business/selvbetjening/static/svg/total_usage_grph_loading.svg);
}

i.icon-dataorange-colored {
  background-image: url(/business/selvbetjening/static/svg/data_orange.svg);
}

i.icon-excel-colored {
  background-image: url(/business/selvbetjening/static/svg/excel.svg);
}

i.icon-invoice-colored {
  background-image: url(/business/selvbetjening/static/svg/invoice.svg);
}

i.icon-samlet-usage-blue-colored {
  background-image: url(/business/selvbetjening/static/svg/usage_blue.svg);
}

i.icon-usage-table {
  background-image: url(/business/selvbetjening/static/svg/usage_table.svg);
}

i.icon-forgot-white {
  background-image: url(/business/selvbetjening/static/svg/forgot.svg);
}

i.icon-hardware-colored {
  background-image: url(/business/selvbetjening/static/svg/hardware.svg);
}

i.icon-account-colored {
  background-image: url(/business/selvbetjening/static/svg/account.svg);
}

i.icon-lock-orange-colored {
  background-image: url(/business/selvbetjening/static/svg/lock_orange.svg);
}

i.icon-receipt-colored {
  background-image: url(/business/selvbetjening/static/svg/receipt.svg);
}

i.icon-receipt-mobile-colored {
  background-image: url(/business/selvbetjening/static/svg/receipt_mobile.svg);
}

i.icon-repair_step1 {
  background-image: url(/business/selvbetjening/static/svg/repair_step1.svg);
}

i.icon-repair_step2 {
  background-image: url(/business/selvbetjening/static/svg/repair_step2.svg);
}

i.icon-repair_step3 {
  background-image: url(/business/selvbetjening/static/svg/repair_step3.svg);
}

i.icon-coworker-white {
  background-image: url(/business/selvbetjening/static/svg/user.svg);
}

i.icon-mobile-colored {
  background-image: url(/business/selvbetjening/static/svg/mobile.svg);
}

i.questionmark {
  background-image: url(/business/selvbetjening/static/svg/questionmark.svg);
}

i.icon-notification-orange-colored {
  background-image: url(/business/selvbetjening/static/svg/notifications_orange.svg);
}

i.icon-arrow-orange-colored {
  background-image: url(/business/selvbetjening/static/svg/arrow_orange.svg);
}

i.icon-contact-person-colored {
  background-image: url(/business/selvbetjening/static/svg/contact_person.svg);
}

i.icon-tool {
  background-image: url(/business/selvbetjening/static/svg/tool.svg);
}

i.icon-search-blue-colored {
  background-image: url(/business/selvbetjening/static/svg/search_blue.svg);
}

i.icon-messages {
  background-image: url(/business/selvbetjening/static/images/messages.png);
}

i.icon-split-colored {
  background-image: url(/business/selvbetjening/static/svg/split.svg);
}

i.icon-regulars-card-colored {
  background-image: url(/business/selvbetjening/static/svg/regulars_card.svg);
}

i.icon-regulars-card-inverted {
  background-image: url(/business/selvbetjening/static/svg/regulars_card_invert.svg);
}

i.icon-speak-bubble-blue-colored {
  content: url(/business/selvbetjening/static/svg/speak_bubble_blue.svg);
}

i.icon-speak-bubble-black-colored {
  background-image: url(/business/selvbetjening/static/svg/speak_bubble_black.svg);
}

i.icon-speak-bubble-colored {
  background-image: url(/business/selvbetjening/static/svg/speak_bubble.svg);
}

i.icon-voicemail-forward-colored {
  background-image: url(/business/selvbetjening/static/svg/voicemail_forward.svg);
}

i.icon-services-plus-colored {
  background-image: url(/business/selvbetjening/static/svg/services_plus.svg);
}

i.icon-foreign-colored {
  background-image: url(/business/selvbetjening/static/svg/foreign.svg);
}

i.icon-foreign-black-colored {
  background-image: url(/business/selvbetjening/static/svg/foreign_black.svg);
}

i.icon-users {
  background-image: url(/business/selvbetjening/static/svg/users_two.svg);
}

i.icon-foreign-orange-colored {
  background-image: url(/business/selvbetjening/static/svg/foreign_orange.svg);
}

i.icon-video-colored {
  background-image: url(/business/selvbetjening/static/svg/video.svg);
}

i.icon-search-document-colored {
  background-image: url(/business/selvbetjening/static/svg/search_document.svg);
}

i.icon-box {
  background-image: url(/business/selvbetjening/static/images/box.png);
}

i.icon-chat {
  background-image: url(/business/selvbetjening/static/images/icons/chat.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

i.icon-rss {
  content: url(/business/selvbetjening/static/svg/data-subscription.svg);
  background-position: 0 0px;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
}

i.icon-sim-cards {
  background-image: url(/business/selvbetjening/static/images/icons/sim-cards.png);
  background-position: 0 0px;
  background-repeat: no-repeat;
  width: 29px;
  height: 38px;
}

i.icon-edit {
  background-image: url(/business/selvbetjening/static/svg/edit.svg);
  width: 32px;
  height: 32px;
}

i.trash {
  width: 32px;
  height: 32px;
  content: url(/business/selvbetjening/static/svg/delete.svg);
}

i.icon-add-services {
  background-image: url(/business/selvbetjening/static/svg/add-services.svg);
  background-position: center center;
  width: 36px;
  height: 36px;
}

i.icon-message-bar-close {
  background-image: url(/business/selvbetjening/static/images/icons/message_bar_close.png);
  background-position: center center;
  width: 24px;
  height: 24px;
}

i {
  height: auto;
  width: auto;
}

i.icon-admin:before {
  content: "A";
}

i.icon-key:before {
  content: "k";
}

i.icon-user:before {
  content: "U";
}

i.icon-lock:before {
  content: "l";
}

i.icon-alert:before {
  content: "a";
}

i.icon-check:before {
  content: "c";
}

i.icon-info {
  background-color: #79a4b7;
  width: 18px;
  height: 18px;
}
i.icon-info:before {
  content: "i";
  color: #ffffff;
  font-weight: normal;
}

i.search:before {
  content: "S";
}

i.icon-triangle-down:before,
i.triangle-down:before {
  content: "v";
}

i.icon-triangle-left:before,
i.triangle-left:before {
  content: "t";
}

i.icon-triangle-right:before,
i.triangle-right:before {
  content: "b";
}

i.icon-triangle-up:before,
i.triangle-up:before {
  content: "d";
}

i.edit:before {
  content: "e";
}

i.icon-excel:before {
  content: "f";
}

i.icon-invoice:before {
  content: "g";
}

i.icon-help:before {
  content: "h";
}

i.icon-settings:before {
  content: "j";
}

i.icon-account:before {
  content: "m";
}

i.icon-phone:before {
  content: "n";
}

i.icon-phone-book:before {
  content: "p";
}

i.icon-reparation:before {
  content: "q";
}

i.icon-card:before {
  content: "r";
}

i.icon-voice-mail:before {
  content: "s";
}

i.icon-plus:before {
  content: "u";
}

i.icon-brick:before {
  content: "w";
}

i.indicator-on {
  font-family: "Arial";
}
i.indicator-on:before {
  color: #bed73b;
  content: "■";
}
i.indicator-on.large {
  font-size: 1.5em;
  line-height: 0.5em;
  margin-left: 0.2em;
  margin-right: 0.1em;
}

i.indicator-off {
  font-family: "Arial";
}
i.indicator-off:before {
  color: #ED6B06;
  content: "■";
}
i.indicator-off.large {
  font-size: 1.5em;
  line-height: 0.5em;
  margin-left: 0.2em;
  margin-right: 0.1em;
}

i.indicator-na {
  font-family: "Arial";
}
i.indicator-na:before {
  color: #979797;
  content: "■";
}
i.indicator-na.large {
  font-size: 1.5em;
  line-height: 0.5em;
  margin-left: 0.2em;
  margin-right: 0.1em;
}

i.indicator-na + b,
i.indicator-off + b,
i.indicator-on + b {
  margin-left: 0.3em;
}

i.alert-success {
  display: table-cell;
  width: 2.5em;
  font-size: 1.25em;
  text-align: center;
  vertical-align: middle;
  color: #bed73b;
}
i.alert-success:before {
  content: "c";
}

i.alert-error {
  width: 2.5em;
  font-size: 1.25em;
  text-align: center;
  vertical-align: middle;
  color: #ED6B06;
}
i.alert-error:before {
  content: "a";
}
i.alert-error.invert {
  color: white;
}

i.alert-info {
  display: inline-block !important;
  background-image: url(/business/selvbetjening/static/svg/exclamation_invert_orange.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1.2em;
  height: 1.2em;
}

.tabs nav a {
  cursor: pointer;
}
.tabs nav .active a {
  cursor: default;
}
.tabs > section > * {
  display: none;
}
.tabs > section > *.active {
  display: block;
}

.btn {
  display: inline-block;
  background-color: #252525;
  color: #ffffff;
  text-decoration: none;
  font-weight: normal;
  height: 1.8461538462em;
  line-height: 2em;
  padding-left: 0.6153846154em;
  padding-right: 0.6153846154em;
  border: none;
}
.btn.submit {
  background-color: #ED6B06;
  line-height: 1.8em;
}
.btn.cancel {
  background-color: #1e1e1e;
}
.btn.buy {
  background-color: #ED6B06;
}
.btn.call-to-action {
  background-color: #ED6B06;
}
.btn.blue {
  background-color: #009db4;
}
.btn.orange {
  background-color: #ED6B06;
}
.btn:disabled, .btn.disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #333;
  background-color: #E6E6E6;
}

.btn-loader.st-loading {
  padding-left: 3em !important;
  position: relative;
}
.btn-loader.st-loading:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: inline-block;
  background: transparent url(/business/selvbetjening/static/images/loader-white-trans.gif) no-repeat 1em 50%;
}

.btn-inline-close {
  padding-top: 10px;
}
.btn-inline-close button {
  margin-right: 5px;
}
.btn-inline-close a {
  vertical-align: sub;
  margin-right: 10px;
}

.chart canvas {
  margin-left: 10px;
}
.chart ul {
  padding: 0;
  margin: 0;
}
.chart .legend {
  list-style: none;
  overflow: hidden;
  height: 2.9166666667em;
  text-align: right;
  font-size: 0.75em;
  color: #252525;
  padding: 0.8333333333em;
}
.chart .legend li {
  position: relative;
  display: inline-block;
  padding-right: 3.3333333333em;
}
.chart .legend li:after {
  position: absolute;
  content: "";
  top: 50%;
  margin-left: 8px;
  margin-top: -2px;
  width: 20px;
  height: 4px;
  background-color: red;
}
.chart .legend li.average:after {
  background-color: #bad6e1;
}
.chart .legend li.voice:after {
  background-color: #A7D5C2;
}
.chart .legend li.data:after {
  background-color: #009db4;
}
.chart .legend-lower {
  position: absolute;
  margin-top: -30px;
  left: 0;
  color: #ffffff;
}
.chart .legend-lower li {
  position: relative;
  display: inline-block;
  padding-left: 1.6666666667em;
  padding-right: 0;
}
.chart .legend-lower li:before {
  content: "■";
  height: 4px;
  margin-right: 6px;
  font-size: 1.2em;
}
.chart .legend-lower li:after {
  content: "";
}
.chart .legend-lower li.reminders:before {
  color: #ED6B06;
}
.chart .legend-lower li.payed:before {
  color: #e5e5e5;
}
.chart .legend-lower li.topay:before {
  color: #bad6e1;
}
.chart .months {
  position: relative;
  list-style: none;
  margin-top: 0.625em;
  padding-left: 40px;
  height: 45px;
  font-size: 0;
  background-color: #808080;
}
.chart .months li {
  display: inline-block;
  position: relative;
  top: -12px;
  background-color: #000000;
  border: 0.25em solid #fff;
  border-radius: 100%;
  padding: 0.75em 0.25em;
  margin-left: 0.1666666667em;
  width: 2.6666666667em;
  height: 2.6666666667em;
  text-align: left;
  color: #fff;
  font-size: 12px;
}
.chart .months li a {
  color: #ffffff;
}
.chart .months li.Jan:after {
  position: absolute;
  top: 33px;
  left: 0;
  text-align: center;
}
.chart .months li.Jan.y2011:after {
  content: "2011";
}
.chart .months li.Jan.y2012:after {
  content: "2012";
}
.chart .months li.Jan.y2013:after {
  content: "2013";
}
.chart .months li.Jan.y2014:after {
  content: "2014";
}
.chart .months li.Jan.y2015:after {
  content: "2015";
}
.chart .months li.Jan.y2016:after {
  content: "2016";
}
.chart .months li.Jan.y2017:after {
  content: "2017";
}
.chart .months li.Jan.y2018:after {
  content: "2018";
}
.chart .months li.Jan.y2019:after {
  content: "2019";
}
.chart .months li.Jan.y2020:after {
  content: "2020";
}
.chart .months li.Jan.y2021:after {
  content: "2021";
}
.chart .months li.Jan.y2022:after {
  content: "2022";
}
.chart .months li.Jan.y2023:after {
  content: "2023";
}
.chart .months li.Jan.y2024:after {
  content: "2024";
}
.chart .months li.Jan.y2025:after {
  content: "2025";
}
.chart .months Li.Dec:after {
  position: absolute;
  top: 33px;
  left: 0;
  text-align: left;
}
.chart .months Li.Dec.y2011:after {
  content: "2011";
}
.chart .months Li.Dec.y2012:after {
  content: "2012";
}
.chart .months Li.Dec.y2013:after {
  content: "2013";
}
.chart .months Li.Dec.y2014:after {
  content: "2014";
}
.chart .months Li.Dec.y2015:after {
  content: "2015";
}
.chart .months Li.Dec.y2016:after {
  content: "2016";
}
.chart .months Li.Dec.y2017:after {
  content: "2017";
}
.chart .months Li.Dec.y2018:after {
  content: "2018";
}
.chart .months Li.Dec.y2019:after {
  content: "2019";
}
.chart .months Li.Dec.y2020:after {
  content: "2020";
}
.chart .months Li.Dec.y2021:after {
  content: "2021";
}
.chart .months Li.Dec.y2022:after {
  content: "2022";
}
.chart .months Li.Dec.y2023:after {
  content: "2023";
}
.chart .months Li.Dec.y2024:after {
  content: "2024";
}
.chart .months Li.Dec.y2025:after {
  content: "2025";
}
.chart .chart-tooltip {
  z-index: 100;
  display: none;
  position: absolute;
  padding: 0.4615384615em;
  margin-top: 3.8461538462em;
  margin-left: -7.6923076923em;
  background: #000000;
  color: #ffffff;
  font-size: 0.8125em;
}
.chart .chart-tooltip .value {
  display: block;
  margin-bottom: 0.4em;
}
.chart .chart-tooltip a {
  display: block;
  color: #ffffff;
}
.chart .chart-tooltip:after {
  position: absolute;
  top: 45%;
  right: -1.1538461538em;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #000000;
  border-width: 0.625em;
  margin-left: -0.625em;
}
.chart .chart-tooltip.months-tooltip:after {
  position: absolute;
  left: 45%;
  right: auto;
  top: -1.1538461538em;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: transparent;
  border-bottom-color: #000000;
  border-width: 0.625em;
  margin-left: -0.625em;
}

input[type=text].error, input[type=password].error {
  color: #ed0677;
}

div.error {
  color: #ed0677;
  display: inline-block;
}
div.error label {
  font-weight: normal;
}

input[type=text].highlight, input[type=password].highlight {
  background-color: #d7e5eb;
}
input[type=text].highlight::-webkit-input-placeholder, input[type=password].highlight::-webkit-input-placeholder {
  color: #006e8e;
}
input[type=text].highlight::-moz-placeholder, input[type=password].highlight::-moz-placeholder {
  color: #006e8e;
}
input[type=text].highlight:-moz-placeholder, input[type=password].highlight:-moz-placeholder {
  color: #006e8e;
}
input[type=text].highlight:-ms-input-placeholder, input[type=password].highlight:-ms-input-placeholder {
  color: #006e8e;
}

div.highlight {
  background-color: #d7e5eb;
  display: inline-block;
}
div.highlight label {
  font-weight: normal;
}

.pagination {
  position: relative;
  padding: 0.625em 0.625em;
  background-color: #808080;
  overflow: hidden;
}
.pagination .page-info {
  position: absolute;
  left: 0.625em;
  color: #ffffff;
  text-align: left;
  line-height: 1.875em;
}
.pagination .navigation {
  text-align: center;
}
.pagination .navigation ul {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
.pagination .navigation ul li {
  float: left;
  margin: 0 0 0 0.2em;
}
.pagination .navigation ul li a {
  color: #ffffff;
  display: inline-block;
  padding: 0.3em 0.6em;
  background-color: #000000;
  font-weight: normal;
}
.pagination .navigation ul li a:hover {
  background-color: #C4C4C4;
}
.pagination .navigation ul li.selected a {
  background-color: #ED6B06;
}
.pagination .navigation ul li.prev a, .pagination .navigation ul li.next a {
  background-color: #000000;
  padding: 0.3em 0.8em;
}
.pagination .navigation ul li.prev a:before {
  content: "t";
  display: inline;
  font-family: "treicon";
  margin-right: 0.3em;
  vertical-align: middle;
}
.pagination .navigation ul li.next a:after {
  content: "b";
  display: inline;
  font-family: "treicon";
  margin-left: 0.3em;
  vertical-align: middle;
}
.pagination .navigation ul li.divider {
  color: #ffffff;
  font-weight: bold;
  padding-top: 0.6em;
  margin: 0 1em 0 1em !important;
}
.pagination .page-options {
  position: absolute;
  top: 0.625em;
  right: 0.625em;
  text-align: right;
  line-height: 1.875em;
}

.post-form-status {
  position: relative;
  float: left;
  width: 100%;
  color: #ffffff;
  font-size: 1.0769230769em;
  font-weight: bold;
  line-height: 3em;
  margin-top: 1.4285714286em;
  margin-bottom: 0;
  padding-left: 3.5714285714em;
}
.post-form-status:before {
  position: absolute;
  left: 0.5em;
  font-family: "treicon";
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  margin: 0;
  font-size: 1.4285714286em;
  text-indent: 0.5em;
}
.post-form-status.success {
  background-color: #A7D5C2;
}
.post-form-status.success:before {
  content: "c";
}
.post-form-status.failure {
  background-color: #ED6B06;
}
.post-form-status.failure:before {
  content: "a";
}
.post-form-status.info {
  color: #252525;
  background-color: transparent;
}
.post-form-status.info:before {
  content: "a";
}
.post-form-status .content {
  display: inline-block;
  line-height: 1.5em;
  padding-right: 3em;
  padding-top: 0.5em;
}
.post-form-status .close {
  position: absolute;
  content: "×";
  top: 0.5714285714em;
  right: 0.5714285714em;
  padding-top: 3px;
  font-weight: bold;
  text-decoration: none;
  font-style: normal;
  font-size: 1.1428571429em;
  line-height: 1.4285714286em;
  text-indent: 0;
}
.post-form-status.success .close {
  color: #A7D5C2;
}
.post-form-status.failure .close {
  color: #ED6B06;
}
.post-form-status.info .close {
  color: #252525;
}
.post-form-status p {
  margin: 0;
  line-height: 1;
  font-weight: normal;
}

.global-error-container {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
}

.global-error-container > .post-form-status {
  display: none;
  margin: 0;
}

.usage-bar {
  color: #ffffff;
  margin: 0;
  height: 2.3076923077em;
  line-height: 1.5;
  background: #979797;
  display: block;
  position: relative;
}
.usage-bar span.fill {
  display: block;
  height: 2.3076923077em;
  background: #009db4;
}
.usage-bar span.info {
  display: block;
  vertical-align: middle;
  position: absolute;
  margin-left: 0.625em;
  top: 7px;
}

a {
  cursor: pointer;
}

.page-back {
  top: -1.6428571429em;
  color: #000000;
  display: block;
  font-size: 0.875em;
  /* position: relative; */
  text-decoration: none;
  width: 100%;
}
.page-back:before {
  content: "t";
  display: inline;
  font-family: "treicon";
  font-size: 1.1428571429em;
  margin-right: 0.3em;
  position: relative;
  top: 3px;
}

a.arrowed {
  font-weight: bold;
}
a.arrowed:before {
  content: "b";
  display: inline;
  font-family: "treicon";
  margin-right: 0.3em;
  vertical-align: middle;
}

a.spotify {
  font-weight: bold;
  color: black;
}
a.spotify:before {
  content: " ";
  background-image: url(/business/selvbetjening/static/images/spotify-logo-small.png);
  background-size: 25px 25px;
  background-repeat: no-repeat;
  display: inline-block;
  height: 25px;
  width: 25px;
  transform: translateY(30%);
  margin-right: 5px;
}

.header-account-search {
  display: inline-block;
  position: relative;
  width: 13.625em;
  height: 2em;
}
.header-account-search .input-wrapper {
  position: absolute;
  border: 1px solid #979797;
  background: #ffffff;
  width: 13.625em;
  height: 2em;
  top: 0.625em;
}
.header-account-search .input-wrapper input {
  height: 2em;
  position: absolute;
  font-size: 0.875em;
  line-height: 2.2857142857em;
  width: 80%;
  background-color: transparent;
  padding: 0 0.625em;
  border: none;
  outline: none;
}
.header-account-search .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.header-account-search .icon .search {
  position: absolute;
  right: 0.25em;
  top: 0;
  line-height: 1.8em;
  font-size: 1.1em;
  color: #979797;
}
.header-account-search .icon .reset {
  position: absolute;
  color: #ffffff;
  width: 1.375em;
  height: 1.375em;
  top: 0.25em;
  right: 0.375em;
  background-color: #979797;
  border-radius: 100%;
}
.header-account-search .icon .reset:after {
  position: absolute;
  content: "x";
  top: 0.1875em;
  left: 0.4375em;
  line-height: 1.1;
}
.header-account-search .search-results {
  position: absolute;
  top: 3.1875em;
  margin: 0;
  list-style: none;
  background-color: white;
  border: 1px solid #979797;
  left: 0px;
  width: 218px;
  z-index: 100;
  padding: 0;
  max-height: 400px;
  overflow: auto;
  font-size: 0.8125em;
}
.header-account-search .search-results li {
  display: none;
  overflow: hidden;
  line-height: 1.8em;
}
.header-account-search .search-results li span:first-child {
  margin-right: 0.3125em;
}
.header-account-search .search-results li.visible {
  display: block;
}
.header-account-search .search-results .search-result-head {
  display: block;
  border-bottom: 1px solid #ccc;
}
.header-account-search .search-results .highlighted a {
  background-color: #C4C4C4;
}
.header-account-search .search-results a {
  display: block;
  padding: 0.1875em 0.625em;
  overflow: hidden;
  color: #252525;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.header-account-search .search-results a b {
  color: #ED6B06;
}
.header-account-search .search-results a:hover {
  background-color: #bad6e1;
}

.infobox {
  display: none;
  position: relative;
}
.infobox .content {
  top: -13px;
  z-index: 100;
  position: absolute;
  padding: 10px;
  background-color: #009db4;
  color: #ffffff;
  width: 200px;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  font-size: 0.9285714286em;
  line-height: 1.3;
}
.infobox.st-visible {
  display: inline-block;
}

.infobox-question {
  display: inline-block;
  padding: 0.2307692308em 0.4615384615em;
  line-height: 1.3em;
  background-color: #009db4;
  color: #ffffff;
  font-size: 1.25em;
  height: 1.6666666667em;
  width: 1.6666666667em;
}

#pdf-viewer-component .tabs {
  position: absolute;
  top: 0;
  right: 0;
  height: 40px;
  left: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  background-color: #a5bfca;
  overflow: hidden;
  font-size: 14px;
}
#pdf-viewer-component .tabs li {
  float: left;
  padding: 13px 20px;
}
#pdf-viewer-component .tabs li.selected {
  position: relative;
  background-color: #505050 !important;
}
#pdf-viewer-component .tabs li:hover {
  background-color: #79a4b7;
}
#pdf-viewer-component .tabs li.selected a {
  color: #eee;
}
#pdf-viewer-component .tabs .custom-select {
  display: none;
  margin-left: 10px;
  margin-top: -10px;
}
#pdf-viewer-component .tabs li.selected .custom-select {
  display: inline-block;
}
#pdf-viewer-component #viewer {
  position: absolute;
  top: 40px;
  right: 0;
  bottom: 0;
  left: 0;
}
#pdf-viewer-component iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.nav {
  display: block;
  width: 100%;
  list-style: none;
  margin: 0;
}
.nav:after {
  content: "";
  display: table;
  clear: both;
}
.nav li {
  float: left;
  margin-left: 1.5625em;
}
.nav li:first-child {
  margin-left: 0;
}
.nav li a {
  color: #434343;
  text-decoration: none;
}
.nav li a:hover {
  color: #C4C4C4;
}
.nav li.active {
  color: #4AB0C0;
  border-bottom: 2px solid #000000;
}

.top-bar {
  position: relative;
  z-index: 2;
  background: #252525;
}
.top-bar .logged-in-nav {
  text-align: right;
  color: #fff;
  font-size: 0.75em;
}
.top-bar .logged-in-account {
  padding: 0.625em 0;
  display: inline-block;
}
.top-bar .logged-in-account a {
  margin-left: 0.625em;
  color: #009db4;
  text-decoration: none;
  font-weight: bold;
}
.top-bar .logged-in-account a:hover {
  text-decoration: underline;
}
.top-bar .logged-in-nav form {
  display: inline-block;
  margin-left: 0.7em;
}
.top-bar .logged-in-nav form input {
  background: none;
  border: none;
  color: #ED6B06;
  margin-left: 1.5em;
}
.top-bar .logged-in-nav form:before {
  content: "U";
  color: white;
  font-family: "treicon";
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-size: 1.7em;
  margin-top: -0.1em;
  margin-left: -0.1em;
  position: absolute;
}

.main-nav {
  position: relative;
  z-index: 1;
  border-bottom: 0.0625em solid #bbb;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  background-image: -webkit-linear-gradient(#fff 85%, #f5f5f5 100%);
  background-image: linear-gradient(#fff 85%, #f5f5f5 100%);
  margin-top: -5.25em;
  min-height: 80px;
}
.main-nav nav {
  position: relative;
  padding: 0.625em 0 0 0;
  min-height: 5.4375em;
  text-align: right;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
}
.main-nav nav:after {
  content: "";
  display: table;
  clear: both;
}
.main-nav nav a.switch-market {
  color: #808080;
  opacity: 70%;
  font-family: "Arial", sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  text-decoration: none;
}
.main-nav nav a.switch-market:hover {
  text-decoration: underline;
}

.sub-nav {
  position: relative;
  z-index: 0;
  /*height: $height;*/
}
.my3 .sub-nav {
  background-color: #ffffff;
  background-image: -webkit-linear-gradient(left, #ffffff 0%, #ffffff 50%, #434343 50%, #434343 100%);
  background-image: linear-gradient(to right,#ffffff 0%, #ffffff 50%, #434343 50%, #434343 100%);
}
.sub-nav .nav, .sub-nav .account-nav {
  float: left;
  line-height: 3.75em;
}
.sub-nav .nav {
  width: 38.375em;
  background-color: #fff;
  padding-left: 7.5em;
}
.sub-nav .nav a {
  font-family: "Arial", sans-serif;
}
.sub-nav.hide {
  background-image: none;
}
.sub-nav.hide .account-nav {
  display: none;
}
.sub-nav .account-nav {
  width: 20.375em;
  padding-left: 0.75em;
  vertical-align: middle;
  height: 3.75em;
  position: relative;
  background-color: #434343;
}
.sub-nav .account-nav h3 {
  font-family: "Arial", sans-serif;
  font-weight: 400;
  font-size: 0.9em;
  width: 6em;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  margin: 0 0 0 0;
  color: #fff;
  word-wrap: break-word;
  text-transform: capitalize;
}
.sub-nav .account-nav .select {
  width: 13.5625em;
}
.sub-nav .account-nav:after {
  top: 100%;
  left: 1.375em;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #434343;
  border-width: 0.625em;
  margin-left: -0.625em;
}
.lt-ie9 .sub-nav .account-nav:after {
  border: none;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.header .logo {
  position: relative;
  z-index: 5;
}
.header .logo a {
  position: absolute;
  top: -3.25em;
  left: 0.625em;
}
.header .logo img {
  width: 2.125em;
  height: 2.625em;
}
.header.expanded {
  display: block;
}
.header.expanded .main-nav {
  margin-top: 0;
}
.header.expanded .logo a {
  position: absolute;
  top: -8.3em;
  left: 0;
}
.header.expanded .logo img {
  width: 9.14em;
  height: 4em;
}
.header.expanded .top-bar {
  display: none;
}
.header.expanded .sub-nav {
  visibility: hidden;
}
.header.contracted {
  display: block;
}
.header.contracted .main-nav {
  margin-top: -5.25em;
}
.header.contracted .logo a {
  top: -3.6em;
  left: -0.4em;
}
.header.contracted .logo img {
  width: 3.3em;
  height: 3.3em;
}
.header .language-picker {
  display: inline-block;
  height: 2.2em;
}
.header .language-picker img {
  height: 100%;
  margin-bottom: -0.75em;
}
.header .language-picker-label {
  font-size: 0.75em;
  font-weight: bold;
}

.footer {
  margin-top: 50px;
  background: #a7a9ac;
  color: #fff;
  padding: 1.875em 0 0 0;
}
.footer .links {
  overflow: hidden;
  margin-bottom: 3.75em;
}
.footer .links ul {
  width: 20%;
  float: left;
  list-style: none;
  text-align: left;
  padding-left: 0;
}
.footer .links ul li {
  margin-bottom: 0.5em;
}
.footer .links ul li h5 {
  text-transform: capitalize;
}
.footer .links ul li a {
  color: #ffffff;
  font-size: 0.8em;
}
.footer .sub-footer {
  background-color: #c4c4c4;
}
.footer .sub-footer .container {
  color: #000;
  font-size: 0.75em;
  background-image: url(/business/selvbetjening/static/images/3Logo-footer.png);
  background-repeat: no-repeat;
  min-width: 78.3333333333em;
  height: 5em;
  line-height: 5em;
  padding-left: 5em;
  overflow: hidden;
}
.footer .sub-footer .container a {
  font-weight: bold;
}
.footer .sub-footer .container a i {
  vertical-align: sub;
  color: #000000;
  font-size: 1.2em;
}
.footer .sub-footer .container span {
  float: left;
  margin-left: 1.6666666667em;
}
.footer .sub-footer .container span.help-info {
  font-weight: 900;
  text-transform: uppercase;
}
.footer .sub-footer .container .copyright {
  float: right;
}

.notice {
  font-size: 0.8125em;
  width: 95%;
  margin: 0 auto;
  margin-bottom: 25px;
}
.notice > header {
  height: 3.5384615385em;
  background-color: #ed0777;
  color: #ffffff;
}
.notice > header h4 {
  font-size: 1.2307692308em;
  line-height: 2.875em;
  padding-left: 3.625em;
}
.notice > .content {
  padding: 1.5384615385em 1.5384615385em 1.5384615385em 4.4615384615em;
  background-color: #e5e5e5;
}
.notice > .content a {
  font-weight: bold;
}

.notice-icon {
  margin-left: 9px;
  margin-top: 9px;
  float: left;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}

.clearfix:after {
  clear: both;
}

.modal .block {
  font-size: 1.25em;
  margin-top: 0;
}

.block {
  margin-top: 30px;
  position: relative;
  float: left;
  display: block;
  width: 458px;
}
.block img {
  display: block;
}
.block.st-loading-data .see-all {
  display: none;
}
.block.st-loading-data.heavy-load:before {
  content: attr(data-before);
  z-index: 11;
  position: absolute;
  font-family: Arial, sans-serif;
  font-size: 0.7em;
  text-align: center;
  top: 55%;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}
.block.st-loading-data:after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background: #fff url(/business/selvbetjening/static/images/loader.gif) no-repeat 50% 50%;
}
.rgba .block.st-loading-data:after {
  background-color: rgba(229, 229, 229, 0.8);
}
.block .st-disabled {
  position: relative;
}
.block .st-disabled:after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
}
.rgba .block .st-disabled:after {
  background-color: rgba(235, 235, 235, 0.8);
}
.block.widget .content {
  min-height: 14.875em;
}
.block.widget .generic-table {
  width: 100%;
}
.block.widget .generic-table.no-separator > tbody td {
  border-top: 2px solid transparent;
}
.block > .helpbox {
  font-size: 0.8125em;
}
.block > .helpbox > a {
  padding: 0.2307692308em 0.4615384615em;
  font-size: 1.25em;
  line-height: 1.3em;
  height: 1.25em;
  width: 1.25em;
  background-color: #ED6B06;
  color: #ffffff;
}
.block > .helpbox .content {
  overflow: hidden;
}
.block > .helpbox .content a:first-child {
  overflow: hidden;
  float: left;
}
.block > .helpbox .content a:first-child img {
  width: 130px;
}
.block > .helpbox .content {
  position: relative;
  display: none;
  color: #ffffff;
  padding: 1.5384615385em;
  background-color: #FF3C96;
  margin-bottom: 1.5384615385em;
  min-height: 7.6923076923em;
  font-weight: normal;
}
.block > .helpbox .content img {
  float: left;
  margin-right: 1.5384615385em;
}
.block > .helpbox .content h4 {
  font-weight: bold;
  margin: 0;
}
.block > .helpbox .content > a[href="#!"]:before {
  position: absolute;
  top: 0.4166666667em;
  right: 0.4166666667em;
  content: "×";
  padding: 0.0416666667em 0.1666666667em;
  font-size: 1.8461538462em;
  line-height: 1em;
  background-color: #ffffff;
  color: #FF3C96;
}
.block > .helpbox .content.st-expanded {
  display: block;
}
.block > .helpbox:target .content {
  display: block;
}
.block > header, .block .devices > header, .block .subscriptions > header, .block .wrapper > header {
  background: #ffffff;
  height: 3.75em;
  padding: 0.5em 3.75em 0.625em 0.625em;
  position: relative;
}
.block > header.arrow-up:before, .block .devices > header.arrow-up:before, .block .subscriptions > header.arrow-up:before, .block .wrapper > header.arrow-up:before {
  top: -1.25em;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #000000;
  border-width: 0.625em;
  margin-left: -0.625em;
}
.block > header.mono, .block .devices > header.mono, .block .subscriptions > header.mono, .block .wrapper > header.mono {
  background-color: #ffffff;
}
.block > header.mono .icon-area, .block .devices > header.mono .icon-area, .block .subscriptions > header.mono .icon-area, .block .wrapper > header.mono .icon-area {
  background-color: #ffffff;
}
.block > header.mono .custom-select select, .block .devices > header.mono .custom-select select, .block .subscriptions > header.mono .custom-select select, .block .wrapper > header.mono .custom-select select {
  width: 50%;
}
.block > header.mono.arrow-up:before, .block .devices > header.mono.arrow-up:before, .block .subscriptions > header.mono.arrow-up:before, .block .wrapper > header.mono.arrow-up:before {
  top: -1.25em;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #808080;
  border-width: 0.625em;
  margin-left: -0.625em;
}
.block > header.modal-header, .block .devices > header.modal-header, .block .subscriptions > header.modal-header, .block .wrapper > header.modal-header {
  padding-left: 4.375em;
  background-color: #ffffff;
}
.block > header.modal-header .icon-area, .block .devices > header.modal-header .icon-area, .block .subscriptions > header.modal-header .icon-area, .block .wrapper > header.modal-header .icon-area {
  left: 0;
  right: auto;
}
.block > header.modal-header .icon-area img, .block .devices > header.modal-header .icon-area img, .block .subscriptions > header.modal-header .icon-area img, .block .wrapper > header.modal-header .icon-area img {
  margin: 0.375em auto;
  width: 2.9375em;
  height: 2.9375em;
}
.block > header h2, .block .devices > header h2, .block .subscriptions > header h2, .block .wrapper > header h2 {
  color: #000000;
  line-height: 1;
  margin: 0;
  font-size: 1.875em;
}
.block > header h2 > a, .block > header h2 > span, .block .devices > header h2 > a, .block .devices > header h2 > span, .block .subscriptions > header h2 > a, .block .subscriptions > header h2 > span, .block .wrapper > header h2 > a, .block .wrapper > header h2 > span {
  font-family: "Arial", sans-serif;
  font-size: 0.5em;
  font-weight: normal;
  color: #ED6B06;
  line-height: 1.2142857143em;
  display: block;
}
.block > header h2 > label, .block .devices > header h2 > label, .block .subscriptions > header h2 > label, .block .wrapper > header h2 > label {
  font-family: "Arial", sans-serif;
  font-size: 0.5em;
  font-weight: 400;
  display: block;
  margin-right: 0.3571428571em;
}
.block > header h2 > label .custom-select, .block .devices > header h2 > label .custom-select, .block .subscriptions > header h2 > label .custom-select, .block .wrapper > header h2 > label .custom-select {
  font-weight: bold;
}
.block > header h2 > label .custom-select .select,
.block > header h2 > .custom-select .select, .block .devices > header h2 > label .custom-select .select,
.block .devices > header h2 > .custom-select .select, .block .subscriptions > header h2 > label .custom-select .select,
.block .subscriptions > header h2 > .custom-select .select, .block .wrapper > header h2 > label .custom-select .select,
.block .wrapper > header h2 > .custom-select .select {
  background-color: transparent;
  border: none;
  color: #000000;
  display: inline-block;
  height: 1.0714285714em;
  line-height: 1.0714285714em;
  text-transform: uppercase;
  width: auto;
}
.block > header h2 > label .custom-select .select:after,
.block > header h2 > .custom-select .select:after, .block .devices > header h2 > label .custom-select .select:after,
.block .devices > header h2 > .custom-select .select:after, .block .subscriptions > header h2 > label .custom-select .select:after,
.block .subscriptions > header h2 > .custom-select .select:after, .block .wrapper > header h2 > label .custom-select .select:after,
.block .wrapper > header h2 > .custom-select .select:after {
  top: -0.3em !important;
}
.block > header h2 > label .custom-select .select .current,
.block > header h2 > .custom-select .select .current, .block .devices > header h2 > label .custom-select .select .current,
.block .devices > header h2 > .custom-select .select .current, .block .subscriptions > header h2 > label .custom-select .select .current,
.block .subscriptions > header h2 > .custom-select .select .current, .block .wrapper > header h2 > label .custom-select .select .current,
.block .wrapper > header h2 > .custom-select .select .current {
  padding-left: 0;
  padding-right: 0.7142857143em;
}
.block > header h2 > label .custom-select .select ul,
.block > header h2 > .custom-select .select ul, .block .devices > header h2 > label .custom-select .select ul,
.block .devices > header h2 > .custom-select .select ul, .block .subscriptions > header h2 > label .custom-select .select ul,
.block .subscriptions > header h2 > .custom-select .select ul, .block .wrapper > header h2 > label .custom-select .select ul,
.block .wrapper > header h2 > .custom-select .select ul {
  text-transform: none;
  top: 0.5em;
  width: auto;
}
.block > header h2 > label .custom-select .select.with-label,
.block > header h2 > .custom-select .select.with-label, .block .devices > header h2 > label .custom-select .select.with-label,
.block .devices > header h2 > .custom-select .select.with-label, .block .subscriptions > header h2 > label .custom-select .select.with-label,
.block .subscriptions > header h2 > .custom-select .select.with-label, .block .wrapper > header h2 > label .custom-select .select.with-label,
.block .wrapper > header h2 > .custom-select .select.with-label {
  font-weight: bold;
}
.block > header h2 > label .custom-select .select:after,
.block > header h2 > .custom-select .select:after, .block .devices > header h2 > label .custom-select .select:after,
.block .devices > header h2 > .custom-select .select:after, .block .subscriptions > header h2 > label .custom-select .select:after,
.block .subscriptions > header h2 > .custom-select .select:after, .block .wrapper > header h2 > label .custom-select .select:after,
.block .wrapper > header h2 > .custom-select .select:after {
  border: none;
  color: #FFFFFF;
  content: "v";
  font-family: "treicon" !important;
  font-size: 0.7142857143em;
  height: auto;
  text-transform: none;
  top: -1em;
  width: auto;
}
.block > header > .header-controls, .block .devices > header > .header-controls, .block .subscriptions > header > .header-controls, .block .wrapper > header > .header-controls {
  position: absolute;
  top: 1.0714285714em;
  right: 5.7142857143em;
  font-size: 0.875em;
}
.block > header > .header-controls label, .block .devices > header > .header-controls label, .block .subscriptions > header > .header-controls label, .block .wrapper > header > .header-controls label {
  color: #ffffff;
  font-weight: bold;
}
.block > header > .header-controls label:after, .block .devices > header > .header-controls label:after, .block .subscriptions > header > .header-controls label:after, .block .wrapper > header > .header-controls label:after {
  content: ":";
}
.block > header > .header-controls a.btn, .block .devices > header > .header-controls a.btn, .block .subscriptions > header > .header-controls a.btn, .block .wrapper > header > .header-controls a.btn {
  margin-top: 0.1428571429em;
}
.block > header h2 + .header-controls, .block .devices > header h2 + .header-controls, .block .subscriptions > header h2 + .header-controls, .block .wrapper > header h2 + .header-controls {
  right: 1.4285714286em;
}
.block .icon-area {
  background: #000000;
  height: 100%;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 3.75em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.block .avatar-area {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #404040;
  height: 4.6153846154em;
  width: 4.6153846154em;
  text-align: center;
}
.block .avatar-area i {
  left: 0.625em;
  position: absolute;
  top: 0.5em;
}
.block .sub-header {
  margin: 0.0714285714em 0 0 0;
  padding-left: 1.4285714286em;
  background-color: #808080;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 3.4285714286em;
  text-transform: capitalize;
  font-weight: normal;
  text-align: left;
}
.block > .content {
  background: #fff;
  position: relative;
}
.block > .content.pop-down {
  margin-top: 10.625em;
}
.block > .content.edit-mode:before {
  position: absolute;
  background-color: rgba(229, 229, 229, 0.7);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  content: "";
  z-index: 1;
}
.block .tabs section {
  height: 192px;
}
.block .tabs nav {
  background-color: #808080;
}
.block .tabs nav:after {
  content: "";
  display: table;
  clear: both;
}
.block .tabs nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block .tabs nav li {
  border-right: 2px solid #ffffff;
  float: left;
}
.block .tabs nav a {
  color: #ffffff;
  display: block;
  font-size: 0.875em;
  font-weight: bold;
  height: 3.2857142857em;
  line-height: 3.2857142857em;
  padding: 0 1.7857142857em;
  text-decoration: none;
  text-transform: uppercase;
}
.block .tabs nav a:hover {
  background-color: #C4C4C4;
}
.block .tabs nav li.active a {
  background-color: #ffffff;
  color: #1e1e1e;
}
.block .see-all, .block .back {
  color: #000000;
  display: block;
  font-size: 0.875em;
  position: relative;
  text-decoration: none;
}
.block .see-all {
  bottom: -0.5714285714em;
  margin-bottom: 0.7142857143em;
  right: 0;
  text-align: right;
}
.block .see-all:before {
  content: "b";
  display: inline;
  font-family: "treicon";
  font-size: 1.1428571429em;
  margin-right: 0.3em;
  vertical-align: middle;
}
.block .back {
  top: -1.6428571429em;
}
.block .back:before {
  content: "t";
  display: inline;
  font-family: "treicon";
  font-size: 1.1428571429em;
  margin-right: 0.3em;
  position: relative;
  top: 3px;
}
.block .button-row {
  background-color: #000000;
  display: table;
  font-size: 0.8125em;
  height: 3.5384615385em;
  width: 100%;
}
.block .button-row ul {
  display: table-row;
}
.block .button-row li {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.block .tag {
  background-color: #009db4;
  bottom: 2.3em;
  color: #ffffff;
  position: absolute;
  right: -1.25em;
  text-align: center;
  font-size: 1.25em;
  line-height: 1.3em;
  width: 24.1px;
  height: 25px;
  display: flex;
  justify-content: center;
  font-family: "Arial", sans-serif;
}
.block .howtos:after {
  content: "";
  display: table;
  clear: both;
}
.block .howto {
  cursor: pointer;
  position: relative;
  display: block;
  float: left;
  border-bottom: 2px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  font-size: 0.8125em;
  height: 8.8461538462em;
  padding: 1.5384615385em 2.3076923077em 1.5384615385em 1.5384615385em;
  width: 50%;
}
.block .howto:nth-child(2) {
  border-left: 1px solid #e5e5e5;
  border-right: none;
}
.block .howto h3 {
  font-size: 1.2307692308em;
  margin-bottom: 0;
  margin-top: 0;
}
.block .howto p {
  margin-bottom: 0;
  margin-top: 0.4615384615em;
}
.block .howto img, .block .howto .avatar-area {
  float: left;
  margin-right: 1.5384615385em;
  margin-bottom: 1.5384615385em;
}
.block .howto.active {
  background-color: #dbdbdb;
}
.block .howto.active:after {
  height: 0;
  width: 0;
  border-left: 17.5px solid transparent;
  border-right: 17.5px solid transparent;
  border-top: 17.5px solid #dbdbdb;
  content: "";
  position: absolute;
  left: 2.5em;
  bottom: -1.3em;
}
.block .generic-table .inline-form .content {
  position: relative;
}
.block .generic-table {
  width: 100.1%;
}
.block .generic-table i[class^=alert] {
  display: inline;
}
.block .generic-table a {
  font-weight: bold;
}
.block .generic-table p {
  margin: 0;
}
.block .generic-table .right-aligned {
  text-align: right;
}
.block .generic-table > thead tr th {
  height: 48px;
}
.block .generic-table > thead.column-based {
  font-weight: bold;
  color: #ffffff;
  vertical-align: middle;
  text-align: left;
  background-color: #979797;
}
.block .generic-table > thead.column-based tr th {
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  padding: 0.6153846154em 1.5384615385em;
  text-transform: capitalize;
}
.block .generic-table > thead.column-based tr th:first-child {
  border-left: 2px solid transparent;
  border-right: 2px solid #e5e5e5;
}
.block .generic-table > thead {
  font-weight: bold;
  font-size: 0.8125em;
  color: #ffffff;
  vertical-align: middle;
  text-align: left;
  background-color: #808080;
}
.block .generic-table > thead tr th {
  border-top: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5;
  padding: 0.6153846154em 1.5384615385em;
  text-transform: capitalize;
}
.block .generic-table > thead tr th:first-child {
  border-left: none;
}
.block .generic-table .lighter {
  background-color: #979797;
}
.block .generic-table > thead.sortable tr th[class]:hover {
  background-color: #C4C4C4;
}
.block .generic-table > thead.sortable tr th:first-child {
  border-left: none;
  border-right: 2px solid #e5e5e5;
}
.block .generic-table > thead.sortable tr th a {
  margin-right: 0.7692307692em;
  color: #ffffff;
}
.block .generic-table > thead.sortable tr th a:after {
  position: absolute;
  background-image: url(/business/selvbetjening/static/svg/sort.svg);
  background-repeat: no-repeat;
  content: "";
  display: inline;
  width: 10px;
  height: 11px;
  margin-top: 0.0769230769em;
  margin-left: 0.3076923077em;
  font-family: "treicon";
  text-transform: none;
}
.block .generic-table > thead.sortable tr th a.asc:after {
  content: "";
  background-image: url(/business/selvbetjening/static/svg/sort-asc.svg);
}
.block .generic-table > thead.sortable tr th a.desc:after {
  content: "";
  background-image: url(/business/selvbetjening/static/svg/sort-desc.svg);
}
.block .generic-table > thead.sortable tr th.important a:after {
  margin-top: -0.4615384615em;
  margin-left: 1.4em;
}
.block .generic-table > thead.sortable.tight tr th {
  padding: 0 0.7692307692em;
}
.block .generic-table.with-border thead tr th, .block .generic-table.with-border tbody tr:last-child td {
  border-bottom: none;
}
.block .generic-table .empty-table-message {
  display: none;
}
.block .generic-table tbody:empty {
  display: none;
}
.block .generic-table tbody:empty ~ thead {
  display: none;
}
.block .generic-table tbody:empty + .empty-table-message {
  display: block;
}
.block .generic-table > thead.navigatable {
  font-size: 0.8125em;
}
.block .generic-table > thead.navigatable tr th {
  position: relative;
  padding: 0 1em;
  font-weight: bold;
  text-align: left;
}
.block .generic-table > thead.navigatable tr th:before {
  content: "i";
  display: inline;
  font-family: "treicon";
  font-size: 1.1538461538em;
  margin-right: 0.8em;
  color: #79a4b7;
}
.block .generic-table > thead.navigatable tr th nav {
  position: absolute;
  overflow: hidden;
  top: 1em;
  right: 0.5em;
  text-align: center;
}
.block .generic-table > thead.navigatable tr th nav a {
  float: left;
  margin-right: 0.2em;
  height: 1.5384615385em;
  width: 1.5384615385em;
  color: #ffffff;
  background-color: #79a4b7;
}
.block .generic-table > thead.navigatable tr th nav a:before {
  display: inline;
  font-family: "treicon";
  font-size: 1.1538461538em;
}
.block .generic-table > thead.navigatable tr th nav a.disabled {
  background-color: #e5e5e5;
}
.block .generic-table > thead.navigatable tr th nav a.prev:before {
  content: "t";
}
.block .generic-table > thead.navigatable tr th nav a.next:before {
  content: "u";
}
.block .generic-table > tbody.highlight-rows tr:hover {
  background-color: #C4C4C4;
}
.block .generic-table thead + tbody tr:first-child td {
  border-top: 2px solid #e5e5e5;
}
.block .generic-table > tbody {
  font-size: 0.8125em;
}
.block .generic-table > tbody .sub-header td {
  border-top: 0.625em solid #e5e5e5;
  margin: 0.625em 0 0 0;
  padding-left: 1.25em;
  background-color: #009db4;
  border-bottom: none;
  color: #ffffff;
  font-size: 1.2307692308em;
  line-height: 3em;
  font-weight: normal;
  text-transform: capitalize;
}
.block .generic-table > tbody .sub-header.lighter td {
  background-color: #979797;
  border-top: none;
  margin: 0;
}
.block .generic-table > tbody .sub-header.lighter td.border {
  background-color: #979797;
}
.block .generic-table > tbody .sub-header + tr td {
  border-top: none;
}
.block .generic-table > tbody tr {
  color: #000000;
  background-color: #ffffff;
}
.block .generic-table > tbody tr:hover {
  background-color: #C4C4C4;
}
.block .generic-table > tbody tr.blank:hover {
  background-color: transparent;
}
.block .generic-table > tbody tr.blank td {
  height: 47px;
}
.block .generic-table > tbody tr.blank + tr.blank td {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
}
.block .generic-table > tbody tr.row-state td:first-child i {
  color: #79a4b7;
  font-size: 1.2307692308em;
  line-height: 1em;
  margin: 0 0.375em;
}
.block .generic-table > tbody tr.row-state.success td:first-child i {
  color: #bed73b;
}
.block .generic-table > tbody tr.row-state.alert td:first-child i {
  color: #ED6B06;
}
.block .generic-table > tbody tr.row-state.alert td.text {
  color: #ED6B06;
  font-weight: bold;
}
.block .generic-table > tbody td {
  padding: 0 1.5384615385em;
  border-top: 2px solid #e5e5e5;
}
.block .generic-table > tbody td a.alert-error {
  white-space: nowrap;
  color: #ED6B06;
  font-style: italic;
  font-weight: bold;
}
.block .generic-table > tbody td a.alert-error:before {
  content: "a";
  display: block;
  font-family: "treicon";
  font-size: 1.2307692308em;
  font-style: normal;
}
.block .generic-table > tbody tr:first-child td {
  border-top: none;
}
.block .generic-table > tbody tr:last-child td {
  border-bottom: 2px solid #e5e5e5;
}
.block .generic-table > tbody td b {
  font-style: italic;
}
.block .generic-table > tbody td.icon {
  vertical-align: middle;
  text-align: center;
  width: 4.6538461538em;
  height: 3.5384615385em;
  padding: 0;
}
.block .generic-table > tbody td.icon img {
  margin: auto;
  height: 2.8em;
}
.block .generic-table > tbody td.filled-bg {
  height: 48px;
  width: 60px;
  background-color: #000000;
}
.block .generic-table > tbody td.filled-bg + td.filled-bg {
  border-left: 2px solid #e5e5e5 !important;
}
.block .generic-table > tbody td.filled-bg:hover {
  background-color: #000000;
}
.block .generic-table > tbody td.filled-bg.icon-action-column {
  text-align: center;
  border: 2px solid #fff !important;
  background-color: #000000;
}
.block .generic-table > tbody td.filled-bg-dark {
  background-color: #000000;
}
.block .generic-table > tbody td.filled-bg-alert {
  background-color: #ED6B06;
  color: white;
}
.block .generic-table > tbody td.expandable:hover > a {
  color: #ffffff;
}
.block .generic-table > tbody td.expandable:hover > a i.dark {
  color: #ED6B06;
}
.block .generic-table > tbody td.expandable > a {
  padding: 0.5em 1em;
  font-size: 1.5384615385em;
}
.block .generic-table > tbody td.amount {
  color: #ED6B06;
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}
.block .generic-table > tbody td.number {
  font-weight: bold;
}
.block .generic-table > tbody td.link-out {
  background-color: #ffffff;
  border-left: 2px solid #e5e5e5;
  text-align: center;
}
.block .generic-table > tbody td.link-out a {
  white-space: nowrap;
}
.block .generic-table > tbody td.link-out a:before {
  content: "b";
  display: inline;
  font-family: "treicon";
  font-size: 1.14286em;
  margin-right: 0.3em;
  vertical-align: middle;
}
.block .generic-table > tbody td.with-button {
  padding-right: 1em;
}
.block .generic-table > tbody td.with-button a {
  float: right;
}
.block .generic-table > tbody td.with-button div.status-btn {
  float: left;
  padding-top: 5px;
}
.block .generic-table > tbody td.border {
  width: 0.7692307692em;
  border-top-color: #979797;
  background-color: #979797;
}
.block .generic-table > tbody td[class^=status] {
  text-align: right;
}
.block .generic-table > tbody td.status-error {
  font-weight: bold;
  font-style: italic;
  color: #ED6B06;
}
.block .generic-table > tbody td.status-success {
  color: #bed73b;
}
.block .generic-table.tight > tbody td {
  padding: 0 0.7692307692em;
}
.block .generic-table > tbody.card {
  display: none;
}
.block .generic-table > tbody.card.active-card {
  display: table-row-group;
}
.block .generic-table > tbody.card.wide-headings > tr td {
  width: 65%;
}
.block .generic-table > tbody.card.wide-headings > tr td:first-child {
  width: 35%;
}
.block .generic-table > tbody.card.wide-headings.even-wider > tr td {
  width: 60%;
}
.block .generic-table > tbody.card.wide-headings.even-wider > tr td:first-child {
  width: 40%;
}
.block .generic-table > tbody.card > tr td {
  border-bottom: 2px solid transparent;
  width: 85%;
  height: 30px;
  padding: 0 10px;
}
.block .generic-table > tbody.card > tr:first-child td {
  padding: 14px 10px 8px 10px;
}
.block .generic-table > tbody.card > tr td:first-child {
  color: #252525;
  width: 25%;
  text-indent: 3em;
  font-weight: bold;
}
.block .generic-table > tbody.card > tr td:first-child:after {
  content: ":";
}
.block .generic-table > tbody.card td.td-align-top {
  vertical-align: top;
}
.block .generic-table > tbody.card > tr td:first-child[colspan="2"] {
  text-indent: 0;
  padding-left: 124px;
}
.block .generic-table > tbody.card > tr td:first-child[colspan="2"]:after {
  content: "";
}
.block .generic-table > tbody.card > tr.blank td:first-child {
  height: 11px;
  text-align: right;
  padding: 0 10px;
}
.block .generic-table > tbody.card > tr.blank td:first-child:after {
  content: "";
}
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="2"],
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="3"],
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="4"],
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="5"],
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="6"],
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="7"],
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="8"],
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="9"],
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="10"] {
  padding: 0;
  height: 0px;
}
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="2"] table,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="3"] table,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="4"] table,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="5"] table,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="6"] table,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="7"] table,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="8"] table,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="9"] table,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="10"] table {
  position: absolute;
  z-index: 2;
}
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="2"] table td,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="3"] table td,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="4"] table td,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="5"] table td,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="6"] table td,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="7"] table td,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="8"] table td,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="9"] table td,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="10"] table td {
  border: none;
  padding: 0.3076923077em 0.3076923077em 0.3076923077em 0.4615384615em;
}
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="2"] .buttons,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="3"] .buttons,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="4"] .buttons,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="5"] .buttons,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="6"] .buttons,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="7"] .buttons,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="8"] .buttons,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="9"] .buttons,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="10"] .buttons {
  position: absolute;
  right: 0;
  top: 0.8em;
}
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="2"] .buttons button,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="3"] .buttons button,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="4"] .buttons button,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="5"] .buttons button,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="6"] .buttons button,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="7"] .buttons button,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="8"] .buttons button,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="9"] .buttons button,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="10"] .buttons button {
  position: static;
  display: inline-block;
  margin-right: 0.7692307692em;
}
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="2"] .buttons a,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="3"] .buttons a,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="4"] .buttons a,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="5"] .buttons a,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="6"] .buttons a,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="7"] .buttons a,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="8"] .buttons a,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="9"] .buttons a,
.block .generic-table > tbody.card .inline-form > td:first-child[colspan="10"] .buttons a {
  display: inline-block;
  margin-top: 0em;
}
.block .generic-table > tbody.card > tr td.editable > a {
  position: relative;
  display: block;
  width: 100%;
  font-weight: bold;
}
.block .generic-table > tbody.card > tr td.editable > a:after {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url("/business/selvbetjening/static/svg/info-card-edit.svg");
  background-repeat: no-repeat;
  background-position: right top;
  width: 24px;
  height: 24px;
}
.block .generic-table > tbody.card > tr td.editable > a.js-open-terms:after {
  background-image: none;
  content: "Info";
  text-align: right;
}
.block .generic-table > tbody.card > tr td.editable > a.activate-sim-link {
  width: auto;
  position: static;
  display: inline-block;
  color: #ED6B06;
  text-decoration: underline;
}
.block .generic-table > tbody.card > tr td.editable > a.activate-sim-link:after {
  display: none;
}
.block .generic-table > tbody.card > tr td.editable form {
  position: relative;
  display: none;
  overflow: hidden;
}
.block .generic-table > tbody.card > tr td.editable form input {
  float: left;
  border-radius: 2px;
  border: 1px solid #979797;
  font-weight: bold;
  line-height: 2.4615384615em;
  margin-right: 0.4615384615em;
  width: 100px;
}
.block .generic-table > tbody.card > tr td.editable form > .submit {
  position: absolute;
  top: 50%;
  margin-top: -0.9230769231em;
  right: 0;
  overflow: hidden;
}
.block .generic-table > tbody.card > tr td.editable form > .submit button {
  float: left;
  margin-right: 0.7692307692em;
}
.block .generic-table > tbody.card > tr td.editable form > .submit a {
  float: left;
  margin-top: 0.3076923077em;
}
.block .generic-table > tbody.card > tr td.editable form.multiple-inputs input {
  width: 6.5384615385em;
}
.block .generic-table > tbody.card > tr.edit-mode {
  background-color: #bad6e1;
}
.block .generic-table > tbody.card > tr.edit-mode td.editable {
  padding: 10px 4px 4px 6px;
}
.block .generic-table > tbody.card > tr.edit-mode td.editable > a {
  display: none;
}
.block .generic-table > tbody.card > tr.edit-mode td.editable form {
  display: block;
}
.block .generic-table > tbody.card a.alert-error {
  color: #ED6B06;
  font-style: italic;
  font-weight: bold;
}
.block .generic-table > tbody.card a.alert-error:before {
  content: "a";
  display: inline;
  font-family: "treicon";
  font-size: 1.2307692308em;
  margin-right: 0.8em;
  font-style: normal;
}
.block .generic-table > tbody.card > tr.double-height td:first-child {
  padding-top: 6px;
  vertical-align: top;
}
.block .generic-table > tbody.card > tr.double-height td {
  padding-right: 4em;
  height: 60px;
}
.block .generic-table > tbody.card > tbody td.multi-line {
  padding-bottom: 2em;
}
.block .generic-table > tbody.card > tbody td.multi-line p {
  margin: 0 0 1em 0;
  width: 85%;
}
.block .generic-table > tbody.card > tbody td.multi-line a.more {
  position: absolute;
  font-weight: bold;
  right: 1.5em;
}
.block .generic-table > tbody.card > tbody td.multi-line a.more:before {
  content: "b";
  display: inline;
  font-family: "treicon";
  font-size: 1.2307692308em;
  margin-right: 0.3em;
}
.block .generic-table > tfoot > tr td {
  position: relative;
  height: 3.6153846154em;
  padding: 0 0.7692307692em;
  font-size: 0.8125em;
}
.block .generic-table > tfoot > tr td > .btn {
  position: absolute;
  top: 12px;
  right: 10px;
}
.block .generic-table.with-border > tfoot > tr td {
  height: 1.875em;
  background-color: #979797;
}
.block .generic-table > tfoot.pagination {
  background-color: #808080;
}
.block .generic-table > tfoot.pagination .count-display {
  color: #ffffff;
  text-align: left;
}
.block .generic-table > tfoot.pagination .navigation {
  text-align: center;
}
.block .generic-table > tfoot.pagination .navigation ul {
  display: inline-block;
  list-style: none;
}
.block .generic-table > tfoot.pagination .navigation ul li {
  float: left;
  margin-right: 0.2em;
}
.block .generic-table > tfoot.pagination .navigation ul li a {
  color: #ffffff;
  display: inline-block;
  padding: 0.3em 0.6em;
  background-color: #000000;
}
.block .generic-table > tfoot.pagination .navigation ul li a:hover {
  background-color: #C4C4C4;
}
.block .generic-table > tfoot.pagination .navigation ul li.selected a {
  background-color: #ED6B06;
}
.block .generic-table > tfoot.pagination .navigation ul li.prev a, .block .generic-table > tfoot.pagination .navigation ul li.next a {
  background-color: #000000;
  padding: 0.3em 0.8em;
}
.block .generic-table > tfoot.pagination .navigation ul li.prev a:before {
  content: "t";
  display: inline;
  font-family: "treicon";
  margin-right: 0.3em;
}
.block .generic-table > tfoot.pagination .navigation ul li.next a:after {
  content: "b";
  display: inline;
  font-family: "treicon";
  margin-left: 0.3em;
}
.block .generic-table > tfoot.pagination .options {
  text-align: right;
}
.block .column-list {
  list-style: none;
  overflow: hidden;
  margin: 0 0 0.625em 0;
  padding: 0;
}
.block .column-list li {
  position: relative;
  float: left;
  width: 32.666666667%;
  margin-left: 1%;
  padding: 1.5384615385em 1.5384615385em 2.3076923077em 1.5384615385em;
  background-color: #ffffff;
  font-size: 0.8125em;
}
.block .column-list li:first-child {
  margin-left: 0;
}
.block .column-list li > img {
  float: left;
  margin-right: 1.5384615385em;
}
.block .column-list li h4 {
  margin: 0 0 0.6153846154em 0;
}
.block .column-list li h4 > span {
  display: block;
  color: #FF3C96;
}
.block .column-list li .buttons {
  position: absolute;
  right: 1.5384615385em;
}
.block .column-list li .buttons > a {
  float: left;
  margin-left: 1.5384615385em;
}
.block .column-list li .buttons > a.arrowed {
  line-height: 1.9230769231em;
  color: #000000;
}
.block .error-notification {
  border: 1.25em solid #ffffff;
  background-color: #979797;
}
.block .error-notification .empty-table-notification {
  border: none;
  padding: 6.25em 0 0 0;
}
.block .empty-table-notification {
  padding: 5em 0;
  text-align: center;
  border: 1.25em solid #ffffff;
  color: #252525;
  background-color: #979797;
  font-size: 0.8125em;
  font-weight: bold;
  font-style: italic;
}
.block .empty-table-notification.widget-size-medium {
  position: absolute;
  width: 35.2307692308em;
  height: 14.3846153846em;
}
.block td.empty-table-notification {
  padding: 5em 0 !important;
  height: auto !important;
}
.block .list-box {
  position: relative;
  padding: 1.5384615385em 1.1538461538em;
  border: 1.4285714286em solid #ffffff;
  color: #252525;
  font-size: 0.8125em;
  font-weight: bold;
}
.block .list-box.no-list-style ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.block .list-box.no-list-style li {
  font-weight: normal;
}
.block .list-box.no-list-style li:before {
  content: "";
}
.block .list-box.no-list-style li h5 {
  font-size: 1em;
  margin: 0 0 1em 0;
}
.block .list-box li {
  list-style: none;
  margin-bottom: 1.2307692308em;
}
.block .list-box li:before {
  content: "•";
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -1.2307692308em;
  top: 0;
  color: #79a4b7;
  font-size: 1.2307692308em;
}
.block .list-box .amount {
  text-align: right;
  color: #ED6B06;
  font-size: 1.5384615385em;
  margin-right: 1em;
  margin-bottom: 0.5em;
}
.block .list-box .amount.greyed {
  color: #e5e5e5;
}
.block .list-box .buttons {
  text-align: right;
}
.block .list-box .buttons > span,
.block .list-box .buttons > a {
  margin-right: 1.5384615385em;
}
.block .list-box .buttons .btn.disabled {
  background-color: #979797;
  color: #ffffff;
}
.block .list-box .buttons .btn.disabled i {
  color: #ffffff;
  font-size: 1em;
}
.block .list-box .buttons .btn.buy {
  padding: 0 1.6em;
}
.block .list-box .buttons .btn.buy i {
  font-size: 1em;
}

.block .contrast-box {
  font-size: 0.8125em;
  padding: 1.1538461538em 1.5384615385em;
  background-color: #C4C4C4;
}
.block .contrast-box p {
  font-size: 1em;
  padding: 0;
}
.block .contrast-box > td {
  padding: 0 !important;
}
.block .contrast-box form {
  background-color: #C4C4C4;
}
.block .contrast-box table {
  width: 100%;
}
.block .contrast-box table td {
  background-color: #C4C4C4;
  border: none;
  padding: 0.3076923077em 0.3076923077em 0.3076923077em 0.4615384615em;
}
.block .contrast-box .choices {
  list-style: none;
  padding: 0;
  margin: 0;
}
.block .contrast-box .choices li {
  background-color: #ffffff;
  padding: 1.2307692308em 3.8461538462em;
  margin-bottom: 0.1538461538em;
}
.block .contrast-box .choices li b {
  margin: 0 0.6153846154em;
  font-style: normal !important;
}
.block .contrast-box .choices li span {
  font-weight: bold;
}
.block .contrast-box .choices li span.alt {
  color: #ED6B06;
}
.block .contrast-box .choices li .info {
  margin-right: 1.5384615385em;
}
.block .contrast-box .choices li ul.details li {
  padding: 0;
}
.block .contrast-box .help-info {
  padding: 0.7692307692em 2em;
}
.block .contrast-box .help-info h5 {
  margin: 0 0;
  font-size: 1em;
  color: #FF3C96;
}

section.block {
  float: left;
  display: block;
  width: 100%;
}
section.block:last-child {
  margin-right: 0;
}

.block.search {
  background: #1e1e1e;
  position: relative;
}
.block.search .wrapper > header {
  background: #ffffff;
}
.block.search .content {
  background: #ffffff;
  padding: 0 3.75em 0.625em 0.625em;
  min-height: 0;
  font-family: "Arial", sans-serif;
}
.block.search .content input {
  height: 2.7142857143em;
  font-size: 0.8125em;
  width: 98%;
  padding: 0 0.7692307692em;
}
.block.search .content input.searching {
  background: url("/business/selvbetjening/static/images/loader.gif") no-repeat center center;
  background-color: white;
  color: #b6b6b6;
}
.block.search .icon-area {
  height: 100%;
  background: #565656;
}
.block.search .icon-area a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.block.search .icon-area i {
  position: absolute;
  width: 2.75em;
  height: 2.75em;
  top: 2em;
  bottom: 0.5em;
  left: 0.5em;
}
.block.search .search-results {
  position: absolute;
  margin: 0;
  list-style: none;
  background-color: white;
  border: 1px solid #979797;
  left: 10px;
  width: 98%;
  z-index: 100;
  padding: 0;
  max-height: 220px;
  overflow: auto;
  font-size: 0.8125em;
  float: none;
}
.block.search .search-results li {
  display: none;
  overflow: hidden;
}
.block.search .search-results li span.name {
  max-width: 134px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block.search .search-results li.visible {
  display: block;
  border-top: 2px solid #e5e5e5;
}
.block.search .search-results .search-result-head {
  display: block;
  padding: 0.7692307692em 1.5384615385em;
  background-color: #979797;
  color: #ffffff;
  text-transform: capitalize;
}
.block.search .search-results .search-result-head span {
  float: left;
  width: 33%;
}
.block.search .search-results .itemcontent {
  width: 100%;
}
.block.search .search-results .itemcontent .headeritem {
  font-weight: bold;
  color: #434343;
}
.block.search .search-results .itemcontent .namerow {
  padding-bottom: 2px;
}
.block.search .search-results .itemcontent .numberrow div {
  width: 48%;
  display: inline-block;
}
.block.search .search-results .itemcontent span {
  display: block;
  padding-bottom: 1px;
}
.block.search .search-results .highlighted a {
  background-color: #C4C4C4;
}
.block.search .search-results a {
  display: block;
  padding: 0.9230769231em 1.5384615385em;
  overflow: hidden;
  color: #252525;
}
.block.search .search-results a b {
  color: #434343;
}
.block.search .search-results a:hover {
  background-color: #C4C4C4;
}
.block.search .error-notification {
  height: 6.5625em;
  padding: 0;
  border: none;
}
.block.search .error-notification .empty-table-notification {
  color: white;
  padding: 45px 0 0 0;
  border: none;
  background: #1e1e1e;
}
.block.search.account .empty-table-notification {
  background: none;
}

.block.search.account .wrapper > header {
  background: #266C93;
}
.block.search.account .content {
  background: #266C93;
}

.block.stats-boxes {
  background-color: #a0bfcc;
}
.block.stats-boxes .content {
  padding: 0;
  min-height: 0;
}
.block.stats-boxes .error-notification {
  height: 6.625em;
  background-color: #979797;
  border: none;
}
.block.stats-boxes .error-notification .empty-table-notification {
  color: white;
  padding: 45px 0 0 0;
  border: none;
  background: none;
}
.block.stats-boxes table {
  width: 100%;
  height: 6.625em;
  color: #006d91;
  background-color: #a0bfcc;
}
.block.stats-boxes table td {
  padding: 0 0.2em;
  background-color: #ffffff;
  font-family: "Arial", sans-serif;
  font-size: 2.4375em;
  font-weight: 800;
  height: 1.5333333333em;
  text-align: center;
}
.block.stats-boxes table td:first-child {
  border-left: none;
}
.block.stats-boxes table td span {
  font-family: "Arial", sans-serif;
  font-size: 0.4em;
  display: block;
  text-transform: capitalize;
}
.block.stats-boxes table td.tablets {
  background-color: rgba(255, 255, 255, 0.7);
}
.block.stats-boxes table td.routers {
  background-color: rgba(255, 255, 255, 0.5);
}
.block.stats-boxes table td.modems {
  background-color: rgba(255, 255, 255, 0.3);
}
.block.stats-boxes table td.speak, .block.stats-boxes table td.data {
  color: #ffffff;
}
.block.stats-boxes table td.speak {
  background-color: #979797;
}
.block.stats-boxes table td.data {
  background-color: #808080;
}
.block.stats-boxes table td.filler {
  background-color: #000000;
  height: auto;
}
.block.stats-boxes .devices {
  padding-left: 0.625em;
  background-color: #000000;
  color: #ffffff;
  text-align: left;
}

.block.addons {
  height: 298px;
}
.block.addons table {
  height: 14.875em;
}
.block.addons tbody td {
  padding: 0 0.625em;
}
.block.addons td.name {
  width: 9.2307692308em;
}
.block.addons td.indicator {
  width: 5px;
  padding-left: 0;
  padding-right: 0;
}

.block.widget.addons .icon-area .icon-addons {
  background-size: 90% 90%;
  background-position: center 5px;
}
.block.widget.addons tbody tr:hover {
  background-color: #C4C4C4;
  cursor: pointer;
}
.block.widget.addons tbody tr:hover td.filled-bg {
  background-color: #000000;
}
.block.widget.addons tbody tr:hover td.filled-bg .icon-triangle-right {
  color: #ED6B06;
}
.block.widget.addons .generic-table > tbody td.filled-bg {
  background-color: #000000;
}
.block.widget.addons tfoot .btn.call-to-action {
  margin-top: -1px;
}

.block.addons-page.extras-full-list .js-addon-activate-third-party {
  margin-right: 3px;
}
.block.addons-page li.top-three {
  min-height: 181px;
}
.block.addons-page .generic-table.with-border thead tr th:first-child {
  border-left: none;
}
.block.addons-page .with-border td.link-out {
  width: 128px;
}
.block.addons-page .with-border td.amount {
  width: 130px;
  color: #000000;
}
.block.addons-page a.buy {
  padding: 0 1.5em;
  text-align: center;
}

.modal .js-addon-form .inline-input {
  display: inline-block;
}
.modal .js-addon-form .inline-input .message p {
  display: none;
}
.modal .block #addon-validation-required .list-box .message {
  background-color: #bad6e1;
  padding: 10px;
  float: left;
  width: 75%;
}
.modal .block #addon-validation-required .list-box .message p {
  display: inline;
  margin-left: 20px;
}

.block.devices {
  height: 20.4375em;
}

.block.invoices {
  height: 20.4375em;
}

.block.numberportings {
  height: 20.4375em;
}

.block.unitstatistic {
  height: 6.625em;
}

.block.notifications {
  height: 20.4375em;
}
.block.notifications .status-unread {
  font-weight: bold;
}
.block.notifications td {
  height: 3.6923076923em;
}
.block.notifications td:first-child {
  width: 1.875em;
  padding-right: 0;
}
.block.notifications td:first-child i {
  font-size: 1.8461538462em;
}
.block.notifications td.date {
  width: 7.6923076923em;
  padding: 0;
}
.block.notifications td.filled-bg {
  background: #000000 !important;
}
.block.notifications .row-interaction:hover {
  cursor: pointer;
  cursor: hand;
  background-color: #C4C4C4;
}
.block.notifications .row-interaction:hover td.filled-bg {
  background: #000000 !important;
}
.block.notifications .row-interaction:hover td.filled-bg i {
  color: #ED6B06;
}

.block.invoice-list .grayed-out {
  color: #e3e3e3;
}
.block.invoice-list .icon-area i {
  width: 2.75em;
  height: 2.75em;
}
.block.invoice-list .list {
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 100%;
}
.block.invoice-list .list tr:hover {
  background-color: #C4C4C4;
  cursor: pointer;
}
.block.invoice-list .list tr {
  margin: 0;
  padding: 0;
  width: 100%;
}
.block.invoice-list .list tr > td {
  position: relative;
  border-top: 2px solid #e5e5e5;
  font-size: 0.8125em;
  height: 3.6923076923em;
  vertical-align: middle;
}
.block.invoice-list .list tr td.icon {
  width: 60px;
}
.block.invoice-list .list tr:nth-child(even) .group {
  border-top: 2px solid #a0bfcc;
}
.block.invoice-list .list tr:first-child > td {
  border-top: none;
  height: 3.5384615385em;
}
.block.invoice-list .list a {
  text-decoration: none;
}
.block.invoice-list .group {
  width: 0.625em;
  background-color: #a0bfcc;
}
.block.invoice-list .icon-link {
  width: 3.0769230769em;
  text-align: right;
}
.block.invoice-list .icon-link i {
  width: 86%;
}
.block.invoice-list .icon {
  padding-left: 0.5384615385em;
  position: relative;
  text-align: center;
}
.block.invoice-list .icon-check {
  color: #bed73b;
  font-size: 1.2em;
}
.block.invoice-list .icon-info {
  color: #79a4b7;
  line-height: 1.5;
}
.block.invoice-list span.payed {
  color: #000000;
}
.block.invoice-list .amount {
  color: #000000;
  text-align: right;
}
.block.invoice-list .date {
  padding: 0 0.625em;
}
.block.invoice-list .link {
  padding-right: 0.6153846154em;
  text-align: right;
}
.block.invoice-list .link i {
  font-size: 1.2307692308em;
}
.block.invoice-list .link .btn {
  line-height: 1.6923076923em;
}
.block.invoice-list .title {
  max-width: 6.5em;
}
.block.invoice-list .title a {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.block.invoice-list span.important {
  display: block;
  font-style: italic;
  color: #ED6B06;
}
.block.invoice-list a.important {
  position: absolute;
  background-color: #ED6B06;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
}
.block.invoice-list a.important i {
  margin-top: 1.125em;
  line-height: 1.5;
}
.block.invoice-list.widget header h2 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 94%;
}
.block.invoice-list.widget .list tr:first-child > td {
  position: relative;
  font-size: 0.8125em;
  height: 3.6923076923em;
  vertical-align: middle;
}
.block.invoice-list.widget .list tfoot td {
  padding: 0 1.25em;
}
.block.invoice-list.widget .list tfoot td a {
  margin-left: 0.625em;
}

.invoice.list.subscriber td.invoiceNumber {
  color: #ED6B06;
  font-weight: bold;
}

.block.text > header {
  background: #737373;
}
.block.text > header h2 {
  font-family: "Arial", sans-serif;
  font-weight: normal;
}
.block.text > header h2 > strong {
  font-family: "Arial", sans-serif;
  font-weight: normal;
}
.block.text .content {
  color: #404040;
  font-size: 0.8125em;
  line-height: 1.6;
  padding: 1.6923076923em 3.2307692308em;
}
.block.text .content p, .block.text .content ul {
  margin-bottom: 0;
  margin-top: 1.5384615385em;
}
.block.text .content h3 {
  color: #006d91;
  font-size: 1.2307692308em;
  font-weight: bold;
  margin: 1em 0 0;
}
.block.text .content h3 + * {
  margin-top: 1.0769230769em;
}
.block.text .content .content-box {
  background-color: #e5e5e5;
  margin: 1.8461538462em -1.5384615385em 0;
  padding: 1.5384615385em;
}
.block.text .content ul {
  list-style: none;
  padding: 0 0 0 1em;
}
.block.text .content ul li {
  margin-top: 0.5em;
}
.block.text .content ul li:first-child {
  margin-top: 0;
}
.block.text .content ul li:before {
  color: #4AB0C0;
  content: "•";
  display: inline-block;
  font-size: 1.5em;
  line-height: 0.1;
  margin-right: 0.8em;
  vertical-align: sub;
}
.block.text .content h3:first-child {
  margin-top: 0;
}
.block.text .icon-area {
  background: #404040;
}

section.block.text + section.block.text {
  margin-top: 1.25em;
}

.block.alert {
  background: #ffffff;
  position: relative;
  height: 6.5625em;
}
.block.alert > header {
  background: #ffffff;
  padding-right: 7.1875em;
  padding-bottom: 0;
  height: auto;
}
.block.alert > header h2 {
  color: #1e1e1e;
}
.block.alert .content {
  background: #ffffff;
  padding: 0 16.1538461538em 0.7692307692em 0.7692307692em;
  font-family: "Arial", sans-serif;
  font-size: 0.8125em;
  font-weight: bold;
}
.block.alert .content p {
  margin: 0;
}
.block.alert .icon-area {
  background: #ed0677;
  height: 100%;
  width: 6.5625em;
}
.block.alert .icon-area i {
  bottom: 0.5em;
  position: absolute;
  top: auto;
}
.block.alert .see-all {
  position: absolute;
  font-size: 0.8125em;
  right: 9.2307692308em;
  bottom: 1.1538461538em;
  margin-bottom: 0;
}

.block.widget.repair {
  height: 298px;
}
.block.widget.repair .empty-table-notification {
  font-size: 13px;
  padding: 4em 0;
}
.block.widget.repair .content {
  font-size: 0.8125em;
}
.block.widget.repair .content.error-notification {
  font-size: inherit;
}
.block.widget.repair .content .card-heading {
  position: relative;
  padding: 0 0.625em 0 2.5em;
  height: 3.5384615385em;
  line-height: 3.5384615385em;
  font-weight: bold;
  border-bottom: 0.1538461538em solid #e5e5e5;
}
.block.widget.repair .content .card-heading .alert-info {
  position: absolute;
  left: 0.625em;
  top: 1em;
}
.block.widget.repair .content .card-nav a {
  position: absolute;
  top: 8em;
  height: 3.0769230769em;
  border-radius: 100%;
  background-color: white;
  width: 2.8571428571em;
}
.block.widget.repair .content .card-nav a i {
  color: #5f8da2;
  position: absolute;
  top: 14px;
  left: 12px;
  font-size: 1.1em;
}
.block.widget.repair .content .card-nav a.disabled {
  display: none;
}
.block.widget.repair .content .card-nav a.next {
  right: 0;
}
.block.widget.repair .content .card-content {
  height: 9.3846153846em;
  margin: 1.5384615385em 1.5384615385em 0 1.5384615385em;
  background-color: #C4C4C4;
  padding: 1.1538461538em 3.0769230769em;
  cursor: pointer;
}
.block.widget.repair .content .card-content .tooltip {
  position: absolute;
  margin-top: -2em;
  right: 3.5em;
  background-color: #ED6B06;
  padding: 0 0.4em;
  line-height: 1.5;
  color: white;
}
.block.widget.repair .content .card-content:hover {
  background-color: #C4C4C4;
}
.block.widget.repair .content .card-content:hover .tooltip {
  display: block;
}
.block.widget.repair .content .card-content .card {
  position: relative;
}
.block.widget.repair .content .card-content dl {
  overflow: hidden;
  margin: 0;
}
.block.widget.repair .content .card-content dl dt {
  width: 5.6923076923em;
  font-weight: bold;
  line-height: 1.5;
}
.block.widget.repair .content .card-content dl dd {
  position: absolute;
  left: 2.6153846154em;
  margin-top: -1.25em;
}
.block.widget.repair .content .card-content dl .status {
  font-weight: bold;
}
.block.widget.repair .content .footer-nav {
  position: relative;
  padding: 0 1.5384615385em;
  height: 3.6923076923em;
  line-height: 3.6923076923em;
}
.block.widget.repair .content .footer-nav .order-info {
  color: #000000;
  margin-left: 0.5em;
}
.block.widget.repair .content .footer-nav .new-repair {
  position: absolute;
  top: 0.9230769231em;
  right: 1.5384615385em;
}
.block.widget.repair .content .footer-nav .find-receipt {
  position: absolute;
  right: 1.1538461538em;
  padding-right: 2.4615384615em;
}
.block.widget.repair .content .footer-nav .icon-receipt-colored {
  position: absolute;
  top: 8px;
  right: 0;
  width: 26px;
  height: 26px;
  background-size: 100% 100%;
}

.block.repair .extended-header {
  overflow: hidden;
}
.block.repair .extended-header ul {
  height: 2em;
  font-size: 0.8125em;
  font-weight: bold;
  text-align: right;
  list-style: none;
}
.block.repair .extended-header ul li {
  position: relative;
  float: right;
}
.block.repair .extended-header ul li:first-child {
  margin-left: 2em;
  padding-right: 2.5em;
}
.block.repair .extended-header .triangle-right {
  color: #007292;
}
.block.repair .extended-header .icon-receipt-colored {
  position: absolute;
  top: -6px;
  right: 0;
  width: 28px;
  height: 28px;
  background-size: 100% 100%;
}
.block.repair .generic-table {
  height: 100% !important;
}
.block.repair header {
  background-color: #ffffff;
}
.block.repair header .icon-area a {
  color: #ffffff;
  font-size: 0.6875em;
}
.block.repair header .icon-area span {
  display: block;
  margin-top: 0.2em;
}
.block.repair header .icon-area .icon-excel-colored {
  position: static;
  width: 3.81818em;
  height: 3.36364em;
  background-size: 100% !important;
}
.block.repair tbody tr:hover {
  background-color: #C4C4C4;
  cursor: pointer;
}
.block.repair tbody td.date {
  font-weight: bold;
}
.block.repair tbody td.number {
  font-weight: normal;
}
.block.repair tbody td.product {
  width: 16.4285714286em;
  font-weight: bold;
  color: #ED6B06;
}
.block.repair tbody td.subscription {
  height: 3.4285714286em;
}
.block.repair tbody td.subscription i {
  color: #ED6B06;
  font-size: 1.4em;
  float: left;
  margin-right: 0.5em;
}
.block.repair tbody .expandable:hover i {
  color: #ffffff;
  font-size: 1.1em;
}
.block.repair tbody tr.description td {
  border-top: solid 2px transparent;
  height: 3.4285714286em;
  font-weight: bold;
  color: #000000;
  border-bottom: 0 solid;
}
.block.repair tbody tr.description td span {
  display: inline-block;
  width: 28.5714285714em;
}
.block.repair tbody tr.description td.date {
  padding-right: 70px;
  padding-left: 20px;
}
.block.repair tbody tr.description td.status {
  padding-left: 15px;
  text-align: left;
}
.block.repair tbody tr.description td.workDescription {
  text-align: left;
  padding-right: 0;
  padding-left: 45px;
}
.block.repair tbody tr.description td.details {
  padding: 0;
}
.block.repair tbody td.status form {
  padding: 1em 0;
  color: #252525;
  font-weight: normal;
}
.block.repair tbody td.status form label {
  margin-right: 1em;
}
.block.repair tbody td.status .post-success-status {
  padding: 1em 0;
  color: #252525;
  font-weight: normal;
}
.block.repair tbody .expanded td.link-out a:before {
  content: "v" !important;
}
.block.repair .detail-view .detail-date {
  float: right;
  width: 7.5em;
}
.block.repair .detail-view .detail-heading {
  display: block;
  text-decoration: underline;
  font-weight: bold;
  margin-bottom: 0.1875em;
}
.block.repair .detail-view:hover {
  background-color: white !important;
}
.block.repair caption.inactive-repair {
  background-color: #808080;
  border-top: solid 1em #e5e5e5;
}
.block.repair tfoot.no-data {
  display: block;
}
.block.repair tfoot.no-data tr {
  display: block;
}
.block.repair tfoot.no-data tr td {
  display: block;
}
.block.repair tfoot {
  background-color: #808080;
}
.block.repair .icon-repair {
  height: 150px;
  width: 150px;
}

.repair.recipe-list .extended-header h2 {
  position: relative;
  font-size: 1.75em;
}
.repair.recipe-list .extended-header h2 > span {
  display: block;
  font-size: 0.5em;
  font-weight: normal;
}
.repair.recipe-list .extended-header h2 ul {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  list-style: none;
  font-size: 0.4642857143em;
  font-family: "Arial", sans-serif;
  text-transform: none;
}
.repair.recipe-list .extended-header h2 ul span {
  display: block;
  margin-bottom: 0.6em;
}
.repair.recipe-list .extended-header h2 ul li {
  float: left;
}
.repair.recipe-list .extended-header h2 ul li a {
  font-weight: normal;
  height: 2em;
  line-height: 2.2em;
  padding: 0 0.9230769231em;
}
.repair.recipe-list .extended-header h2 ul li:first-child {
  padding-right: 0;
}
.repair.recipe-list .extended-header > header {
  background-color: #252525;
}
.repair.recipe-list .extended-header > header .custom-select .select .current {
  font-weight: bold;
}
.repair.recipe-list .extended-header > header > form {
  position: relative;
}
.repair.recipe-list .extended-header > header > form > .fields {
  padding: 0.7692307692em;
  min-height: 4.6153846154em;
  font-size: 0.8125em;
  overflow: hidden;
}
.repair.recipe-list .extended-header > header > form > .fields .search-field {
  position: relative;
  line-height: 2.6923076923em;
  border-radius: 0.1538461538em;
  background-color: #ffffff;
  padding-left: 0.7692307692em;
  padding-right: 3.8461538462em;
  margin-right: 0.7692307692em;
}
.repair.recipe-list .extended-header > header > form > .fields .search-field input {
  border: none;
  line-height: 1.3846153846em;
  width: 265px;
  color: #252525;
  outline: none;
  text-indent: 0;
  padding-bottom: 0;
}
.repair.recipe-list .extended-header > header > form > .fields .search-field > .search {
  position: absolute;
  right: 3px;
  color: #009db4;
  line-height: 1.52308em;
  font-size: 1.83846em;
}
.repair.recipe-list .extended-header > header > form > .fields > label {
  color: #ffffff;
  height: 3.0769230769em;
  line-height: 3.0769230769em;
  margin-right: 0.7692307692em;
}
.repair.recipe-list .extended-header > header > form > .fields > label:after {
  content: ":";
}
.repair.recipe-list .extended-header > header > form > .fields .custom-select {
  height: 3.0769230769em;
  line-height: 3.0769230769em;
}
.repair.recipe-list .extended-header > header > form > .fields > * {
  float: left;
  margin-right: 0.7692307692em;
}
.repair.recipe-list .extended-header > header > form > label {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8125em;
  line-height: 4.6153846154em;
  color: #ffffff;
}
.repair.recipe-list .extended-header > header > form > label:after {
  display: inline-block;
  background-color: #434343;
  width: 3.75em;
  height: 3.75em;
  margin-left: 0.7692307692em;
  line-height: 3.75em;
  font-size: 1.2307692308em;
  text-align: center;
  content: "b";
  font-family: "treicon";
  text-transform: none;
}
.repair.recipe-list .extended-header > header > form > input[type=checkbox] {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.repair.recipe-list tbody td {
  height: 3.6923076923em;
  cursor: pointer;
}
.repair.recipe-list tbody .icon-receipt-colored {
  margin-top: 1.1em;
  width: 27px;
}
.repair.recipe-list tbody .extended-description:hover {
  background-color: white !important;
}
.repair.recipe-list tbody .extended-description td {
  overflow: hidden;
}
.repair.recipe-list tbody .extended-description td div {
  float: right;
  width: 9em;
}
.repair.recipe-list tbody .extended-description td div span {
  display: block;
  font-weight: bold;
}

.repair-active {
  background-color: #808080;
}

.block.repair.guide .content {
  padding: 1em;
  margin-bottom: 1em;
}
.block.repair.guide .content.mono strong {
  color: #000000;
}
.block.repair.guide > header.mono {
  height: auto;
  padding-bottom: 0.5em;
}
.block.repair.guide p {
  margin-top: 0;
}
.block.repair.guide .bullets {
  list-style: none;
  overflow: hidden;
  padding: 0;
}
.block.repair.guide .bullets li {
  float: left;
  width: 18em;
  margin-left: 1.375em;
}
.block.repair.guide .bullets li:first-child {
  margin-left: 0;
}
.block.repair.guide .bullets .icon-container {
  background-color: #C4C4C4;
  position: relative;
  margin-bottom: 0.1em;
  text-align: center;
}
.block.repair.guide .bullets .icon-container .no {
  position: absolute;
  left: -1.0625em;
  top: 3.4375em;
  height: 2.5em;
  border-radius: 100%;
  background-color: white;
  color: #ED6B06;
  width: 2.5em;
  font-weight: bold;
  text-align: center;
  line-height: 2.8;
}
.block.repair.guide .bullets .icon-container .icon-repair {
  width: 150px;
  height: 150px;
}
.block.repair.guide .bullets .txt-container {
  position: relative;
  background-color: #979797;
  padding: 1em;
  text-align: right;
  text-transform: lowercase;
  min-height: 114px;
}
.block.repair.guide .bullets .txt-container :first-letter {
  text-transform: uppercase;
}
.block.repair.guide .bullets .txt-container a {
  display: block;
}
.block.repair.guide .bullets .txt-container p {
  color: #ffffff;
  margin: 0 0 0.7em 0;
  text-align: left;
}
.block.repair.guide .bullets .txt-container .btn {
  position: absolute;
  right: 0.9230769231em;
  bottom: 0.9230769231em;
  display: inline-block;
  font-size: 0.8125em;
  text-align: center;
  text-transform: none;
}

.block.video-banner .content {
  overflow: hidden;
  font-size: 0.8125em;
  color: #252525;
  min-height: 0;
}
.block.video-banner .content div {
  float: left;
  width: 288px;
  max-height: 162px;
}
.block.video-banner .content #ytplayer {
  display: none;
}
.block.video-banner .content section {
  float: left;
  width: 167px;
  padding: 0 0.7692307692em;
}
.block.video-banner .content section h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 2.1538461538em;
  text-transform: capitalize;
  margin: 0.1538461538em 0 0.1538461538em 0;
}
.block.video-banner .content section p {
  margin: 0;
}
.block.video-banner .content section > a {
  position: absolute;
  right: 0.7692307692em;
  bottom: 0.7692307692em;
}

.block.panic-area header h2 {
  font-size: 1.5em;
}
.block.panic-area.expired {
  margin: 0;
}
.block.panic-area.full-size header {
  background-color: #bfd24c;
}
.block.panic-area.full-size .icon-area {
  background-color: #879a28;
  text-align: center;
}
.block.panic-area.full-size .icon-area img {
  width: 100%;
  display: inline;
  vertical-align: middle;
}
.block.panic-area.full-size .content {
  position: relative;
  padding: 0.625em;
}
.block.panic-area.full-size .content h2 {
  color: #ffffff;
}
.block.panic-area.full-size .content p {
  margin: 0;
  font-size: 0.8125em;
}
.block.panic-area.full-size .content a {
  position: absolute;
  font-size: 0.8125em;
  right: 1.5384615385em;
  bottom: 1.5384615385em;
}
.block.panic-area.half-size.green .icon-area {
  background-color: #bfd24c;
}
.block.panic-area.half-size.green .content h2 {
  color: #6faf3f;
}
.block.panic-area.half-size.pink .icon-area {
  background-color: #ED6B06;
}
.block.panic-area.half-size.pink .content h2 {
  color: #ED6B06;
}
.block.panic-area.half-size .wrapper {
  position: relative;
}
.block.panic-area.half-size .icon-area {
  left: 0;
  right: auto;
  width: 6.75em;
  background-color: #a5bfca;
  text-align: center;
}
.block.panic-area.half-size .icon-area img {
  display: inline;
  width: 2.9375em;
  height: 2.9375em;
  vertical-align: middle;
}
.block.panic-area.half-size .content {
  position: relative;
  background-color: #ffffff;
  padding: 0.625em 0.625em 0.625em 7.375em;
  height: 6.75em;
  min-height: 0;
  font-family: "Arial", sans-serif;
}
.block.panic-area.half-size .content.no-icon {
  padding-left: 0.625em;
}
.block.panic-area.half-size .content h2 {
  margin: 0;
  font-size: 1.5em;
}
.block.panic-area.half-size .content p {
  font-weight: bold;
  font-size: 0.8125em;
  margin: 0;
  max-width: 80%;
}
.block.panic-area.half-size .content a {
  position: absolute;
  font-size: 0.8125em;
  right: 0.7692307692em;
  bottom: 0.7692307692em;
}
.block.panic-area.half-size .video {
  margin-top: 1.5em;
}
.block.panic-area.half-size .video .video-content {
  overflow: hidden;
  font-size: 0.8125em;
  background-color: #ffffff;
  color: #252525;
  min-height: 0;
}
.block.panic-area.half-size .video .video-content div {
  float: left;
  width: 288px;
  max-height: 166px;
}
.block.panic-area.half-size .video .video-content #ytplayer {
  display: none;
}
.block.panic-area.half-size .video .video-content section {
  float: left;
  width: 167px;
  padding: 0 0.7692307692em;
}
.block.panic-area.half-size .video .video-content section h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 800;
  font-size: 2.1538461538em;
  text-transform: capitalize;
  margin: 0.1538461538em 0 0.1538461538em 0;
}
.block.panic-area.half-size .video .video-content section p {
  margin: 0;
}
.block.panic-area.half-size .video .video-content section > a {
  position: absolute;
  right: 0.7692307692em;
  bottom: 0.7692307692em;
}
.block.panic-area .vertical-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.block.login.panic-area {
  float: none;
  width: 74.34399%;
  margin: 0 auto;
}
.block.login.panic-area.expired {
  margin: 0;
}
.block.login.panic-area.green .icon-area {
  background-color: #bfd24c;
}
.block.login.panic-area.green .content h2 {
  color: #6faf3f;
}
.block.login.panic-area.pink .icon-area {
  background-color: #ED6B06;
}
.block.login.panic-area.pink .content h2 {
  color: #ED6B06;
}
.block.login.panic-area .wrapper {
  position: relative;
}
.block.login.panic-area .icon-area {
  left: 0;
  right: auto;
  width: 6.75em;
  background-color: #a5bfca;
}
.block.login.panic-area .icon-area img {
  margin: 0.375em auto;
  width: 2.9375em;
  height: 2.9375em;
}
.block.login.panic-area .content {
  position: relative;
  background-color: #ffffff;
  padding: 0.625em 0.625em 0.625em 7.375em;
  height: 6.75em;
  min-height: 0;
  font-family: "Arial", sans-serif;
}
.block.login.panic-area .content h2 {
  margin: 0;
  font-size: 1.25em;
}
.block.login.panic-area .content p {
  font-weight: bold;
  font-size: 0.8125em;
  line-height: 1.1;
  margin: 0;
  max-width: 80%;
}
.block.login.panic-area .content a {
  position: absolute;
  font-size: 0.8125em;
  right: 0.7692307692em;
  bottom: 0.7692307692em;
}

.block.login {
  float: left;
  display: block;
  width: 74.3439891641%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.block.login:last-child {
  margin-right: 0;
}
.block.login .icon-admin {
  font-size: 1.9em;
}
.block.login .info-box {
  background-color: #009db4;
  margin-left: -1.5384615385em;
  margin-right: -1.5384615385em;
  margin-top: 1.5384615385em;
  padding: 1.9230769231em 3.8461538462em 2.3076923077em;
}
.block.login .info-box.color-white {
  color: #ffffff;
}
.block.login .info-box h4 {
  font-style: italic;
  margin: 0;
}
.block.login .info-box h4:before {
  background-color: #009db4;
  color: #ffffff;
  content: "i";
  display: inline-block;
  height: 1.3846153846em;
  line-height: 1.3846153846em;
  margin-left: -2.3076923077em;
  margin-right: 0.7692307692em;
  text-align: center;
  width: 1.3846153846em;
}
.block.login .info-box h4 + * {
  margin-top: 0.625em;
}
.block.login .info-box *:last-child {
  margin-bottom: 0;
}
.block.login p.info {
  display: inline;
  font-size: 13px;
  font-weight: 600;
  font-style: italic;
  min-height: 1.1538461538em;
}
.block.login .validation-info .alert-error, .block.login .validation-info-wide .alert-error {
  margin-right: 0.5em;
}
.block.login .validation-info p, .block.login .validation-info-wide p {
  color: #009db4;
  max-width: 11.875em;
  font-weight: normal;
}
.block.login form {
  padding: 2.5em 0 2.5em 2.5em;
  width: 100%;
}
.block.login form .notice {
  padding-right: 2.5em;
}
.block.login h3 {
  color: #009db4;
  font-size: 1em;
  margin-right: 3.125em;
  margin-top: 0;
}
.block.login fieldset {
  border: none;
  margin-top: 0.375em;
  padding: 0;
}
.block.login fieldset > * {
  display: table-cell;
}
.block.login fieldset > *:first-child {
  width: 11.25em;
}
.block.login fieldset .label label {
  font-size: 0.875em;
  font-weight: bold;
}
.block.login fieldset input[type=text], .block.login fieldset input[type=password] {
  border-color: #d4d4d4;
  font-size: 0.8125em;
  height: 2.7692307692em;
  line-height: 2.7692307692em;
  padding: 0 0.9230769231em;
  width: 18.2307692308em;
}
.block.login fieldset .button {
  font-size: 0.8125em;
  padding-left: 13.8461538462em;
  padding-top: 0.7692307692em;
  width: auto;
}
.block.login fieldset button.btn {
  background-color: #009db4;
  width: 6.5em;
  line-height: 1.65em;
}
.block.login fieldset button.btn .icon-lock {
  font-size: 1.2em;
  margin-right: 0;
}
.block.login:last-child {
  margin-right: auto;
}
.block.login .login-links {
  list-style: none;
  padding: 0;
}
.block.login .login-links li {
  margin-bottom: 0.4em;
}
.block.login .introduction {
  display: none;
  position: absolute;
  top: -90px;
  left: 105%;
  width: 280px;
  background-color: red;
}
.block.login .introduction img {
  margin-bottom: 1.25em;
}
.block.login .introduction h3 {
  margin-bottom: 0.625em;
}
.block.login .introduction .see-all {
  font-weight: bold;
  font-size: 0.9285714286em;
  text-align: left;
  bottom: auto;
}
.block.login .introduction .content {
  position: relative;
  font-size: 0.875em;
  padding: 0.7142857143em;
  min-height: 359px;
}
.block.login .introduction .cross {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 0.4285714286em 0.7142857143em;
  background: #009db4;
}
.block.login .button-row .icon-forgot-white {
  width: 21px;
  background-position: 0 50%;
}
.block.login .button-row .icon-admins-white {
  width: 24px;
}
.block.login .button-row .icon-coworker-white {
  width: 20px;
  background-position: 0 50%;
}
.block.login .button-row a.btn {
  padding: 0 1.1em;
}

#module-container {
  float: left;
  display: block;
  width: 74.3439891641%;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
#module-container:last-child {
  margin-right: 0;
}
#module-container:after {
  content: "";
  display: table;
  clear: both;
}

.block.create-user .message .alert-info {
  height: 25px;
  margin-right: 5px;
}
.block.create-user .message p {
  display: inline-block;
  margin: 0;
}
.block.create-user > header h2 {
  padding-left: 2.2em;
}
.block.create-user form {
  padding-top: 1.5em;
  padding-bottom: 1em;
}
.block.create-user .icon-area {
  right: auto;
  left: 0;
}
.block.create-user .puff {
  border-top: 1.5384615385em solid #e3e3e3;
  padding: 1.5384615385em;
  font-size: 0.8125em;
}
.block.create-user .puff img {
  float: left;
  margin-right: 1.5384615385em;
}
.block.create-user .puff h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2307692308em;
}
.block.create-user .puff h3 + * {
  margin-top: 0.3846153846em;
}
.block.create-user .puff p a {
  font-weight: bold;
}
.block.create-user .puff *:last-child {
  margin-bottom: 0;
}

.block.request-password > header h2 {
  padding-left: 2.2em;
}
.block.request-password .icon-area {
  right: auto;
  left: 0;
}

.block.login.confirmation > header h2 {
  padding-left: 2.2em;
}
.block.login.confirmation .icon-area {
  left: 0;
  right: auto;
}
.block.login.confirmation > .content {
  font-size: 0.8125em;
  padding: 1.5384615385em 3.0769230769em;
}
.block.login.confirmation > .content h3 {
  font-size: 1.2307692308em;
}
.block.login.confirmation > .content h3:before {
  color: #bed73b;
  content: "c";
  display: inline-block;
  font-size: 1.8461538462em;
  font-weight: normal;
  font-family: "treicon";
  margin-right: 0.5416666667em;
  vertical-align: sub;
}
.block.login.confirmation .user-info {
  margin-top: 1.5384615385em;
}
.block.login.confirmation .user-info th, .block.login.confirmation .user-info td {
  height: 2.3076923077em;
  vertical-align: middle;
}
.block.login.confirmation .user-info th {
  color: #737373;
  font-weight: normal;
  text-align: left;
  width: 9.2307692308em;
}
.block.login.confirmation .user-info td {
  font-weight: bold;
}
.block.login.confirmation .user-info + .btn {
  background-color: #009db4;
  margin-bottom: 0.7692307692em;
  margin-left: 9.2307692308em;
  margin-top: 1.9230769231em;
}

.modal.change-password .fieldset-group {
  padding: 0;
}
.modal.change-password .fieldset-group > fieldset > label {
  display: block;
  float: none;
}
.modal.change-password .fieldset-group fieldset {
  height: auto;
}
.modal.change-password .notice {
  position: relative;
  color: #ffffff;
  background-color: #ED6B06;
  font-size: 1em;
  font-weight: bold;
  line-height: 2.875em;
  margin-bottom: 1.25em;
  padding-left: 3.125em;
  width: 100%;
}
.modal.change-password .notice:before {
  position: absolute;
  left: 0;
  font-family: "treicon";
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  margin: 0;
  font-size: 1.5em;
  text-indent: 0.625em;
  content: "a";
}

.change-password .validation-info, .change-password .validation-info-wide {
  max-width: 18em;
}

.block.subscription {
  min-height: 298px;
}

.block.subscription.heading {
  min-height: 6.875em;
}
.block.subscription.heading .menu-bar {
  height: 2.5em;
  background-color: #808080;
}
.block.subscription.heading .menu-bar ul {
  text-align: right;
  list-style: none;
  font-size: 0.7857142857em;
}
.block.subscription.heading .menu-bar ul li {
  display: inline-block;
  padding-top: 8px;
  margin-right: 1em;
}
.block.subscription.heading header {
  background: none;
}
.block.subscription.heading:after {
  top: 100%;
  left: 30px;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #808080;
  border-width: 0.9375em;
  margin-left: -0.9375em;
}
.block.subscription.heading header {
  overflow: hidden;
  height: 6.75em;
  padding-right: 0;
}
.block.subscription.heading .subscription-info {
  float: left;
  height: 6.75em;
  float: left;
  display: block;
  width: 48.6879783282%;
  position: relative;
}
.block.subscription.heading .subscription-info:last-child {
  margin-right: 0;
}
.block.subscription.heading .subscription-info .icon-area {
  height: 3.75em;
  left: 0;
  background-color: #434343;
}
.block.subscription.heading .subscription-info h2 {
  margin-left: 68px;
  color: #000000;
  font-size: 1.5em;
}
.block.subscription.heading .subscription-info h2 span.heading {
  font-family: Arial;
  font-size: inherit;
  line-height: inherit;
  line-height: inherit;
  display: inline;
}
.block.subscription.heading .subscription-info h2 .name {
  color: #000000;
}
.block.subscription.heading .panic-area {
  float: left;
  height: 6.75em;
  visibility: hidden;
  float: left;
  display: block;
  width: 48.6879783282%;
  position: relative;
}
.block.subscription.heading .panic-area.show {
  visibility: visible;
}
.block.subscription.heading .panic-area:last-child {
  margin-right: 0;
}
.block.subscription.heading .panic-area.green .icon-area {
  background-color: #bfd24c;
}
.block.subscription.heading .panic-area.green .content h2 {
  color: #6faf3f;
}
.block.subscription.heading .panic-area.pink .icon-area {
  background-color: #ED6B06;
}
.block.subscription.heading .panic-area.pink .content h2 {
  color: #ED6B06;
}
.block.subscription.heading .panic-area.expired .icon-area {
  background-color: #979797;
}
.block.subscription.heading .panic-area.expired .content h2, .block.subscription.heading .panic-area.expired .content p {
  color: #979797;
}
.block.subscription.heading .panic-area .wrapper {
  position: relative;
}
.block.subscription.heading .panic-area .icon-area {
  left: 0;
  right: auto;
  width: 6.75em;
  background-color: #a5bfca;
}
.block.subscription.heading .panic-area .icon-area img {
  margin: 0.375em auto;
  width: 2.9375em;
  height: 2.9375em;
}
.block.subscription.heading .panic-area .content {
  position: relative;
  background-color: #ffffff;
  padding: 0.625em 0.625em 0.625em 7.375em;
  height: 6.75em;
  min-height: 0;
  font-family: "Arial", sans-serif;
}
.block.subscription.heading .panic-area .content.no-icon {
  padding-left: 0.625em;
}
.block.subscription.heading .panic-area .content h2 {
  margin: 0;
  font-size: 1.5em;
}
.block.subscription.heading .panic-area .content p {
  font-weight: bold;
  font-size: 0.8125em;
  margin: 0;
  max-width: 80%;
}
.block.subscription.heading .panic-area .content a {
  position: absolute;
  font-size: 0.8125em;
  right: 0.7692307692em;
  bottom: 0.7692307692em;
}

.block.subscription-list {
  padding-top: 0;
}
.block.subscription-list .inline-input {
  position: relative;
}
.block.subscription-list .inline-input .input-wrapper {
  border: 1px solid #979797;
  background: #ffffff;
  width: 15.5714285714em;
}
.block.subscription-list .inline-input .input-wrapper input {
  width: 85%;
  background-color: transparent;
  padding: 0.7em 0;
  border: none;
  outline: none;
  text-indent: 0.76923em;
}
.block.subscription-list .inline-input .icon {
  position: absolute;
  right: 0;
  top: 0;
}
.block.subscription-list .inline-input .icon .search {
  position: absolute;
  right: 0.25em;
  top: 0;
  line-height: 1.8em;
  font-size: 1.3em;
  color: #979797;
}
.block.subscription-list .inline-input .icon .reset {
  position: absolute;
  color: #ffffff;
  width: 1.375em;
  height: 1.375em;
  top: 0.25em;
  right: 0.375em;
  background-color: #979797;
  border-radius: 100%;
}
.block.subscription-list .inline-input .icon .reset:after {
  position: absolute;
  content: "x";
  top: 0.1875em;
  left: 0.4375em;
  line-height: 1.1;
}
.block.subscription-list .inline-input .search-results {
  position: absolute;
  top: 3.1875em;
  margin: 0;
  list-style: none;
  background-color: white;
  border: 1px solid #979797;
  left: 0px;
  width: 218px;
  z-index: 100;
  padding: 0;
  max-height: 400px;
  overflow: auto;
  font-size: 0.8125em;
}
.block.subscription-list .inline-input .search-results li {
  display: none;
  overflow: hidden;
  line-height: 1.8em;
}
.block.subscription-list .inline-input .search-results li span:first-child {
  margin-right: 0.3125em;
}
.block.subscription-list .inline-input .search-results li.visible {
  display: block;
}
.block.subscription-list .inline-input .search-results .search-result-head {
  display: block;
  border-bottom: 1px solid #ccc;
}
.block.subscription-list .inline-input .search-results .highlighted a {
  background-color: #C4C4C4;
}
.block.subscription-list .inline-input .search-results a {
  display: block;
  padding: 0.1875em 0.625em;
  overflow: hidden;
  color: #252525;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.block.subscription-list .inline-input .search-results a b {
  color: #ED6B06;
}
.block.subscription-list .inline-input .search-results a:hover {
  background-color: #bad6e1;
}
.block.subscription-list .st-edit > tr {
  opacity: 0.1;
  pointer-events: none;
}
.block.subscription-list .st-edit > tr.target {
  opacity: 1;
  pointer-events: auto;
}
.block.subscription-list .extended-header h2 {
  position: relative;
  font-size: 1.75em;
  margin-top: 0;
}
.block.subscription-list .extended-header h2 ul {
  position: absolute;
  top: 0.4615384615em;
  right: 0;
  margin: 0;
  list-style: none;
  font-size: 0.4642857143em;
  text-transform: none;
}
.block.subscription-list .extended-header h2 ul li {
  float: left;
  margin-left: 0.6153846154em;
}
.block.subscription-list .extended-header h2 ul li a {
  font-weight: normal;
  height: 2em;
  line-height: 2.2em;
  padding: 0 0.9230769231em;
  font-family: "Arial", "sarif";
}
.block.subscription-list .extended-header h2 ul li a i {
  margin-right: 0.9230769231em;
}
.block.subscription-list .extended-header h2 .icon-excel-colored {
  width: 24px;
  background-position: 0 50%;
}
.block.subscription-list .extended-header > header {
  background-color: #252525;
}
.block.subscription-list .extended-header > header .custom-select .select .current {
  font-weight: bold;
}
.block.subscription-list .extended-header > header > form {
  position: relative;
}
.block.subscription-list .extended-header > header > form .select {
  width: 130px;
}
.block.subscription-list .extended-header > header > form > .fields {
  padding: 0.7692307692em;
  min-height: 4.6153846154em;
  font-size: 0.8125em;
  overflow: hidden;
}
.block.subscription-list .extended-header > header > form > .fields .search-field {
  position: relative;
  line-height: 2.6923076923em;
  border-radius: 0.1538461538em;
  background-color: #ffffff;
  padding-left: 0.7692307692em;
  padding-right: 3.8461538462em;
  margin-right: 0.7692307692em;
}
.block.subscription-list .extended-header > header > form > .fields .search-field input {
  border: none;
  line-height: 1.3846153846em;
  width: 265px;
  color: #252525;
  outline: none;
  text-indent: 0;
  padding: 0.7em 0 0 0;
}
.block.subscription-list .extended-header > header > form > .fields .search-field > .search {
  position: absolute;
  right: 3px;
  color: #000000;
  line-height: 1.52308em;
  font-size: 1.83846em;
}
.block.subscription-list .extended-header > header > form > .fields > label {
  color: #ffffff;
  height: 3.0769230769em;
  line-height: 3.0769230769em;
  margin-right: 0.7692307692em;
}
.block.subscription-list .extended-header > header > form > .fields > label:after {
  content: ":";
}
.block.subscription-list .extended-header > header > form > .fields .custom-select {
  height: 3.0769230769em;
  line-height: 3.0769230769em;
}
.block.subscription-list .extended-header > header > form > .fields > * {
  float: left;
  margin-right: 0.7692307692em;
}
.block.subscription-list .extended-header > header > form > label {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.8125em;
  line-height: 4.6153846154em;
  color: #ffffff;
}
.block.subscription-list .extended-header > header > form > label:after {
  display: inline-block;
  background-color: #434343;
  width: 3.75em;
  height: 3.75em;
  margin-left: 0.7692307692em;
  line-height: 3.75em;
  font-size: 1.2307692308em;
  text-align: center;
  content: "b";
  font-family: "treicon";
  text-transform: none;
}
.block.subscription-list .extended-header > header > form > input[type=checkbox] {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.block.subscription-list .extended-header > header > form > input[type=checkbox]:checked + label:after {
  content: "v";
}
.block.subscription-list .extended-header > header > form > input[type=checkbox]:checked + label + .advanced-options {
  display: block;
}
.block.subscription-list .extended-header > header > form .advanced-options {
  display: none;
  background-color: #434343;
  border-top: 2px solid #979797;
  overflow: hidden;
}
.block.subscription-list .extended-header > header > form .advanced-options .fields {
  float: right;
  padding: 0.7692307692em;
  font-size: 0.8125em;
  overflow: hidden;
}
.block.subscription-list .extended-header > header > form .advanced-options .fields > * {
  float: left;
  margin-left: 1.25em;
}
.block.subscription-list .extended-header > header > form .advanced-options .fields label {
  margin-left: 0em;
  color: #ffffff;
  line-height: 2.6153846154em;
}
.block.subscription-list .extended-header > header > form .advanced-options .fields label:after {
  content: ":";
}
.block.subscription-list .icon-area {
  background: #404040;
}
.block.subscription-list .generic-table > tbody td {
  border-left: 0px solid #fff !important;
}
.block.subscription-list .generic-table .filled-bg.icon-action-column {
  border: 2px solid #fff !important;
  background-color: white;
  position: relative;
}
.block.subscription-list .generic-table .filled-bg.icon-action-column a {
  background-color: black;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  padding-top: 0.5em;
}
.block.subscription-list .generic-table .highlight-rows > tr {
  cursor: pointer;
}
.block.subscription-list .generic-table .link-out a {
  white-space: nowrap;
}
.block.subscription-list .generic-table .inline-form td {
  padding-top: 6px;
  padding-left: 8px;
  vertical-align: top;
}
.block.subscription-list .generic-table .inline-form .inline-input {
  display: inline-block;
}
.block.subscription-list .generic-table .inline-form .inline-input:after {
  font-size: 2em;
}
.block.subscription-list .generic-table .inline-form .inline-input .select {
  height: 33px !important;
  width: 138px;
}
.block.subscription-list .generic-table .inline-form .inline-input .select .current {
  padding-top: 2px;
}
.block.subscription-list .generic-table .inline-form .inline-input .select:after {
  top: 0;
  line-height: 2.4;
  height: 32px !important;
}
.block.subscription-list .generic-table .inline-form .buttons {
  text-align: right;
  padding-top: 11px;
  padding-right: 0;
  padding-left: 0;
}
.block.subscription-list .generic-table .inline-form .buttons > * {
  display: inline-block;
}
.block.subscription-list .generic-table .inline-form .btn {
  margin-left: 10px;
  padding: 0 15px 0 15px;
}
.block.subscription-list .generic-table .inline-form .cancel {
  display: inline-block;
  margin-right: 10px;
}
.block.subscription-list .generic-table .inline-form .close {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background-image: url(/business/selvbetjening/static/images/icons/close-inline-dialog.png);
  background-repeat: no-repeat;
}
.block.subscription-list .generic-table .inline-form > td {
  padding: 0;
}
.block.subscription-list .generic-table .inline-form > td table {
  position: absolute;
  z-index: 2;
}
.block.subscription-list .generic-table .inline-form > td table td {
  vertical-align: top;
  height: 48px;
  border: none;
}

.block.subscription.info .content {
  padding-top: 0.625em;
}
.block.subscription.info .content .btn.three-split {
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 0.7857142857em;
}
.block.subscription.info .content .info-box {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #009db4;
  padding: 0.625em;
  font-size: 0.6875em;
  color: #ffffff;
}
.block.subscription.info .content .info-box a {
  padding-left: 0.625em;
  display: block;
  margin-top: 0.625em;
  color: #ffffff;
}
.block.subscription.info #subscription-item-edit-name {
  /*.buttons {
  	right: 10px;
  	.submit {
  		float: left;
  		margin-right: 0;
  	}
  	.cancel {
  		float: left;
  		margin-left: 6px;
  		margin-top: 3px;
  	}
  }*/
}
.block.subscription.info #subscription-item-edit-name .inline-input input[type=text] {
  width: 80px;
}
.block.subscription.info #subscription-item-edit-password .generic-table tr:nth-child(3) td:first-child {
  white-space: nowrap;
}
.block.subscription.info .warning-message {
  width: 18px;
  height: 18px;
  background: #ED6B06;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 10px 5px 10px 0;
  margin-right: 5px;
  font-size: 12px;
  text-align: center;
}

.block.subscription.info.singlelogin .generic-table > tbody.card > tr td {
  width: inherit;
}
.block.subscription.info.singlelogin .generic-table > tbody.card > tr td:first-child {
  text-indent: 1.5em;
  width: 150px;
}
.block.subscription.info.singlelogin .generic-table > tbody.card tr.inline-form > td:first-child[colspan="2"] {
  height: 0;
}
.block.subscription.info.singlelogin .generic-table > tbody.card tr.inline-form .generic-table tr td:nth-child(2) {
  text-indent: 0;
  width: inherit;
}
.block.subscription.info.singlelogin .generic-table > tbody.card tr:last-child > td[colspan="2"] {
  text-indent: 0;
  width: inherit;
  padding: 0;
}
.block.subscription.info.singlelogin .generic-table > tbody.card tr:last-child td:nth-child(2n+2) {
  font-weight: normal;
}

.block.widget.roaming-voice {
  max-height: 298px;
}
.block.widget.roaming-voice p {
  margin: 0;
}
.block.widget.roaming-voice .content {
  padding: 0.7692307692em 1.5384615385em;
  min-height: 14.875em;
}
.block.widget.roaming-voice .content .empty-table-notification, .block.widget.roaming-voice .content .js-content {
  font-size: 0.8125em;
}
.block.widget.roaming-voice .content p {
  height: 27px;
  overflow: hidden;
  line-height: 1;
}
.block.widget.roaming-voice .content strong p {
  margin: 0.5em 0;
}
.block.widget.roaming-voice .content form {
  display: table;
  height: 147px;
  margin-bottom: 10px;
  width: 420px;
}
.block.widget.roaming-voice .content ul {
  display: table-row;
  list-style: none;
}
.block.widget.roaming-voice .content ul li {
  display: table-cell;
  background-color: #d9e5eb;
  position: relative;
  vertical-align: middle;
  padding-left: 1.2307692308em;
  border-top: 1px solid white;
}
.block.widget.roaming-voice .content ul li input {
  position: absolute;
}
.block.widget.roaming-voice .content ul li label {
  display: block;
  margin-left: 1.8461538462em;
}
.block.widget.roaming-voice .content ul li label strong {
  display: block;
}

.block.split-widget-list tbody tr:nth-child(even) td {
  border-top: 0px;
}
.block.split-widget-list tbody tr td.group {
  background: #a0bfcc;
  color: #FFFFFF;
  text-align: center;
}
.block.split-widget-list .split-group:last-child {
  border-bottom: 2px solid #e5e5e5;
}
.block.split-widget-list tbody tr td.amount span.grayed-out {
  color: #e3e3e3;
}

#btb-header {
  padding-right: 5px;
  display: flex;
  justify-content: space-between;
}
#btb-header p {
  color: #000000;
  font-size: smaller;
}

.btb-row {
  display: flex;
}

#btb-table .btb-icon {
  padding-left: 3px;
  width: 6%;
}
#btb-table .btb-account-name {
  width: 30%;
}
#btb-table .btb-account-number {
  width: 19.7%;
}
#btb-table .btb-number {
  width: 20%;
}
#btb-table .btb-payments {
  width: 24%;
}
#btb-table .border {
  width: 0%;
}
#btb-table td.border {
  display: block;
}
#btb-table th.border {
  border-color: white;
  border-left: 0;
  padding: 0;
}
#btb-table .model {
  border-left: 0;
  width: 20%;
}
#btb-table .dki-number {
  padding-left: 13px;
  width: 18%;
}
#btb-table .date {
  width: 15%;
}
#btb-table .amount {
  width: 12%;
  text-align: left;
}
#btb-table .text {
  border-right: 0;
  width: 35%;
}
#btb-table .text a {
  padding-left: 25px;
}
#btb-table .js-installments-detail-item td {
  height: 50px;
}

#btb-table {
  display: flex;
  flex-direction: column;
}

#btb-footer {
  background-color: black;
  height: 50px;
  margin-bottom: 20px;
  padding-left: 20px;
  display: flex;
  justify-content: left;
  align-content: center;
  align-items: center;
}
#btb-footer p {
  color: white;
  font-size: 13px;
}

.block.invoice.list .pagination {
  font-size: 1.2308274948em;
  padding: 1em;
}
.block.invoice.list .header-account-search .input-wrapper {
  width: 18.75em;
}
.block.invoice.list .header-account-search .search-results {
  position: absolute;
  z-index: 100;
  width: 23.0769230769em;
  top: 2.3076923077em;
}
.block.invoice.list .header-account-search .search-results a {
  color: #000000;
  font-weight: normal;
}
.block.invoice.list .header-account-search .icon .reset:after {
  text-transform: lowercase;
  font-weight: normal;
}
.block.invoice.list .search-container {
  display: inline-block;
  margin-left: 1em;
  margin-bottom: 1em;
  color: #000000;
  font-size: 1.3333333333em;
  font-weight: normal;
}
.block.invoice.list > .helpbox {
  text-align: right;
  margin-bottom: 2px;
}
.block.invoice.list > .helpbox .content {
  background-color: #C4C4C4;
  text-align: left;
  margin-bottom: 0.2em;
  color: #000000;
}
.block.invoice.list > .helpbox .content > a[href="#!"] {
  display: none;
}
.block.invoice.list > .helpbox .content > a[href="#!"]:before {
  color: #79a4b7;
}
.block.invoice.list .icon {
  width: 4.6153846154em;
  text-align: center;
}
.block.invoice.list .icon a {
  display: block;
}
.block.invoice.list .icon a i.icon-show-document {
  margin-top: 0;
  width: 29px;
  height: 29px;
}
.block.invoice.list .icon-excel-colored {
  display: block;
  height: 28px;
  width: 28px;
  margin-left: 0.8em;
}
.block.invoice.list .icon-receipt-magnify {
  display: block;
  color: white;
  height: 40px;
  width: 40px;
}
.block.invoice.list td.period {
  width: 14em;
}
.block.invoice.list td.credit {
  color: red;
}
.block.invoice.list header h2 a {
  position: absolute;
  top: 1.9642857143em;
  right: 1.4285714286em;
  color: #000000;
  font-weight: normal;
  text-transform: none;
}
.block.invoice.list header h2 a i {
  color: #000000;
}
.block.invoice.list header h2 a i.icon-settings {
  vertical-align: sub;
  margin-right: 0.5em;
}
.block.invoice.list header h2 select {
  color: black;
}
.block.invoice.list .generic-table thead th a {
  color: white;
}
.block.invoice.list .generic-table thead th:nth-child(1) {
  width: 25%;
}
.block.invoice.list .generic-table thead th:nth-child(2) {
  width: 17%;
}
.block.invoice.list .generic-table tbody td:nth-child(2) {
  padding-left: 0;
}
.block.invoice.list .generic-table tbody tr:hover {
  background-color: #C4C4C4;
}
.block.invoice.list .generic-table tbody td.empty-row {
  background-color: #808080;
  padding: 0 2em 0 2em !important;
}
.block.invoice.list .generic-table tbody td.empty-row div {
  background-color: #ffffff;
  padding: 1em;
}
.block.invoice.list .generic-table tfoot tr td {
  padding: 0 2.5em 2.5em 2.5em;
}
.block.invoice.list .generic-table .row-state td.text:after {
  position: absolute;
  font-family: treicon;
  content: "i";
  right: 5.6em;
  margin-top: -0.201em;
  color: #ffffff;
  background-color: #79a4b7;
  padding: 2px 2px 0px 2px;
}
.block.invoice.list .generic-table .row-state.alert td.text:after {
  content: "a";
  right: 4em;
  color: #ED6B06;
  background-color: transparent;
  padding: 0;
}
.block.invoice.list .generic-table .row-state.success td.text:after {
  content: "c";
  right: 4em;
  color: #bed73b;
  background-color: transparent;
  padding: 0;
}
.block.invoice.list .generic-table > tbody tr.inline-edit {
  background-color: transparent;
}
.block.invoice.list .generic-table > tbody tr.inline-edit thead, .block.invoice.list .generic-table > tbody tr.inline-edit tbody {
  font-size: 1em;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td {
  padding: 0 0 1.875em 0;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table thead th {
  color: #ffffff;
  background-color: #808080;
  font-size: 0.7692307692em;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table .border {
  border-top-color: #808080;
  background-color: #808080;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table thead th:nth-child(1) {
  width: 19%;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table thead th:nth-child(2) {
  width: 10%;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table thead th:nth-child(3) {
  width: 10%;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table thead th:nth-child(4) {
  width: 11%;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table thead th:nth-child(5) {
  width: 12%;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table thead tr th:first-child {
  border-left: none;
  border-right: none;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table > thead.column-based tr th {
  padding: 0.6153846154em 1em;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table > thead.column-based tr th:first-child {
  padding: 0.6153846154em 1em 0.6153846154em 3em;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table thead + tbody tr:first-child td {
  border-top: none;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table tbody td {
  padding: 0 1em;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table tbody td b {
  display: block;
  font-style: normal;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table tbody td:nth-child(3) {
  padding-left: 0;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table tbody td.action.overdue {
  padding: 0;
  width: 60px;
  height: 48px;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table tbody td.action.overdue i {
  margin-bottom: 0;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table tbody td.icon {
  text-align: left;
  padding-left: 0.6666666667em;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table tbody td.icon i {
  width: 1.9230769231em;
  height: 1.9230769231em;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table tbody tr:last-child td {
  border-bottom: none;
}
.block.invoice.list .generic-table > tbody tr.inline-edit > td > table tfoot td {
  border-top: none;
  background-color: #808080;
}
.block.invoice.list .generic-table > tbody tr:last-child.inline-edit td {
  border-bottom: 0;
}
.block.invoice.list .generic-table .action {
  text-align: center;
}
.block.invoice.list .generic-table .action i {
  display: block;
  width: auto;
  margin: 0;
}
.block.invoice.list .generic-table .action i.success {
  color: #bed73b;
}
.block.invoice.list .generic-table .action.overdue {
  background-color: #ED6B06;
  color: #ffffff;
}
.block.invoice.list .generic-table .action.overdue i {
  color: #ffffff;
  margin-bottom: 0.1666666667em;
}
.block.invoice.list .generic-table .action.overdue a {
  color: #ffffff;
}

.block.invoice.subpage .content {
  padding: 1.875em 1.875em;
  background: #FFFFFF;
}
.block.invoice.subpage .content .select {
  min-width: 12.5em;
}
.block.invoice.subpage .content h3 {
  color: #000000;
  font-size: 1em;
  margin: 0;
}
.block.invoice.subpage .content .contrast-box div.heading h3 {
  color: #000000;
  font-size: 1.2307692308em;
  margin: 0;
  margin-bottom: 0.625em;
  padding: 0.6875em 0;
  display: inline-block;
}
.block.invoice.subpage .content fieldset {
  border: none;
  font-size: 0.8125em;
  margin-top: 0.625em;
}
.block.invoice.subpage .content fieldset > * {
  float: left;
}
.block.invoice.subpage .content fieldset label {
  font-weight: bold;
  width: 12.6923076923em;
  line-height: 3.0769230769em;
}
.block.invoice.subpage .content fieldset input {
  font-weight: normal;
  width: 16em;
}
.block.invoice.subpage .content fieldset .custom-select {
  margin: 0;
  font-size: 1.2307692308em;
}
.block.invoice.subpage .content.error-notification {
  padding: 0;
}
.block.invoice.subpage .content.error-notification .empty-table-notification {
  padding: 5em 0;
}
.block.invoice.subpage .button-row li {
  text-align: right;
  padding-right: 1.875em;
}
.block.invoice.subpage .button-row li > * {
  margin-left: 0.625em;
}

.agreements {
  background-color: white;
}
.agreements .row {
  margin-left: 160px;
  display: flex;
  align-items: center;
}
.agreements .col {
  flex: 3;
}

.agreements-back-button {
  margin-bottom: 10px;
}

.block.invoices.chart .icon-invoice-colored {
  width: 2.75em;
  height: 2.75em;
}
.block.invoices.chart .months {
  height: 63px;
  padding-left: 40px;
  margin-top: -5px;
}
.block.invoices.chart .bar-chart li {
  text-align: center;
  padding: 0.5em 0em;
}
.block.invoices.chart .legend-lower {
  margin-top: -35px;
}
.block.invoices.chart .legend-lower li {
  padding-left: 0;
  padding-right: 1.66666em;
}
.block.invoices.chart .legend-lower li:before {
  font-size: 1.4em;
}
.block.invoices.chart .legend li:after {
  background-color: transparent;
}

.header-account-search .icon .search.block.administration .inline-validation-info {
  display: inline-block;
}
.header-account-search .icon .search.block.administration .inline-validation-info i {
  margin: 0 0.5em 0 1em;
  vertical-align: middle;
  font-size: 2em;
  color: #ED6B06;
}
.header-account-search .icon .search.block.administration .header-controls .btn {
  padding-right: 1.5em;
  padding-left: 1.3em;
}
.header-account-search .icon .search.block.administration .header-controls .icon-plus {
  font-size: 1em;
}

.block.administration.account-list th.email {
  white-space: nowrap;
}
.block.administration.account-list header {
  height: auto;
  min-height: 3.75em;
}
.block.administration.account-list header .search-container {
  margin-bottom: 0.3125em;
}
.block.administration.account-list .header-account-search .input-wrapper {
  width: 18.75em;
}
.block.administration.account-list .header-account-search .search-results {
  position: absolute;
  z-index: 100;
  width: 23.0769230769em;
  top: 2.3076923077em;
}
.block.administration.account-list .inline-input input {
  margin-bottom: 20px;
}
.block.administration.account-list .inline-input input.account-name {
  width: 13.75em;
  padding-right: 13.75em;
}
.block.administration.account-list .inline-input input.account-ean {
  width: 13.75em;
}
.block.administration.account-list .first-email-container {
  position: relative;
}
.block.administration.account-list .first-email-container .unverified-error-message {
  position: absolute;
  color: #ed0677;
  font-size: 11px;
  top: 38px;
  left: 2px;
}
.block.administration.account-list .icon-regulars-card-inverted {
  background-size: 50%;
  background-position: 50% 55%;
}
.block.administration.account-list .account-list-item .subscribeInvoice,
.block.administration.account-list .account-list-item .subscribeInfo {
  text-align: center;
}
.block.administration.account-list .account-list-item .subscribeInvoice .checkcontainer,
.block.administration.account-list .account-list-item .subscribeInfo .checkcontainer {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.block.administration.account-list .account-list-item .email.needs-confirm {
  color: #979797;
}
.block.administration.account-list .account-list-item .email.needs-confirm .confirm-notice {
  display: block;
  font-style: italic;
  color: #ED6B06;
}
.block.administration.account-list .inline-form .inline-validation-info {
  margin-top: -20px;
  line-height: 1em;
  width: 17em;
}
.block.administration.account-list .inline-form .inline-validation-info.payment-info {
  width: auto;
  display: block;
  margin-bottom: 1.25em;
}
.block.administration.account-list .inline-form .inline-validation-info.payment-info .icon-alert {
  margin-left: 0;
}
.block.administration.account-list .inline-form .inline-control * {
  vertical-align: top;
}
.block.administration.account-list .inline-form .inline-control label {
  padding-top: 1em;
}
.block.administration.account-list .inline-form h3 {
  margin-top: 0.75em;
  margin-bottom: 1.25em;
}
.block.administration.account-list .inline-form .content {
  padding: 0;
}
.block.administration.account-list .inline-form .content > div {
  padding: 0.3076923077em 0.7692307692em 0.6153846154em 1.5384615385em;
}
.block.administration.account-list .inline-form .buttons {
  margin-bottom: 0.875em;
}
.block.administration.account-list .inline-form .invoice-methods {
  border-bottom: 0.1875em solid #fff;
}
.block.administration.account-list .inline-form .account-details .confirm-email-label {
  margin-left: 0.625em;
  margin-right: 0.625em;
  width: auto;
}
.block.administration.account-list .inline-form .account-details .confirm-email {
  position: absolute;
  right: 15px;
  margin-top: 0.3em;
  margin-left: 0.625em;
  background-color: #ED6B06;
}
.block.administration.account-list .inline-form .account-details .confirm-email.disabled {
  background-color: #979797;
  color: #ffffff;
}
.block.administration.account-list .inline-form .subscription-options {
  overflow: hidden;
}
.block.administration.account-list .inline-form .subscription-options h3 {
  margin-bottom: 0.625em;
}
.block.administration.account-list .inline-form .subscription-options .invoice {
  float: left;
  width: 100%;
  padding-right: 1.25em;
}
.block.administration.account-list .inline-form .subscription-options p {
  margin-bottom: 1.25em;
}
.block.administration.account-list .inline-form .subscription-options .checkbox {
  position: relative;
  max-width: 60%;
  background-color: white;
  padding: 1em 1.25em;
  margin-bottom: 0.625em;
}
.block.administration.account-list .inline-form .subscription-options .checkbox.st-loading:after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background: #fff url(/business/selvbetjening/static/images/loader.gif) no-repeat 50% 50%;
}
.rgba .block.administration.account-list .inline-form .subscription-options .checkbox.st-loading:after {
  background-color: rgba(255, 255, 255, 0.8);
}

.block.administration.admin-list .inline-validation-info {
  display: inline;
}
.block.administration.admin-list .inline-input input {
  margin-bottom: 20px;
}
.block.administration.admin-list .inline-input input[name=currentName] {
  width: 18.4em;
}
.block.administration.admin-list .generic-table thead tr th:last-child {
  text-transform: none;
  background-color: #808080;
}
.block.administration.admin-list .generic-table thead tr th:last-child a {
  margin: 0;
}
.block.administration.admin-list .generic-table > thead.sortable tr th a:after {
  position: static;
  background-image: none;
  background-repeat: no-repeat;
  content: "";
  display: inline;
  width: inherit;
  height: inherit;
  margin-top: inherit;
  margin-left: inherit;
  font-family: inherit;
  text-transform: inherit;
}
.block.administration.admin-list .generic-table tbody tr td.filled-bg-dark:last-child {
  border-left: 2px solid #e5e5e5;
  background-color: #000000;
}
.block.administration.admin-list .generic-table .icon-admins-colored {
  background-size: 50%;
  background-position: 50% 55%;
}

@-webkit-keyframes fadea {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.block.administration.primary header h2 span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block.administration.primary.st-loading:after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background: #fff url(/business/selvbetjening/static/images/loader.gif) no-repeat 50% 50%;
}
.rgba .block.administration.primary.st-loading:after {
  background-color: rgba(255, 255, 255, 0.8);
}
.block.administration.primary .email.needs-confirm {
  color: #979797;
  position: relative;
}
.block.administration.primary .email.needs-confirm a {
  color: #979797;
}
.block.administration.primary .email.needs-confirm a.confirm-notice {
  position: absolute;
  display: block;
  font-style: italic;
  color: #ED6B06;
}
.block.administration.primary .email.needs-confirm a.confirm-notice:after {
  background-image: none;
}
.block.administration.primary .subscription-option {
  position: relative;
  font-size: 0.8125em;
  padding: 0 2.3076923077em 2.3076923077em 5.3846153846em;
}
.block.administration.primary .subscription-option input {
  position: absolute;
  left: 3.8461538462em;
}
.block.administration.primary .subscription-option a {
  font-weight: bold;
  margin-top: 0.625em;
  display: block;
  text-decoration: underline;
}
.block.administration.primary #primary-edit-name .inline-input {
  display: inline-block;
  margin-top: 0;
}
.block.administration.primary #primary-edit-name .inline-input input {
  width: 99px;
}
.block.administration.primary #primary-edit-phone .inline-input {
  display: inline-block;
  margin-top: 0;
}
.block.administration.primary #primary-edit-phone .inline-input input {
  width: 200px;
}
.block.administration.primary #primary-edit-name tbody.card td:first-child {
  vertical-align: top;
  padding-top: 1.3em;
  padding-left: 10px;
}
.block.administration.primary #primary-edit-phone tbody.card td:first-child {
  vertical-align: top;
  padding-top: 1.1em;
  padding-left: 10px;
}
.block.administration.primary #primary-edit-email tbody.card td:first-child {
  vertical-align: top;
  padding-top: 1.1em;
  padding-left: 10px;
}
.block.administration.primary .primary-edit-email .inline-input {
  margin-top: 0;
}
.block.administration.primary .primary-edit-email input {
  width: 200px;
}
.block.administration.primary .generic-table {
  width: 458px;
  table-layout: fixed;
}
.block.administration.primary .generic-table > tbody.card tr td.editable a {
  padding-right: 30px;
  text-overflow: ellipsis;
}
.block.administration.primary .generic-table > tbody.card .inline-form > td:first-child[colspan="2"] .buttons {
  position: static;
  display: block;
  margin: 5px 5px 0 0;
  float: right;
}
.block.administration.primary .generic-table > tbody.card .inline-form > td:first-child[colspan="2"] .buttons .submit {
  margin-left: 0;
}
.block.administration.primary td:first-child {
  padding: 14px 10px 8px 10px;
}
.block.administration.primary .validation-info .message i:hover + p, .block.administration.primary .validation-info-wide .message i:hover + p {
  opacity: 1;
}
.block.administration.primary .validation-info .message p, .block.administration.primary .validation-info-wide .message p {
  -webkit-animation-duration: 3s;
  -webkit-animation-name: fadea;
  position: absolute;
  top: -38px;
  left: -139px;
  width: 239px;
  background-color: #ed0677;
  border-radius: 3px;
  color: white;
  padding: 7px;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  opacity: 0;
  z-index: 100;
}
.block.administration.primary .validation-info .message p:after, .block.administration.primary .validation-info-wide .message p:after {
  top: 100%;
  left: 59%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ed0677;
  border-width: 0.625em;
  margin-left: -0.625em;
}
.block.administration.primary .buttons .btn.submit {
  margin-right: 0.1em !important;
}
.block.administration.primary input[name=email] + .validation-info .message p, .block.administration.primary input[name=email] + .validation-info-wide .message p {
  -webkit-animation-delay: 2s;
}
.block.administration.primary input[name=lastname] + .validation-info .message p, .block.administration.primary input[name=lastname] + .validation-info-wide .message p {
  -webkit-animation-delay: 5s;
}

.block.administration.consent .content {
  min-height: 10rem;
}
.block.administration.consent .consent-widget {
  position: relative;
  font-size: 0.8125em;
  padding: 1.1538461538em 2.3076923077em 1.1538461538em 5.3846153846em;
}
.block.administration.consent .consent-widget input {
  position: absolute;
  cursor: pointer;
  left: 3.8461538462em;
}
.block.administration.consent .consent-widget a {
  font-weight: bold;
  margin-top: 0.625em;
  display: block;
  text-decoration: underline;
  cursor: pointer;
}
.block.administration.consent .consent-widget-header {
  padding: 0.5rem 0.75rem;
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.block.administration.consent .consent-widget-header .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
  color: #ffffff;
  background-color: #252525;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.consent-version__modal__new-consent {
  margin-top: 2rem;
  padding-left: 5px;
}
.consent-version__modal__new-consent > *:not(:first-child) {
  padding-left: calc(1.5rem + 0.5rem + 5px);
}
.consent-version__modal__new-consent-header {
  display: flex;
  align-items: center;
  font-size: 1.25rem;
  font-weight: bold;
}
.consent-version__modal__new-consent-header .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 1.5rem;
  width: 1.5rem;
  color: #ffffff;
  background-color: #252525;
  border-radius: 50%;
  margin-right: 0.5rem;
}

.block.administartion.subpage .content {
  padding: 1.875em 1.875em;
}
.block.administartion.subpage .content h3 {
  color: #000000;
  font-size: 1em;
}
.block.administartion.subpage .content .info-box h4 {
  color: #ffffff;
  font-size: 0.875em;
}
.block.administartion.subpage .content .info-box p {
  color: #ffffff;
}
.block.administartion.subpage .content fieldset {
  border: none;
  font-size: 0.8125em;
}
.block.administartion.subpage .content fieldset > * {
  float: left;
}
.block.administartion.subpage .content fieldset label {
  font-weight: bold;
  width: 12.6923076923em;
  line-height: 3.0769230769em;
}
.block.administartion.subpage .content fieldset input {
  font-weight: normal;
  width: 16em;
}
.block.administartion.subpage .content .info-box {
  font-size: 0.8125em;
  margin-top: 2.3076923077em;
  padding: 1.1538461538em 1.5384615385em;
  background-color: #C4C4C4;
}
.block.administartion.subpage .content .info-box h4 {
  font-size: 1.2307692308em;
  text-transform: capitalize;
  margin: 0;
}
.block.administartion.subpage .content .info-box p {
  font-size: 1em;
  padding: 0;
}
.block.administartion.subpage .button-row li {
  text-align: right;
  padding-right: 1.875em;
}
.block.administartion.subpage .button-row li > * {
  margin-left: 0.625em;
}

.block.administration.split-list header {
  height: auto;
  min-height: 3.75em;
}
.block.administration.split-list header .search-container {
  margin-bottom: 0.3125em;
}
.block.administration.split-list header .header-account-search .input-wrapper {
  width: 18.75em;
}
.block.administration.split-list td {
  cursor: pointer;
}
.block.administration.split-list td.icon i {
  width: 28px;
  height: 28px;
}
.block.administration.split-list td.invoice-method {
  color: #5f8da2;
}
.block.administration.split-list .inline-validation-info {
  display: inline-block;
}
.block.administration.split-list .inline-input input {
  margin-bottom: 20px;
}
.block.administration.split-list .inline-input input.account-name {
  width: 13.75em;
  padding-right: 13.75em;
}
.block.administration.split-list .inline-input input.account-ean {
  width: 13.75em;
}

.block.split-invoice-list > header h2 {
  margin-left: 2em;
}
.block.split-invoice-list .icon-area {
  text-align: center;
}
.block.split-invoice-list .icon-area a {
  color: #ffffff;
  font-size: 0.6875em;
}
.block.split-invoice-list .icon-area a .icon-excel-colored {
  position: static;
  width: 3.8181818182em;
  height: 3.3636363636em;
  background-size: 100% !important;
}
.block.split-invoice-list .icon-area span {
  display: block;
  margin-top: 0.2em;
}
.block.split-invoice-list .icon-area i {
  width: 48px;
}
.block.split-invoice-list .icon-area.icon-left {
  right: auto;
  left: 0;
}
.block.split-invoice-list .icon-area.icon-left .icon-split-colored {
  background-position: 0 bottom;
}
.block.split-invoice-list .generic-table > tbody td.group {
  text-align: center;
  color: #ffffff;
}
.block.split-invoice-list .generic-table > tbody td.name {
  padding-left: 0;
}
.block.split-invoice-list .generic-table > tbody td.invoice-nr {
  width: 109px;
}
.block.split-invoice-list .generic-table > tbody td.date {
  width: 117px;
}
.block.split-invoice-list .generic-table > tbody td.action.overdue {
  padding: 0;
  width: 60px;
}
.block.split-invoice-list .generic-table > tbody td.amount {
  white-space: nowrap;
}
.block.split-invoice-list .generic-table > tbody td.action {
  padding: 0;
  width: 60px;
}
.block.split-invoice-list .generic-table > tbody td {
  border-top: 2px solid #e5e5e5 !important;
}
.block.split-invoice-list .generic-table thead th:nth-child(1) {
  width: 50% !important;
}
.block.split-invoice-list .generic-table tbody td.action.overdue {
  padding: 0 4px;
}
.block.split-invoice-list tbody tr td.group {
  width: 78px;
  padding: 0;
}
.block.split-invoice-list .generic-table > tbody td.icon {
  width: auto;
}
.block.split-invoice-list .generic-table > tbody td.icon i {
  padding: 3px;
  margin-left: 5px;
  margin-right: 5px;
  width: 32px;
  height: 32px;
}

.block.administration.split-distribution td {
  height: 3.75em;
}
.block.administration.split-distribution tbody td.employee,
.block.administration.split-distribution tbody td.employer {
  padding-left: 3.125em;
}
.block.administration.split-distribution tbody input[type=radio] {
  margin-right: 0.5em;
}
.block.administration.split-distribution tbody td label {
  font-weight: bold;
  color: #009db4;
}
.block.administration.split-distribution tbody tr.shaded {
  background-color: #bad6e1;
}
.block.administration.split-distribution tbody tr.shaded td {
  border-top: none;
  border-bottom: none;
}
.block.administration.split-distribution tbody tr.shaded td.info i {
  font-size: 15px;
  text-align: center;
  margin-top: 9px;
}
.block.administration.split-distribution tbody tr.shaded td.info p {
  margin-top: 4px;
}
.block.administration.split-distribution tbody .amount-input {
  display: inline;
  margin-left: 0.9375em;
}
.block.administration.split-distribution tbody .amount-input input {
  height: 2.375em;
  text-align: right;
}
.block.administration.split-distribution tbody .amount-input span {
  margin-left: 0.4375em;
  color: #009db4;
  font-weight: bold;
}
.block.administration.split-distribution tbody p {
  max-width: 30em;
}
.block.administration.split-distribution tbody td.info {
  padding-left: 4.75em;
}
.block.administration.split-distribution tbody .icon-info {
  position: absolute;
  color: #a0bfcc;
  margin-left: -1.625em;
}
.block.administration.split-distribution .cancel {
  margin-right: 56px;
}

.block.administration.split-address tr:hover {
  cursor: pointer;
  cursor: hand;
  background-color: #000000;
}
.block.administration.split-address tr:hover td.filled-bg {
  background: #000000 !important;
}
.block.administration.split-address tr:hover td.filled-bg i {
  color: #ED6B06;
}
.block.administration.split-address .inline-form {
  display: table-row;
}
.block.administration.split-address .inline-form td {
  padding: 0;
  vertical-align: top;
}
.block.administration.split-address .inline-form td .address, .block.administration.split-address .inline-form td .zip, .block.administration.split-address .inline-form td .city, .block.administration.split-address .inline-form td .name {
  padding-top: 4px;
  padding-left: 8px;
}
.block.administration.split-address .inline-form .address input {
  width: 77%;
}
.block.administration.split-address .inline-form .city input {
  width: 70%;
}
.block.administration.split-address .inline-form .zip input {
  width: 69%;
}
.block.administration.split-address .inline-form .buttons {
  padding: 0;
}
.block.administration.split-address td.icon {
  width: auto;
}
.block.administration.split-address td.icon i {
  width: 24px;
  height: 24px;
}

.block.administration.email-notice header {
  margin-bottom: 0;
}
.block.administration.email-notice .info-heading {
  background-color: #ffffff;
  padding: 1.5384615385em 2.3076923077em;
  font-size: 0.8125em;
}
.block.administration.email-notice .info-heading .nochange {
  line-height: 1.8em;
}
.block.administration.email-notice table .border {
  padding: 0;
  border-right: none !important;
  border-left: none !important;
}
.block.administration.email-notice table thead .name {
  width: 15em;
  border-left: none;
  padding-left: 0.625em;
}
.block.administration.email-notice table thead .account-no {
  width: 12.5em;
}
.block.administration.email-notice table thead .email {
  width: 12.5em;
}
.block.administration.email-notice table tbody .border {
  border-top: none;
  border-bottom: none;
}
.block.administration.email-notice table tbody td {
  height: 3em;
}
.block.administration.email-notice table tfoot td {
  height: auto;
  padding: 0;
}
.block.administration.email-notice table tfoot .pagination {
  padding: 0.825em 0.625em;
}

.block.dashboard.usage canvas {
  margin-left: 10px;
}
.block.dashboard.usage ul {
  padding: 0;
  margin: 0;
}
.block.dashboard.usage .legend {
  list-style: none;
  overflow: hidden;
  height: 2.9166666667em;
  text-align: right;
  font-size: 0.75em;
  color: themeMonoDarkestColor;
  padding: 0.8333333333em;
}
.block.dashboard.usage .legend li {
  position: relative;
  display: inline-block;
  padding-right: 3.3333333333em;
}
.block.dashboard.usage .legend li:after {
  position: absolute;
  content: "";
  top: 60%;
  margin-left: 8px;
  margin-top: -2px;
  width: 20px;
  height: 4px;
  background-color: red;
}
.block.dashboard.usage .legend li.average:after {
  background-color: #000000;
}
.block.dashboard.usage .legend li.voice:after {
  background-color: #bad6e1;
}
.block.dashboard.usage .legend li.data:after {
  background-color: #ED6B06;
}
.block.dashboard.usage .months {
  position: relative;
  list-style: none;
  margin-top: 0.625em;
  padding-left: 40px;
  height: 45px;
  background-color: #808080;
  font-size: 0;
}
.block.dashboard.usage .months li {
  display: inline-block;
  position: relative;
  top: -12px;
  background-color: #000000;
  border: 0.25em solid #fff;
  border-radius: 100%;
  margin-left: 0.1666666667em;
  width: 2.6666666667em;
  height: 2.6666666667em;
  text-align: left;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0.5em 0;
}
.block.dashboard.usage .months li.Jan:after {
  position: absolute;
  left: 0;
  text-align: center;
}
.block.dashboard.usage .months li.Jan.y2011:after {
  content: "2011";
}
.block.dashboard.usage .months li.Jan.y2012:after {
  content: "2012";
}
.block.dashboard.usage .months li.Jan.y2013:after {
  content: "2013";
}
.block.dashboard.usage .months li.Jan.y2014:after {
  content: "2014";
}
.block.dashboard.usage .months li.Jan.y2015:after {
  content: "2015";
}
.block.dashboard.usage .months li.Jan.y2016:after {
  content: "2016";
}
.block.dashboard.usage .months li.Jan.y2017:after {
  content: "2017";
}
.block.dashboard.usage .months li.Jan.y2018:after {
  content: "2018";
}
.block.dashboard.usage .months li.Jan.y2019:after {
  content: "2019";
}
.block.dashboard.usage .months li.Jan.y2020:after {
  content: "2020";
}
.block.dashboard.usage .months li.Jan.y2021:after {
  content: "2021";
}
.block.dashboard.usage .months li.Jan.y2022:after {
  content: "2022";
}
.block.dashboard.usage .months li.Jan.y2023:after {
  content: "2023";
}
.block.dashboard.usage .months li.Jan.y2024:after {
  content: "2024";
}
.block.dashboard.usage .months li.Jan.y2025:after {
  content: "2025";
}

.block.dashboard.info-header {
  overflow: hidden;
}
.block.dashboard.info-header header {
  background: none;
}
.block.dashboard.info-header header .icon-area {
  height: 3.75em;
  left: 0;
  background-color: #434343;
  justify-content: center;
}
.block.dashboard.info-header header h2 {
  margin-left: 68px;
  color: #009db4;
  font-family: "Arial", sans-serif !important;
  font-size: 1.3em !important;
}
.block.dashboard.info-header header h2 span {
  font-family: "Arial", sans-serif !important;
  font-size: 1.5em !important;
}

.block.usage.details header h2 div {
  white-space: nowrap;
}
.block.usage.details header .icon-area {
  text-align: center;
}
.block.usage.details header .icon-area a {
  color: #ffffff;
  font-size: 0.6875em;
}
.block.usage.details header .icon-area a .icon-excel-colored {
  position: static;
  width: 3.8181818182em;
  height: 3.3636363636em;
  background-size: 100% !important;
}
.block.usage.details header .icon-area span {
  display: block;
  margin-top: 0.2em;
}
.block.usage.details header select {
  height: 20px;
}
.block.usage.details span.splitted {
  float: left;
  line-height: 0.9;
  margin-right: 0.5em;
}
.block.usage.details .show-abroad-indicator-toggler {
  position: absolute;
  color: #000000;
  font-size: 0.875em;
  top: 1.4285714286em;
  right: 6.2857142857em;
}
.block.usage.details .show-abroad-indicator-toggler label {
  margin-right: 0.7142857143em;
}
.block.usage.details .show-abroad-indicator-toggler:before {
  bottom: -250%;
  right: -0.2857142857em;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #ffffff;
  border-width: 0.625em;
  margin-left: -0.625em;
  z-index: 100;
}
.block.usage.details .show-abroad-indicator-toggler:after {
  bottom: -215%;
  right: -0.0714285714em;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: #808080;
  border-width: 0.425em;
  margin-left: -0.625em;
  z-index: 100;
}
.block.usage.details .usage-details-list {
  list-style: none;
  margin: 0.1538461538em 0 0 0;
  padding: 0;
  font-size: 0.8125em;
}
.block.usage.details .usage-details-list li {
  position: relative;
  color: #ffffff;
  padding: 0;
  margin: 0 0 2px 0;
}
.block.usage.details .usage-details-list li b {
  text-transform: uppercase;
  font-style: normal;
}
.block.usage.details .usage-details-list li .item {
  position: relative;
  display: block;
  background-color: #000000;
  color: #ffffff;
  padding: 1.2307692308em 3.0769230769em 1.2307692308em 2.3076923077em;
  height: 48px;
}
.block.usage.details .usage-details-list li .item .time {
  position: absolute;
  right: 18.4615384615em;
  width: 16.9230769231em;
  text-align: right;
}
.block.usage.details .usage-details-list li .item .price {
  position: absolute;
  right: 6.1538461538em;
  width: 13.8461538462em;
  text-align: right;
}
.block.usage.details .usage-details-list li .item:hover {
  background-color: #C4C4C4;
}
.block.usage.details .usage-details-list li .toggler {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 48px;
  color: #ED6B06;
  background-color: #000000;
  border-left: 0.1538461538em solid #e5e5e5;
  text-align: center;
  padding-top: 1.0769230769em;
}
.block.usage.details .usage-details-list li .toggler i {
  color: #ED6B06;
}
.block.usage.details .usage-details-list li table {
  border-bottom: 2px solid #808080;
  border-collapse: unset;
}
.block.usage.details .usage-details-list li .abroad-indicator {
  display: none;
  position: absolute;
  top: 0;
  right: 4.7692307692em;
  width: 4.7692307692em;
  height: 100%;
  color: #ffffff;
  background-color: #A7D5C2;
  border-left: 0.1538461538em solid #e5e5e5;
  text-align: center;
  padding-top: 0.5384615385em;
}
.block.usage.details .usage-details-list li .abroad-indicator i {
  width: 32px;
  height: 32px;
}
.block.usage.details .usage-details-list .toggle-content {
  font-size: 1.25em;
  margin: 0;
}
.block.usage.details .usage-details-list .toggle-content table thead td:first-child {
  border-left: none;
}
.block.usage.details .usage-details-list .toggle-content table thead th:first-child {
  border-left: none;
}
.block.usage.details .usage-details-list .toggle-content table thead.sortable tr th {
  border-top: none;
}
.block.usage.details .usage-details-list .toggle-content table td {
  height: 3.6923076923em;
}
.block.usage.details .usage-details-list .toggle-content table td.account a, .block.usage.details .usage-details-list .toggle-content table td.amount, .block.usage.details .usage-details-list .toggle-content table td.number {
  font-weight: normal;
}
.block.usage.details .usage-details-list .toggle-content table td.edit i {
  color: #ED6B06;
}
.block.usage.details .usage-details-list .toggle-content table .edit {
  background-color: #000000;
  border-left: 0.1538461538em solid #e5e5e5;
  text-align: center;
  width: 60px;
  height: 48px;
}
.block.usage.details .show-abroad-indicator .show-abroad-indicatior-toggler:after, .block.usage.details .show-abroad-indicator .show-abroad-indicatior-toggler:before {
  content: "";
}
.block.usage.details .show-abroad-indicator .abroad-indicator {
  display: block !important;
}
.block.usage.details .show-abroad-indicator li > .time {
  right: 24.6153846154em !important;
}
.block.usage.details .show-abroad-indicator .price {
  right: 10.7692307692em !important;
}
.block.usage.details .generic-table thead .border {
  border-left: none;
  border-right: none;
}
.block.usage.details .generic-table thead .date {
  border-left: none;
}
.block.usage.details .generic-table thead .border,
.block.usage.details .generic-table tbody .border {
  border-top: none;
  max-width: 20px;
  width: 20px;
  padding: 0;
}
.block.usage.details .generic-table tbody .date {
  font-weight: bold;
}
.block.usage.details .generic-table thead .column-spacer {
  border-left: 2px solid transparent;
  width: 280px;
}

section.block.usage.overview {
  float: left;
  display: block;
  width: 100%;
}
section.block.usage.overview:last-child {
  margin-right: 0;
}
section.block.usage.overview:not(.single) .abroad strong .unit {
  font-size: 0.7407407407em;
}

.block.usage.overview .row {
  height: 11.6875em;
}
.block.usage.overview .row:after {
  content: "";
  display: table;
  clear: both;
}
.block.usage.overview .box {
  position: relative;
  float: left;
  background-color: #ffffff;
  height: 11.6875em;
}
.block.usage.overview .box h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  margin-top: 0;
  padding-left: 1.4285714286em;
  height: 2.8571428571em;
  line-height: 2.8571428571em;
  color: #000000;
  margin-bottom: 0;
}
.block.usage.overview .box figure {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.block.usage.overview .box figure i {
  width: 7.5em;
  height: 7.5em;
  margin-top: 22px;
  margin-right: 8px;
}
.block.usage.overview .data,
.block.usage.overview .messages,
.block.usage.overview .other,
.block.usage.overview .voice {
  width: 19.125em;
}
.block.usage.overview .data .used,
.block.usage.overview .messages .used,
.block.usage.overview .other .used,
.block.usage.overview .voice .used {
  line-height: 0.85;
  font-size: 2.5em;
}
.block.usage.overview .data .used strong,
.block.usage.overview .messages .used strong,
.block.usage.overview .other .used strong,
.block.usage.overview .voice .used strong {
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: 800;
  color: #ED6B06;
}
.block.usage.overview .data .used strong .unit,
.block.usage.overview .messages .used strong .unit,
.block.usage.overview .other .used strong .unit,
.block.usage.overview .voice .used strong .unit {
  font-weight: 400;
  font-family: "Arial", sans-serif;
  font-size: 0.5em;
  margin-left: 0.2962962963em;
}
.block.usage.overview .data .arrowed,
.block.usage.overview .messages .arrowed,
.block.usage.overview .other .arrowed,
.block.usage.overview .voice .arrowed {
  color: #000000;
  font-size: 0.8125em;
}
.block.usage.overview .other,
.block.usage.overview .voice {
  width: 18.625em;
  margin: 0 0.625em;
}
.block.usage.overview .abroad {
  width: 19.75em;
}
.block.usage.overview .abroad .content {
  padding: 0.625em 1.25em;
}
.block.usage.overview .abroad .used-data {
  font-size: 0.8125em;
}
.block.usage.overview .abroad .used-data .total-sum {
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: 800;
  color: #ED6B06;
  font-size: 2.0769230769em;
  line-height: 0.8;
}
.block.usage.overview .abroad .used-voice {
  font-size: 0.8125em;
  display: block;
  margin-top: 0.5em;
}
.block.usage.overview .abroad .used-voice .total-sum {
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: 800;
  color: #ED6B06;
  font-size: 2.0769230769em;
  line-height: 0.8;
}
.block.usage.overview .abroad strong .unit {
  font-weight: 400;
  font-family: "Arial", sans-serif;
  font-size: 0.8888888889em;
  margin-left: 0.2962962963em;
}
.block.usage.overview .abroad .arrowed {
  color: #000000;
  font-size: 0.8125em;
}
.block.usage.overview .content {
  padding: 1.25em 1.25em;
  padding-top: 0.5em;
  min-height: 0;
}
.block.usage.overview .content > p {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.block.usage.overview .content > p .buy-more {
  font-size: 0.8125em;
  background-color: #ED6B06;
  right: 40px;
  bottom: 0;
  position: absolute;
}
.block.usage.overview .content > p .arrowed {
  float: left;
  margin: 4px 0;
  color: #000000;
}
.block.usage.overview .content.error-notification {
  padding: 0;
  height: 11.6875em;
}
.block.usage.overview .content.error-notification .empty-table-notification {
  padding: 5em 0 0 0;
}
.block.usage.overview .box.linked:hover {
  background-color: #C4C4C4;
  cursor: pointer;
}

aside.block.usage.overview .row {
  height: inherit;
}
aside.block.usage.overview .box {
  min-height: 14.875em;
}
aside.block.usage.overview .box figure {
  top: 1.375em;
}
aside.block.usage.overview .box h3 {
  height: 3.4285714286em;
  line-height: 2.4285714286em;
  text-align: center;
  padding-left: 0;
  text-transform: capitalize;
}
aside.block.usage.overview .data,
aside.block.usage.overview .messages,
aside.block.usage.overview .other,
aside.block.usage.overview .voice {
  width: 9.125em;
}
aside.block.usage.overview .abroad {
  width: 9.125em;
}
aside.block.usage.overview .content {
  padding: 8.125em 0.625em 0em 0.625em;
}
aside.block.usage.overview .content.error-notification {
  height: 14.875em;
}
aside.block.usage.overview .content.error-notification .empty-table-notification {
  padding: 6.25em 0 0 0;
}
aside.block.usage.overview .content > p {
  display: none;
}
aside.block.usage.overview .data .used,
aside.block.usage.overview .messages .used,
aside.block.usage.overview .other .used,
aside.block.usage.overview .voice .used {
  font-size: 1.5em;
  line-height: 1;
}
aside.block.usage.overview .data .used strong .unit,
aside.block.usage.overview .messages .used strong .unit,
aside.block.usage.overview .other .used strong .unit,
aside.block.usage.overview .voice .used strong .unit {
  font-size: 0.6666666667em;
  font-weight: 400;
  font-family: "Arial", sans-serif;
}
aside.block.usage.overview .voice .used strong .unit {
  font-size: 0.6666666667em;
  font-weight: 400;
  font-family: "Arial", sans-serif;
  text-transform: none;
}
aside.block.usage.overview .abroad .content {
  padding: 6.875em 0.625em 0em 0.625em;
}
aside.block.usage.overview .abroad .content .used-data {
  font-size: 0.8125em;
}
aside.block.usage.overview .abroad .content .used-data .total-sum {
  font-size: 1.3846153846em;
}
aside.block.usage.overview .abroad .content .used-voice {
  font-size: 0.8125em;
}
aside.block.usage.overview .abroad .content .used-voice .total-sum {
  font-size: 1.3846153846em;
}

section.block.usage.overview.single .content > p {
  position: absolute;
  bottom: 0;
  width: 100%;
}
section.block.usage.overview.single .box.messages,
section.block.usage.overview.single .box.other {
  margin-top: 0.75em;
  height: 9.8125em;
}
section.block.usage.overview.single .box.messages .content,
section.block.usage.overview.single .box.other .content {
  height: 6.8125em;
}
section.block.usage.overview.single .box.voice {
  margin-right: 11em;
}
section.block.usage.overview.single .box.abroad {
  position: absolute;
  right: 0;
  height: 22.25em;
}
section.block.usage.overview.single .box.abroad .content {
  padding-top: 5em;
  height: 19.3125em;
}
section.block.usage.overview.single .box.abroad .total-sum {
  margin-top: 0.1em;
}
section.block.usage.overview.single .box.abroad .used-voice,
section.block.usage.overview.single .box.abroad .used-data {
  font-size: 1.4em;
}

.block.usage.usage-header {
  float: left;
  display: block;
  width: 100%;
}
.block.usage.usage-header header h2 span {
  font-weight: bold;
}
.block.usage.usage-header header h2 span b {
  font-weight: normal;
}
.block.usage.usage-header:last-child {
  margin-right: 0;
}
.block.usage.usage-header .row:after {
  content: "";
  display: table;
  clear: both;
}
.block.usage.usage-header .box {
  position: relative;
  float: left;
  background-color: #ffffff;
  height: 11.6875em;
}
.block.usage.usage-header .box h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  margin-top: 0;
  padding-left: 1.4285714286em;
  height: 2.1428571429em;
  line-height: 2.1428571429em;
  color: #000000;
  margin-bottom: 0;
}
.block.usage.usage-header .box figure {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.block.usage.usage-header .box figure i {
  width: 9em;
  height: 9em;
}
.block.usage.usage-header .overview {
  width: 39.5em;
}
.block.usage.usage-header .overview .content {
  overflow: hidden;
}
.block.usage.usage-header .overview .column {
  position: relative;
  float: left;
  width: 16.25em;
  list-style: none;
  margin: 2em 0 0 0;
  padding: 0;
}
.block.usage.usage-header .overview .column li {
  position: relative;
  line-height: 2.4615384615em;
  font-size: 0.8125em;
  color: #009db4;
}
.block.usage.usage-header .overview .column:first-child {
  width: 20em;
  margin-right: 0.625em;
  margin-top: 0;
}
.block.usage.usage-header .overview .star {
  position: absolute;
  margin-top: 0.1538461538em;
  font-size: 2.3076923077em;
  color: #FF3C96;
}
.block.usage.usage-header .overview .star + span {
  margin-right: 1.1538461538em;
}
.block.usage.usage-header .overview li.highlight-a {
  color: #ffffff;
  background-color: #009db4;
  padding-left: 0.625em;
}
.block.usage.usage-header .overview li.highlight-b {
  color: #ffffff;
  background-color: #FF3C96;
  padding-left: 0.625em;
}
.block.usage.usage-header .overview li.highlight-b .value {
  right: 0.7692307692em;
  font-size: 1em;
}
.block.usage.usage-header .overview a.info {
  position: absolute;
  right: 0;
}
.block.usage.usage-header .overview a.info i {
  width: 1.5em;
}
.block.usage.usage-header .overview .value {
  position: absolute;
  right: 1.5384615385em;
  font-size: 1.5384615385em;
}
.block.usage.usage-header .total {
  width: 18.625em;
  margin: 0 0 0 0.625em;
}
.block.usage.usage-header .total .used {
  line-height: 1;
  font-size: 1.875em;
}
.block.usage.usage-header .total .used strong {
  display: block;
  font-family: "Arial", sans-serif;
  font-weight: 800;
  color: #FF3C96;
}
.block.usage.usage-header .total .used strong .unit {
  font-weight: normal;
  font-size: 0.6666666667em;
  margin-left: 0.2666666667em;
}
.block.usage.usage-header .total .content {
  padding-top: 1.25em;
}
.block.usage.usage-header .total .content p {
  font-size: 0.8125em;
  color: #FF3C96;
}
.block.usage.usage-header .content {
  padding: 1.25em 1.25em;
}
.block.usage.usage-header .content > p {
  position: relative;
}
.block.usage.usage-header .content > p .buy-more {
  position: absolute;
  font-size: 0.8125em;
  background-color: #FF3C96;
  top: -4px;
  right: 0;
}

.block.usage.chart .icon-area i {
  position: static !important;
  display: none;
  width: 56px;
  height: 56px;
  background-size: 100%;
  margin: 1px 0 0 1px;
}
.block.usage.chart .icon-area.data .data {
  display: inline-block;
}
.block.usage.chart .icon-area.voice .voice {
  display: inline-block;
}
.block.usage.chart .icon-area.abroad .abroad {
  display: inline-block;
}

.usagefreeunits .infobox {
  display: none;
  position: relative;
}
.usagefreeunits .infobox .content {
  top: -13px;
  z-index: 100;
  position: absolute;
  padding: 10px;
  background-color: #C4C4C4;
  width: 200px;
  text-transform: none;
  font-weight: normal;
  font-style: italic;
  font-size: 0.9285714286em;
  line-height: 1.3;
  color: #000000;
}
.usagefreeunits .infobox.st-visible {
  display: inline-block;
}
.usagefreeunits .alert-info {
  margin-left: 10px;
}
.usagefreeunits table {
  text-align: left;
  width: 100%;
  font-size: 0.8125em;
  margin-top: 10px;
}
.usagefreeunits table:first-child {
  margin-top: 0;
}
.usagefreeunits table th {
  padding: 20px;
  text-align: left;
  font-size: 1.0769230769em;
  text-transform: capitalize;
  background-color: #808080;
  color: #ffffff;
}
.usagefreeunits table tr {
  height: 46px;
  background-color: #FFFFFF;
  border-top: 2px solid #e5e5e5;
}
.usagefreeunits table tr:first-child {
  border-top: 0;
}
.usagefreeunits table td {
  padding: 8px 20px;
  font-weight: bold;
}
.usagefreeunits table td.separator {
  border-right: 2px solid #e5e5e5;
}
.usagefreeunits table td span {
  font-weight: normal;
}
.usagefreeunits table.js-nonshareddata tr td:last-child {
  padding-left: 0;
}
.usagefreeunits table.js-nonshareddata tr td:nth-child(3n+3) {
  white-space: nowrap;
}
.usagefreeunits .note {
  font-weight: normal;
  display: block;
  margin-top: 5px;
}
.usagefreeunits .note:before {
  content: "* ";
  vertical-align: top;
  color: #ED6B06;
  font-size: 1.5em;
  font-weight: bold;
}
.usagefreeunits .used {
  font-weight: bold;
  font-size: 1.25em;
}
.usagefreeunits .used span {
  font-size: 0.8125em;
}
.usagefreeunits .used .note {
  font-size: 0.8125em;
}
.usagefreeunits .unused {
  white-space: nowrap;
  color: #000000;
  font-weight: bold;
  font-size: 2.1875em;
}
.usagefreeunits .unused span {
  font-size: 0.6571428571em;
}

.progress-bar {
  position: relative;
  height: 30px;
  width: 337px;
  background: #b6b6b6;
}
.progress-bar .loadbar {
  height: 30px;
  background: #FF3C96;
}
.progress-bar .loadtext {
  color: #ffffff;
  position: absolute;
  padding: 7px 10px;
}

section.block.tretotal.overview-account {
  float: left;
  display: block;
  width: 100%;
}
section.block.tretotal.overview-account:last-child {
  margin-right: 0;
}

.block.tretotal.overview-account {
  min-height: 247px;
  height: 247px;
}
.block.tretotal.overview-account header h2 span {
  font-weight: bold;
}
.block.tretotal.overview-account header h2 span b {
  font-weight: normal;
}
.block.tretotal.overview-account h3 {
  text-transform: capitalize;
}
.block.tretotal.overview-account .row:after {
  content: "";
  display: table;
  clear: both;
}
.block.tretotal.overview-account .box {
  position: relative;
  float: left;
  background-color: #ffffff;
  height: 11.6875em;
  margin-left: 0.625em;
}
.block.tretotal.overview-account .box h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  margin-top: 0;
  padding-left: 1.4285714286em;
  height: 3.4285714286em;
  line-height: 3.4285714286em;
  background-color: #C4C4C4;
  color: #FFFFFF;
  margin-bottom: 0;
}
.block.tretotal.overview-account .box figure {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
.block.tretotal.overview-account .box figure i {
  width: 9em;
  height: 9em;
}
.block.tretotal.overview-account .box:first-child {
  margin-left: 0;
}
.block.tretotal.overview-account .content {
  padding: 0.625em 1.25em;
}
.block.tretotal.overview-account .content.error-notification {
  padding: inherit;
  min-height: 11.6875em;
}
.block.tretotal.overview-account .content.error-notification .empty-table-notification {
  padding: 5em 0 0 0;
}
.block.tretotal.overview-account .unit {
  font-family: "Arial", sans-serif;
  font-weight: normal;
  margin-left: 0.1875em;
}
.block.tretotal.overview-account .data {
  width: 38.9375em;
}
.block.tretotal.overview-account .data h3 {
  padding-left: 14.2857142857em;
}
.block.tretotal.overview-account .data figure {
  right: auto;
  left: 0;
}
.block.tretotal.overview-account .data figure i {
  width: 12.5em;
  height: 12.5em;
}
.block.tretotal.overview-account .data .used-wrapper {
  margin-left: 11.1111111111em;
}
.block.tretotal.overview-account .data .used {
  line-height: 0.85;
}
.block.tretotal.overview-account .data .used strong {
  display: block;
  margin-top: 0.2307692308em;
  font-size: 2.5em;
  font-family: "Arial", sans-serif;
  font-weight: 800;
  color: #ED6B06;
}
.block.tretotal.overview-account .data .used strong .unit {
  text-transform: uppercase;
  font-weight: normal;
  font-size: 0.675em;
  margin-left: 0.2962962963em;
}
.block.tretotal.overview-account .data .action-menu {
  padding-top: 1.1764705882em;
  padding-left: 1.7647058824em;
}
.block.tretotal.overview-account .data .action-menu a {
  display: block;
  margin-bottom: 0.625em;
}
.block.tretotal.overview-account .data .action-menu .btn {
  margin-bottom: 0.7692307692em;
  font-size: 0.8125em;
}
.block.tretotal.overview-account .data .arrowed {
  color: #000000;
  margin-top: 1.25em;
  font-size: 0.8125em;
}
.block.tretotal.overview-account .data .info {
  font-size: 0.8125em;
}
.block.tretotal.overview-account .data .info div {
  margin-top: 0.625em;
}
.block.tretotal.overview-account .users {
  width: 19.1875em;
}
.block.tretotal.overview-account .users .content {
  padding: 1.5625em 1.25em;
}
.block.tretotal.overview-account .users .sim strong {
  display: inline-block;
  font-family: "Arial", sans-serif;
  font-weight: 800;
  color: #ED6B06;
  font-size: 2.0769230769em;
  line-height: 0.8;
}
.block.tretotal.overview-account .users .sim div {
  margin-top: 0.625em;
  font-size: 0.8125em;
}
.block.tretotal.overview-account .users .sim a {
  display: block;
  margin-top: 0.625em;
}
.block.tretotal.overview-account .users .sim a:first-child {
  margin-top: 0.25em;
}
.block.tretotal.overview-account .users .arrowed {
  color: #000000;
  font-size: 0.8125em;
}
.block.tretotal.overview-account .highlight {
  color: #C4C4C4;
}
.block.tretotal.overview-account .dim {
  color: #808080;
  font-size: 0.75em;
}

.block.tretotal-user-list td.nr {
  padding-left: 1.5384615385em;
  padding-right: 0;
  color: #009db4;
  font-weight: 900;
}
.block.tretotal-user-list td.name {
  padding-left: 0;
}
.block.tretotal-user-list .usage {
  width: 34.6153846154em;
}
.block.tretotal-user-list .usage .usage-bar {
  width: 16.9230769231em;
}

.block.tretotal.customer td.icon {
  vertical-align: middle;
  width: 45px;
}
.block.tretotal.customer td.icon i[class^=icon-account] {
  width: 2em;
  height: 2em;
}
.block.tretotal.customer .name {
  width: 8.125em;
}
.block.tretotal.customer .no {
  width: 7.5em;
}
.block.tretotal.customer .pool {
  width: 13.125em;
}
.block.tretotal.customer .usage {
  width: 10em;
}
.block.tretotal.customer .usage {
  width: 12.3076923077em;
}
.block.tretotal.customer .usage .usage-bar {
  width: 16.9230769231em;
}

.block.tretotal.msisdn {
  min-height: 298px;
  height: 298px;
}
.block.tretotal.msisdn .row:after {
  content: "";
  display: table;
  clear: both;
}
.block.tretotal.msisdn .box {
  position: relative;
  background-color: #ffffff;
  margin-left: 0.625em;
}
.block.tretotal.msisdn .box h3 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  font-size: 0.875em;
  margin-top: 0;
  padding-left: 14em;
  height: 3.4285714286em;
  line-height: 3.4285714286em;
  background-color: #a0bfcc;
  color: #FFFFFF;
  margin-bottom: 0;
  text-transform: capitalize;
}
.block.tretotal.msisdn .box .content {
  padding-left: 15em;
  padding-top: 1em;
  font-size: 0.8125em;
  min-height: 11.875em;
}
.block.tretotal.msisdn .box .content .highlight {
  color: #009db4;
}
.block.tretotal.msisdn .box .content .info {
  margin-bottom: 13px;
}
.block.tretotal.msisdn .box .content .info div {
  margin-bottom: 5px;
}
.block.tretotal.msisdn .box .content .primary .highlight {
  display: block;
  font-size: 2.6em;
  font-weight: bold;
  margin-top: 0.3em;
}
.block.tretotal.msisdn .box .content .primary .highlight .unit {
  font-size: 0.7em;
  font-weight: normal;
}
.block.tretotal.msisdn .box .content .buttons {
  padding-right: 2em;
  text-align: right;
  padding-bottom: 1.3em;
}
.block.tretotal.msisdn .box figure {
  position: absolute;
  left: 0;
  top: 1em;
  margin: 0;
}
.block.tretotal.msisdn .box figure i {
  width: 200px;
  height: 200px;
}
.block.tretotal.msisdn .box:first-child {
  margin-left: 0;
}

.block.notifications-page .extended-header h2 {
  position: relative;
  font-size: 1.75em;
  color: #009db4;
  padding-bottom: 1.25em;
}
.block.notifications-page .extended-header h2 a.back {
  position: absolute;
  display: block;
  top: 4.375em;
  font-size: 0.4285714286em;
  text-transform: none;
}
.block.notifications-page .extended-header h2 a.back:before {
  content: "t";
  display: inline;
  font-family: "treicon";
  margin-right: 0.3em;
}
.block.notifications-page .extended-header h2 ul {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  list-style: none;
  font-size: 0.4642857143em;
  text-transform: none;
}
.block.notifications-page .extended-header h2 ul.enabled li {
  opacity: 1;
}
.block.notifications-page .extended-header h2 ul li {
  float: left;
  margin-left: 0.6153846154em;
  opacity: 0.5;
}
.block.notifications-page .extended-header h2 ul li a {
  font-weight: normal;
  height: 2em;
  line-height: 2em;
  padding: 0 0.9230769231em;
}
.block.notifications-page .extended-header h2 ul li a i {
  margin-right: 0.9230769231em;
}
.block.notifications-page .icon-area {
  justify-content: center;
}
.block.notifications-page .icon-area.icon-notif-area {
  right: auto;
  text-align: center;
  width: 3.75em;
}
.block.notifications-page .icon-area .badge {
  font-size: 0.8125em;
  position: absolute;
  background: #009db4;
  top: 2.1em;
  left: 2.8em;
}
.block.notifications-page thead th.text {
  width: 25em;
}
.block.notifications-page thead th.account {
  width: 21em;
}
.block.notifications-page .date {
  text-align: left;
  width: 130px;
}
.block.notifications-page .status-unread {
  font-weight: bold;
}
.block.notifications-page .status-read td.text a {
  font-weight: normal;
}
.block.notifications-page .expanded-mode td {
  border-bottom: 2px solid transparent;
}
.block.notifications-page .checkbox {
  text-align: center;
  width: 60px;
}
.block.notifications-page .important {
  width: 40px;
  padding: 5px;
  color: #ED6B06;
}
.block.notifications-page .important a:after {
  margin-top: 0.01em !important;
  margin-left: 0.8em !important;
}
.block.notifications-page .important > .alert-error {
  font-size: 1.84615em;
}
.block.notifications-page .detail-view td {
  padding: 1.25em 0.75em;
}
.block.notifications-page .detail-view td p {
  margin-bottom: 1.25em;
}
.block.notifications-page td.text p {
  max-width: 600px;
}
.block.notifications-page .row-interaction:hover {
  cursor: pointer;
  cursor: hand;
  background-color: #C4C4C4;
}
.block.notifications-page .row-interaction:hover td.filled-bg {
  background: #000000 !important;
}
.block.notifications-page .row-interaction:hover td.filled-bg i {
  color: #ED6B06;
}

.block.generic-block-area .content {
  position: relative;
  background-color: #ffffff;
  padding: 0.625em 0.625em 0.625em 7.375em;
  min-height: 0;
  font-family: "Arial", sans-serif;
}
.block.generic-block-area .content.no-icon {
  padding-left: 0.625em;
}
.block.generic-block-area .content h2 {
  margin: 0;
  font-size: 1.5em;
}
.block.generic-block-area .content p {
  font-weight: bold;
  font-size: 0.8125em;
  margin: 0;
  max-width: 80%;
}
.block.generic-block-area .content a {
  position: absolute;
  font-size: 0.8125em;
  right: 0.7692307692em;
  bottom: 0.7692307692em;
}
.block.generic-block-area.full-size header {
  background-color: #bfd24c;
}
.block.generic-block-area.full-size .icon-area {
  background-color: #879a28;
  text-align: center;
}
.block.generic-block-area.full-size .icon-area img {
  width: 100%;
  display: inline;
  vertical-align: middle;
}
.block.generic-block-area.full-size .content {
  position: relative;
  padding: 0.625em;
}
.block.generic-block-area.full-size .content h2 {
  color: #ffffff;
}
.block.generic-block-area.full-size .content p {
  margin: 0;
  font-size: 0.8125em;
}
.block.generic-block-area.full-size .content a {
  position: absolute;
  font-size: 0.8125em;
  right: 1.5384615385em;
  bottom: 1.5384615385em;
}
.block.generic-block-area .vertical-align-helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

section.banner .bilboard + .bilboard {
  margin-left: 1.5em;
}

aside.banner .bilboard + .bilboard {
  margin-top: 30px;
}

.banner:after {
  content: "";
  display: table;
  clear: both;
}
.banner .payoff {
  float: left;
  margin: -0.375em 0 0 0;
  display: inline-block;
}
.banner .bilboard {
  position: relative;
  width: 28.625em;
  float: left;
}
.banner .bilboard.fullwidth {
  width: 100%;
}
.banner .payoff + .bilboard {
  width: 45.3125em;
  margin-left: 1.25em;
}
.banner .frame {
  z-index: 10;
  width: 100%;
}
.banner .frame img {
  max-width: 100%;
}

.is-epi-edit .container {
  width: 60.625em;
  max-width: 60.625em;
  margin-left: auto;
  margin-right: auto;
}
.is-epi-edit .container:after {
  content: "";
  display: table;
  clear: both;
}
.is-epi-edit .epi-editContainer:after {
  content: "";
  display: table;
  clear: both;
}
.is-epi-edit .epi-editContainer .blockcontainer {
  margin-left: 0.9375em;
  margin-right: 0.9375em;
  float: left;
}
.is-epi-edit .epi-editContainer .blockcontainer.span6 {
  width: 28.4375em;
}
.is-epi-edit .epi-editContainer .blockcontainer.span6:after {
  content: "";
  display: table;
  clear: both;
}
.is-epi-edit .epi-editContainer .blockcontainer.span12 {
  width: 58.75em;
}
.is-epi-edit .epi-editContainer .blockcontainer.span12:after {
  content: "";
  display: table;
  clear: both;
}
.is-epi-edit .epi-editContainer .blockcontainer > section, .is-epi-edit .epi-editContainer .blockcontainer > aside {
  float: none !important;
  margin-right: 0;
}

html {
  overflow-y: scroll;
}

.has-overlay {
  overflow: hidden;
}
.has-overlay > body {
  height: 100%;
  overflow-y: scroll;
}
@media screen and (max-width: 30em) {
  .has-overlay > body {
    overflow: hidden;
  }
}

.modal {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 0;
  height: 0;
  overflow-y: scroll;
  opacity: 0;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAAEUlEQVQoz2NgeEYAjioYSQoAzOTmAXhPhyoAAAAASUVORK5CYII=");
  display: none\9 ;
}
.modal .block {
  float: none;
}
.modal input[type=text],
.modal input[type=password] {
  width: 15em;
}
.modal:target, .modal.st-active, .modal.is-active {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  width: auto;
  height: auto;
  opacity: 1;
}
.modal.is-active {
  display: block\9 ;
  height: 100% \9 ;
  width: 100% \9 ;
}
.modal:target, .modal.st-active, .modal.is-active {
  display: block\9 ;
}
.modal .email-addon-label {
  margin-left: 24px;
}
.modal .sim-insurance-terms-agreement {
  margin-top: 10px;
  margin-left: 24px;
}
.modal .sim-insurance-terms-agreement.terms-checkbox {
  margin-right: 10px;
}
.modal .addon-detail-message {
  font-size: 12px;
  display: block;
  color: #1e1e1e;
}
.modal .inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 180px;
  margin-bottom: 1.25em;
  left: 50%;
  z-index: 20;
  margin-left: -320px;
  padding: 1.25em 1.25em 1.25em 1.25em;
  width: 640px;
  background-color: #ffffff;
  -webkit-overflow-scrolling: touch;
}
@media \0 screen\,screen\9  {
  .modal .inner {
    background: transparent;
  }
}
.modal .inner iframe,
.modal .inner > img,
.modal .inner > video {
  width: 100%;
  height: auto;
  min-height: 300px;
}
.modal .inner iframe {
  border: 0;
  min-height: 600px;
}
.modal .inner > img {
  width: auto;
  max-width: 100%;
}
.modal .inner.st-loading-data {
  min-height: 12.5em;
}
.modal .inner.st-loading-data:after {
  content: "";
  z-index: 10;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  background: #fff url(/business/selvbetjening/static/images/loader.gif) no-repeat 50% 50%;
}
.rgba .modal .inner.st-loading-data:after {
  background-color: rgba(255, 255, 255, 0.5);
}
.modal.large .inner {
  margin-left: -420px;
  padding: 2.5em 1.25em 1.25em 1.25em;
  width: 840px;
}
@media screen and (max-height: 810px) {
  .modal .inner {
    margin-top: 80px;
  }
}
.modal > a[href="#!"], .modal .modal-close {
  display: block;
  height: 1px;
  clip: rect(0 0 0 0);
  margin: -1px;
  text-indent: -100px;
  overflow: hidden;
}
.modal > a[href="#!"]:after, .modal .modal-close:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  margin-top: -10px;
  margin-right: -10px;
  width: 34px;
  height: 34px;
  background: url(/business/selvbetjening/static/svg/modal_close.svg) center center no-repeat;
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-size: 1.2em;
  text-indent: 0;
}
.modal .inner > header {
  margin-bottom: 0.625em;
  position: relative;
}
.modal .inner > header h2 {
  color: #000000;
  line-height: 1;
  margin: 0;
  size: 0.9333333333em;
}
.modal .inner > header h2 > span {
  font-family: "Arial", sans-serif;
  font-size: 0.5em;
  font-weight: 400;
  display: block;
}
.modal .inner > header h2 > span strong {
  margin-left: 0.3571428571em;
  color: #ED6B06;
}
.modal .inner > .content {
  font-size: 0.8125em;
}
.modal .content h3 {
  color: #000000;
  font-size: 1.2307692308em;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 0.7692307692em;
}
.modal .content h3.no-transform {
  text-transform: none;
}
.modal .content > p {
  font-weight: bold;
}
.modal .content > div:first-of-type {
  margin-bottom: 15px;
}
.modal .content .modal-error-notice {
  color: #ED6B06;
}
.modal .content .modal-error-notice i {
  margin-right: 0.3076923077em;
}
.modal .inner > .content .result {
  position: relative;
  color: #ffffff;
  font-size: 1.2307692308em;
  font-weight: bold;
  line-height: 2.875em;
  margin-bottom: 1.25em;
  padding-left: 3.125em;
}
.modal .inner > .content .result:before {
  position: absolute;
  left: 0;
  font-family: "treicon";
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  margin: 0;
  font-size: 1.5em;
  text-indent: 0.625em;
}
.modal .inner > .content .result.success {
  background-color: #bed73b;
}
.modal .inner > .content .result.success:before {
  content: "c";
}
.modal .inner > .content .result.failure {
  background-color: #ED6B06;
}
.modal .inner > .content .result.failure:before {
  content: "a";
}
.modal .inner > .content .result.info {
  color: #252525;
  background-color: transparent;
}
.modal .inner > .content .result.info:before {
  content: "a";
}
.modal .inner > .content .result > span {
  display: block;
  font-size: 0.8125em;
  font-weight: normal;
  line-height: 1;
  margin: -6px 0 0;
  padding-bottom: 12px;
}
.modal .inner > .content .highlighted {
  color: #252525;
  background-color: #C4C4C4;
  padding: 1.5384615385em;
  margin-bottom: 0.1538461538em;
}
.modal .inner > .content .info-toggler.right-aligned a i {
  float: right;
}
.modal .inner > .content .info-toggler a {
  display: block;
  padding: 0.1em 0;
  overflow: hidden;
}
.modal .inner > .content .info-toggler a i {
  width: 1.5em;
}
.modal .inner > .content .info-toggler .highlighted {
  margin: 0;
  font-weight: bold;
  font-style: italic;
}
.modal .inner > .content .notification {
  position: relative;
  color: #252525;
  font-weight: bold;
  line-height: 3.5384615385em;
  margin-bottom: 1.5384615385em;
  padding-left: 3.8461538462em;
}
.modal .inner > .content .notification:before {
  position: absolute;
  left: 0;
  top: 0.6153846154em;
  /*      padding: em(0) em(6, 13);*/
  margin: 0;
  font-family: "treicon";
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  font-size: 1.3846153846em;
  line-height: 1.3846153846em;
  text-indent: 0em;
}
.modal .inner > .content .notification.question:before {
  background-image: url(/business/selvbetjening/static/svg/question_invert_blue_white.svg);
  background-size: 100%;
  content: "";
  width: 24px;
  height: 24px;
}
.modal .inner > .content .notification .subscription-question {
  position: absolute;
  left: 0;
  padding: 0.11992308em 0.52384615em;
  font-size: 1.25em;
  line-height: 1.3em;
  background-color: #ED6B06;
  color: #ffffff;
  top: 10px;
  width: 24.1px;
  height: 25px;
  display: flex;
  justify-content: center;
  font-weight: normal;
  text-decoration: none;
  font-family: "Arial", sans-serif;
}
.modal .fieldset-group + hr {
  height: 0.1538461538em;
  margin-left: 3.8461538462em;
  background-color: #e5e5e5;
  border: none;
}
.modal .fieldset-group {
  padding: 0em 8.125em 0em 3.8461538462em;
  margin-bottom: 1.5384615385em;
}
.modal .fieldset-group > h3 {
  color: #000000;
  font-size: 1.3076923077em;
  font-weight: normal;
  text-transform: capitalize;
  margin-bottom: 0.7692307692em;
}
.modal .fieldset-group > h3:after {
  content: ":";
}
.modal .fieldset-group > p {
  color: #252525;
  font-weight: bold;
  margin-bottom: 1.5384615385em;
}
.modal .fieldset-group > p:last-child {
  font-weight: normal;
}
.modal .fieldset-group > p.alternative-color {
  color: #009db4;
}
.modal .fieldset-group.compact > fieldset {
  margin-bottom: 0;
}
.modal .fieldset-group > fieldset {
  position: relative;
  padding: 0;
  margin: 0 0 0.7692307692em 0;
  border: none;
}
.modal .fieldset-group > fieldset.small-label label {
  width: 5.3846153846em;
}
.modal .fieldset-group > fieldset.large-label label {
  width: 20em;
}
.modal .fieldset-group > fieldset > label {
  float: left;
  width: 13.0769230769em;
  line-height: 2.7692307692em;
  font-weight: bold;
  color: #000;
}
.modal .fieldset-group > fieldset > label:after {
  content: ":";
}
.modal .fieldset-group > fieldset > input[type=text] {
  border-top-left-radius: 0.1538461538em;
  border-top-right-radius: 0.1538461538em;
  border-bottom-left-radius: 0.1538461538em;
  border-bottom-right-radius: 0.1538461538em;
  border-top-left-radius: 0.1538461538em;
  border-bottom-left-radius: 0.1538461538em;
  border-top-right-radius: 0.1538461538em;
  border-bottom-right-radius: 0.1538461538em;
  border: 1px solid #e5e5e5;
  float: left;
  height: 2.7692307692em;
  width: 18.4615384615em;
  font-weight: normal;
  text-indent: 0.7692307692em;
}
.modal .fieldset-group > fieldset > input[type=text]::-webkit-input-placeholder {
  font-weight: normal;
}
.modal .fieldset-group > fieldset > input[type=text]::-moz-placeholder {
  font-weight: normal;
}
.modal .fieldset-group > fieldset > input[type=text]:-moz-placeholder {
  font-weight: normal;
}
.modal .fieldset-group > fieldset > input[type=text]:-ms-input-placeholder {
  font-weight: normal;
}
.modal .fieldset-group > fieldset > input[readonly] {
  background: transparent;
  border: none;
  text-shadow: 1px 1px #ffffff;
  text-indent: 0;
}
.modal .fieldset-group > fieldset .multiple-inputs > input[type=text]:first-of-type {
  width: 6.9230769231em;
}
.modal .fieldset-group > fieldset > .custom-select.validation-success:after {
  margin-left: 1em;
  font-family: "treicon";
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  content: "c";
  color: #bed73b;
  font-size: 1.5384615385em;
}
.modal .fieldset-group > fieldset > .validation-error {
  position: absolute;
  right: -7.6923076923em;
  padding-left: 1.5384615385em;
  max-width: 14.6153846154em;
  color: #ED6B06;
  font-weight: bold;
  font-style: italic;
}
.modal .fieldset-group > fieldset > .validation-error:before {
  position: absolute;
  top: 0.3076923077em;
  left: 0;
  font-family: "treicon";
  font-weight: normal;
  text-decoration: none;
  font-style: normal;
  content: "a";
}
.modal .fieldset-group > .radio-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal .fieldset-group > .radio-list li {
  color: #000000;
  line-height: 2.7692307692em;
}
.modal .fieldset-group > .radio-list label {
  margin-left: 0.7692307692em;
  font-weight: bold;
}
.modal .fieldset-group > .checkbox-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.modal .fieldset-group > .checkbox-list li {
  overflow: hidden;
  color: #C4C4C4;
  margin: 1.9230769231em 0;
}
.modal .fieldset-group > .checkbox-list li > * {
  float: left;
}
.modal .fieldset-group > .checkbox-list li input {
  float: left;
  margin-left: 0.7692307692em;
}
.modal .fieldset-group > .checkbox-list li label {
  margin-left: 0.7692307692em;
  margin-left: 0.7692307692em;
  font-weight: bold;
  max-width: 23.0769230769em;
}
.modal .fieldset-group > .checkbox-list li label h3 {
  text-transform: capitalize;
  font-size: 1.3076923077em;
  margin: 0 0 0.1538461538em 0;
}
.modal .fieldset-group > .checkbox-list li label h3.no-transform {
  text-transform: none;
}
.modal .fieldset-group > .checkbox-list li label h3.normal-weight {
  font-weight: normal;
}
.modal .fieldset-group > .checkbox-list li img {
  float: left;
}
.modal .fieldset-group.compcat fieldset > input[readonly] {
  border: none;
  text-indent: 0;
}
.modal .fieldset-group:last-child {
  margin-bottom: 0;
}
.modal .button-row {
  display: table;
  font-size: 0.8125em;
  height: 3.5384615385em;
  width: 100%;
}
.modal .button-row ul {
  display: table-row;
}
.modal .button-row li {
  display: table-cell;
  text-align: right;
  vertical-align: bottom;
}
.modal .button-row .btn {
  margin-left: 0.6153846154em;
  padding-left: 1.2307692308em;
  padding-right: 1.2307692308em;
  font-weight: normal;
}
.modal.prompt-view header h2 {
  margin-bottom: 1em;
}
.modal.prompt-view .content {
  margin-bottom: 3em;
}
.modal.prompt-view .content.alert {
  color: #ED6B06;
}
.modal.prompt-view .content.alert i.icon-alert {
  position: absolute;
  color: #ED6B06;
  font-size: 1.3em;
}
.modal.prompt-view .content.alert b {
  line-height: 1.5em;
  margin-left: 1.8em;
}
.modal .activate-sim-card-list p {
  color: black;
  margin-left: 0.7692307692em;
  font-weight: bold;
  margin-top: 0;
}
.modal .activate-sim-card-list .pin-puk-inputs {
  margin-top: 20px;
}
.modal .activate-sim-card-list fieldset {
  border: none;
}

.invoice.payment-flow {
  background-color: #ffffff;
  padding: 1em;
}
.invoice.payment-flow .content.step-2 iframe {
  height: 25em;
  min-height: 25em;
}
.invoice.payment-flow .flow-tabs nav a {
  cursor: pointer;
}
.invoice.payment-flow .flow-tabs nav .active a {
  cursor: default;
}
.invoice.payment-flow .flow-tabs > section > * {
  display: none;
}
.invoice.payment-flow .flow-tabs > section > *.active {
  display: block;
}
.invoice.payment-flow .flow-tabs nav {
  background-color: #979797;
}
.invoice.payment-flow .flow-tabs nav ul {
  list-style: none;
  padding: 0;
  overflow: hidden;
}
.invoice.payment-flow .flow-tabs nav ul li {
  position: relative;
  float: left;
  line-height: 3em;
  background-color: #979797;
}
.invoice.payment-flow .flow-tabs nav ul li:before {
  position: absolute;
  top: -0.0625em;
  left: 0.1875em;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #ffffff;
  border-width: 1.5625em;
  margin-left: 0;
}
.invoice.payment-flow .flow-tabs nav ul li:first-child:before {
  content: "";
  border: none;
}
.invoice.payment-flow .flow-tabs nav ul li:first-child:before > a:before {
  border-left-color: #FF3C96;
}
.invoice.payment-flow .flow-tabs nav ul li.active:first-child > a:before {
  border-left-color: #000000;
}
.invoice.payment-flow .flow-tabs nav ul li.active {
  background-color: #000000;
}
.invoice.payment-flow .flow-tabs nav ul li.active > a:before {
  border-left-color: #979797;
}
.invoice.payment-flow .flow-tabs nav ul li.active + li {
  background-color: #808080;
}
.invoice.payment-flow .flow-tabs nav ul li.active + li a:before {
  border-left-color: #000000;
}
.invoice.payment-flow .flow-tabs nav ul li.active + li + li {
  background-color: #808080;
}
.invoice.payment-flow .flow-tabs nav ul li.active + li + li a:before {
  border-left-color: #808080;
}
.invoice.payment-flow .flow-tabs nav ul li a {
  cursor: auto;
  position: relative;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 0.8125em;
  padding: 0 1.5384615385em 0 3.0769230769em;
}
.invoice.payment-flow .flow-tabs nav ul li a:before {
  position: absolute;
  top: -1.5em;
  left: 0em;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #979797;
  border-width: 2em;
  margin-right: 0;
}
.invoice.payment-flow .flow-tabs nav ul li:last-child:after {
  position: absolute;
  top: -0.0625em;
  right: -2.9230769231em;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #808080;
  border-width: 1.5625em;
  margin-left: 0;
}
.invoice.payment-flow .flow-tabs nav ul li:last-child > a:after {
  position: absolute;
  top: -1.5em;
  right: -4em;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  pointer-events: none;
  border-left-color: #ffffff;
  border-width: 2em;
  margin-right: 0;
}
.invoice.payment-flow .flow-tabs nav ul li.active:last-child:after {
  border-left-color: #000000;
}
.invoice.payment-flow .content {
  font-size: 0.8125em;
}
.invoice.payment-flow .content p {
  font-weight: bold;
  margin: 0.7692307692em 0;
}
.invoice.payment-flow .content.step-1 h3 {
  margin-bottom: 0.7692307692em;
}
.invoice.payment-flow .content h3 {
  margin: 2.3076923077em 0 0 0;
}
.invoice.payment-flow .content table {
  width: 100%;
}
.invoice.payment-flow .content table thead th {
  background-color: #979797;
  line-height: 3.6923076923em;
  color: #ffffff;
  font-weight: normal;
  text-transform: capitalize;
  text-align: left;
  padding: 0 0.7692307692em;
  border-left: 0.1538461538em solid #ffffff;
}
.invoice.payment-flow .content table thead th:first-child {
  padding-left: 1.5384615385em;
  border-left: none;
}
.invoice.payment-flow .content table tbody td {
  padding: 0 0.7692307692em;
  vertical-align: middle;
}
.invoice.payment-flow .content table tbody .border {
  background-color: #979797;
  width: 0.7692307692em;
}
.invoice.payment-flow .content table tbody .icon {
  padding-right: 0;
}
.invoice.payment-flow .content table tbody .icon i {
  color: #009db4;
  margin: 1em 0 1em 0;
  width: 1.9230769231em;
  height: 1.9230769231em;
}
.invoice.payment-flow .content table tbody .id {
  color: #009db4;
  font-weight: bold;
}
.invoice.payment-flow .content table tbody .amount {
  color: #FF3C96;
  font-weight: bold;
}
.invoice.payment-flow .content table tfoot td {
  height: 1.8461538462em;
  background-color: #979797;
}
.invoice.payment-flow .content .payment-methods {
  overflow: hidden;
}
.invoice.payment-flow .content .payment-methods img {
  display: inline;
}
.invoice.payment-flow .content .payment-methods > div {
  float: left;
  min-height: 17.3076923077em;
  width: 49.5%;
  background-color: #bad6e1;
}
.invoice.payment-flow .content .payment-methods > div:first-child {
  margin-right: 1%;
}
.invoice.payment-flow .content .payment-methods > div header {
  background-color: #009db4;
  height: 4.6153846154em;
  padding: 0.7692307692em;
}
.invoice.payment-flow .content .payment-methods > div header h4 {
  margin: 0;
  font-size: 1.6923076923em;
  text-transform: uppercase;
  color: #ffffff;
}
.invoice.payment-flow .content .payment-methods > div header h4 span {
  display: block;
  font-weight: normal;
  font-size: 0.6363636364em;
}
.invoice.payment-flow .content .payment-methods > div ul {
  list-style: none;
  padding: 0.6153846154em 1.8461538462em;
}
.invoice.payment-flow .content .payment-methods > div ul li {
  margin-bottom: 0.7692307692em;
}
.invoice.payment-flow .content .payment-methods > div ul li label {
  font-weight: bold;
  margin-left: 0.7692307692em;
}
.invoice.payment-flow .content .payment-methods > div ul li label img {
  margin-right: 0.7692307692em;
}
.invoice.payment-flow .content .payment-methods > div ul li .radio-group {
  margin-bottom: 0.7692307692em;
}
.invoice.payment-flow .content .payment-methods > div ul li .labels {
  padding-left: 1em;
}
.invoice.payment-flow .content .payment-methods > div ul li .labels div {
  margin-bottom: 0.7692307692em;
}
.invoice.payment-flow .content .payment-methods > div ul li .labels label img {
  margin-right: 0.7692307692em;
}

.modal .simcardoptions .fieldset-group {
  padding: 0;
  margin-bottom: 1.5384615385em;
}
.modal .simcardoptions .fieldset-group > .checkbox-list li {
  margin: 0.1538461538em 0 0 0;
}
.modal .simcardoptions .fieldset-group > .checkbox-list li label {
  max-width: 38.4615384615em;
}
.modal .simcardoptions .fieldset-group > .checkbox-list h3 {
  text-transform: none;
}

.modal.movesubscription .select {
  width: 185px;
}

.modal.costcontrol i.alert-success {
  display: inline-block;
  font-size: 2.6153846154em;
  text-align: left;
  margin-left: 0.2941176471em;
}
.modal.costcontrol .infobox .content {
  top: -19px;
  width: 200px;
}
.modal.costcontrol .infobox-question {
  margin-left: 0.5em;
}
.modal.costcontrol fieldset {
  border: none;
  padding: 0;
}
.modal.costcontrol .fieldset-group {
  padding: 1.25em 1.25em;
  margin-bottom: 0.1538461538em;
  background-color: #C4C4C4;
}
.modal.costcontrol .fieldset-group h3 {
  margin-top: 0;
  text-transform: none;
}
.modal.costcontrol .fieldset-group h3.inline {
  display: inline-block;
}
.modal.costcontrol .fieldset-group label {
  width: 18.4615384615em;
}
.modal.costcontrol .fieldset-group span.select, .modal.costcontrol .fieldset-group input  {
  width: 13.8461538462em;
}
.modal.costcontrol .fieldset-group input[type=password],
.modal.costcontrol .fieldset-group input[type=text] {
  width: 13.8461538462em;
}
.modal.costcontrol .fieldset-group .col-width {
  width: 18.4615384615em;
  display: inline-block;
}
.modal.costcontrol .info {
  padding: 0 0 1.25em 0;
  font-weight: bold;
}
.modal.costcontrol.user input[type=text] {
  text-align: right;
  padding-right: 1em;
}

.modal.transfer-number p {
  font-weight: normal;
  margin-top: 1.5em;
  margin-bottom: 1.2em;
  padding: 0 1.5em;
}
.modal.transfer-number .fieldset-group {
  padding: 0;
}
.modal.transfer-number fieldset {
  overflow: hidden;
  padding: 0 1.5em;
}
.modal.transfer-number fieldset .label {
  float: left;
  width: 13.8461538462em;
  line-height: 2.8;
}
.modal.transfer-number fieldset .input {
  float: left;
}
.modal.transfer-number .info {
  position: relative;
  font-style: italic;
  font-weight: bold;
  padding: 1em 1.5em 1em 4em;
  margin-bottom: 2em;
  background-color: #bad6e1;
}
.modal.transfer-number .info .icon-info {
  position: absolute;
  left: 1.5em;
}
.modal.transfer-number .info .icon-info:before {
  line-height: 1.6;
  padding-left: 0.2em;
}
.modal.transfer-number .msisdn {
  color: #009db4;
  font-weight: bold;
}
.modal.transfer-number .validation-info, .modal.transfer-number .validation-info-wide {
  position: absolute;
  top: 0;
  width: 15em;
  right: 0;
}
.modal.transfer-number .validation-info .message p, .modal.transfer-number .validation-info-wide .message p {
  padding: 0.4em;
  color: #ED6B06;
}
.modal.transfer-number label {
  font-weight: bold;
}

.modal.terms table {
  width: 100%;
}
.modal.terms table tr td {
  background-color: #bad6e1;
  padding: 10px;
  border: 2px solid white;
}
.modal.terms table tr td:nth-child(2) {
  text-align: right;
}
.modal.terms table tr td:nth-child(2).currency {
  color: #FF3C96;
  font-weight: bold;
}

.order-e-sim .highlighted {
  margin-top: 40px;
}
.order-e-sim .qrInfoWrapper {
  display: flex;
}
.order-e-sim .qrTicketWrapper {
  flex-basis: 40%;
}
.order-e-sim .qrInfoList {
  flex-basis: 60%;
  margin-left: 20px;
  color: #1a1a1a;
}
.order-e-sim .qrInfoList .qrInfoListPreamble {
  margin-top: 1em;
}
.order-e-sim .qrInfoList .qrInfoListPreamble p {
  margin: 0;
}
.order-e-sim .styledOrderedList {
  counter-reset: styled-number-counter;
  list-style: none;
  margin-top: 1em;
  padding-left: 40px;
}
.order-e-sim .styledOrderedList .item {
  position: relative;
  line-height: 22px;
  color: #1a1a1a;
  counter-increment: styled-number-counter;
}
.order-e-sim .styledOrderedList .item + li {
  margin-top: 24px;
}
.order-e-sim .styledOrderedList .item::before {
  content: counter(styled-number-counter);
  background: #ED6B06;
}
.order-e-sim .styledOrderedList .itemWarning {
  display: flex;
  position: relative;
  margin-top: 30px;
  color: #1a1a1a;
}
.order-e-sim .styledOrderedList .itemWarning .warningIcon {
  background: #1a1a1a;
}
.order-e-sim .styledOrderedList .itemWarning span {
  line-height: 22px;
}
.order-e-sim .styledOrderedList .item::before,
.order-e-sim .styledOrderedList .warningIcon {
  position: absolute;
  content: counter(styled-number-counter);
  top: 0;
  font-size: 14px;
  left: -34px;
  line-height: 24px;
  width: 24px;
  height: 24px;
  color: #fff;
  border-radius: 50%;
  text-align: center;
}
.order-e-sim .qrTicket {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.order-e-sim .qrTicket::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0 20px #d5d3cf;
  border-radius: 5px;
}
.order-e-sim .qrTicket .description,
.order-e-sim .qrTicket .code {
  background-color: #fff;
  border: 1px solid #d5d3cf;
  padding: 10px 20px;
  border-width: 1px;
  border-radius: 5px 5px 0 0;
}
.order-e-sim .qrTicket .description > img,
.order-e-sim .qrTicket .code > img {
  max-width: 100%;
}
.order-e-sim .qrTicket .code {
  border-bottom: none;
  padding-bottom: 20px;
  border-radius: 5px 5px 0 0;
}
.order-e-sim .qrTicket .description {
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.order-e-sim .qrTicket .description > span {
  display: block;
}
.order-e-sim .qrTicket .description > span.title {
  color: #ED6B06;
  font-weight: bold;
}
.order-e-sim .qrTicket .inset {
  position: relative;
  width: 100%;
  background: #fff;
  height: 10px;
}
.order-e-sim .qrTicket .inset::before, .order-e-sim .qrTicket .inset::after {
  position: absolute;
  width: 8px;
  height: 10px;
  border: 1px solid #d5d3cf;
  content: "";
  display: block;
  z-index: 999;
}
.order-e-sim .qrTicket .inset::before {
  left: 0;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
  box-shadow: inset -1px 0 11px -1px #d5d3cf;
  border-left: none;
}
.order-e-sim .qrTicket .inset::after {
  right: 0;
  border-bottom-left-radius: 12px;
  border-top-left-radius: 12px;
  box-shadow: inset 1px 0 11px -1px #d5d3cf;
  border-right: none;
}
.order-e-sim .flowActionRowWrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.order-e-sim .flowActionRow {
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 40px;
}
.order-e-sim .flowActionRow .flowActionRow-icon {
  position: relative;
  flex-shrink: 0;
  min-width: 0;
  flex-basis: 40px;
  margin-right: 20px;
  max-height: 40px;
}
.order-e-sim .flowActionRow .flowActionRow-icon > svg {
  max-width: 100%;
  height: auto;
}
.order-e-sim .flowActionRow .flowActionRow-title {
  font-size: 16px;
  color: #1a1a1a;
  font-family: "Arial", sans-serif;
  font-weight: 400;
  display: block;
}
.order-e-sim .flowActionRow .flowActionRow-action {
  flex-grow: 1;
}
.order-e-sim .flowActionRow .flowActionRow-body {
  margin: 0.3em 0 0;
  color: #000;
  font-size: 14px;
}
.order-e-sim .compatible-devices {
  display: flex;
}
.order-e-sim .compatible-devices ul {
  padding-left: 20px;
}
.order-e-sim .compatible-devices ul + ul {
  margin-left: 20px;
}

.order-esim-action {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.modal.video .inner iframe {
  min-height: 400px;
}

.modal.request-receipt .infobox .content {
  top: -19px;
}
.modal.request-receipt .infobox-question {
  margin-top: 0.3076923077em;
}
.modal.request-receipt form {
  margin-top: 3.0769230769em;
}
.modal.request-receipt form .fieldset-group {
  padding: 0 20px;
}
.modal.request-receipt .validation-info, .modal.request-receipt .validation-info-wide {
  max-width: 12.7692307692em;
}
.modal.request-receipt .fieldset-group > fieldset > input[type=text] {
  width: 15.3846153846em;
  margin-left: 0.7692307692em;
  margin-right: 0.7692307692em;
}
.modal.request-receipt fieldset label {
  line-height: 1;
}

.modal.datacontrol .large-label .select .current {
  text-overflow: ellipsis;
  width: 162px;
  max-width: 162px;
  white-space: nowrap;
  padding-right: 35px;
}
.modal.datacontrol .highlight-container {
  text-align: right;
}
.modal.datacontrol .highlight-container .highlighted {
  text-align: left;
}
.modal.datacontrol .highlight-container .toggler {
  display: inline-block;
  padding: 0.2em 0.7em 0 0.7em;
  background-color: #ED6B06;
  margin-bottom: 0.1em;
  color: #ffffff;
  line-height: 1.8em;
  font-size: 1.1em;
}
.modal.datacontrol fieldset {
  border: none;
  padding: 0;
}
.modal.datacontrol .fieldset-group {
  padding: 1.25em 1.25em;
  margin-bottom: 0.1538461538em;
  background-color: #C4C4C4;
}
.modal.datacontrol .fieldset-group h3 {
  margin-top: 0;
  text-transform: none;
}
.modal.datacontrol .fieldset-group h3.inline {
  display: inline-block;
}
.modal.datacontrol .fieldset-group label {
  width: 6.25em;
}
.modal.datacontrol .fieldset-group span.select, .modal.datacontrol .fieldset-group input {
  width: 13.8461538462em;
}
.modal.datacontrol .fieldset-group input[type=password],
.modal.datacontrol .fieldset-group input[type=text] {
  width: 13.8461538462em;
}
.modal.datacontrol .fieldset-group .col-width {
  width: 18.4615384615em;
  display: inline-block;
}
.modal.datacontrol .fieldset-group > fieldset > label:after {
  content: "";
}
.modal.datacontrol .fieldset-group > fieldset > label > h3:after {
  content: ":";
}
.modal.datacontrol .fieldset-group i.icon-check-colored {
  width: 30px;
  height: 30px;
  margin-left: 0.625em;
}

.modal.consent .fieldset-group {
  padding: 2.5em 2.5em;
  margin-bottom: 0.1538461538em;
  background-color: #C4C4C4;
}
.modal.consent .fieldset-group div:not(:last-child) {
  margin-bottom: 0.625em;
}
.modal.consent .fieldset-group label {
  margin-left: 0.625em;
}

.negative-fill {
  background: #fff;
  color: #333;
}

.dark-fill {
  background: #737373;
  color: #fff;
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.altLogoPosition {
  margin-top: 3.5em;
}

main {
  margin-top: 7.875em;
  overflow: hidden;
  -webkit-transition: margin-top 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -moz-transition: margin-top 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
  transition: margin-top 0.3s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
main h1 {
  color: #000000;
  margin-bottom: 0;
}
main h1 > span {
  font-weight: normal;
  text-transform: none;
}
main h1 > a {
  display: block;
  font-size: 0.375em;
  text-transform: none;
}
main h1 > a:before {
  content: "t";
  display: inline;
  font-family: "treicon";
  font-size: 1.14286em;
  margin-right: 0.3em;
}
.header.contracted + main {
  margin-top: 7.875em;
}
.header.expanded + main {
  margin-top: 14em;
}

#main-region {
  min-height: 768px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: flex-start;
}
#main-region > a.back {
  font-size: 0.8em;
  display: block;
  margin-top: 1.2em;
  padding-left: 1.1em;
  position: relative;
}
#main-region > a.back i {
  position: absolute;
  left: 0;
  top: 0.1em;
  color: #000000;
}
#main-region > h1 {
  width: 100%;
}

a {
  color: #000000;
  text-decoration: none;
}

hr {
  border: 0;
  height: 1px;
  margin: 0;
}

.coworker-input {
  width: 90% !important;
  border: 2px solid #424242 !important;
  font-size: 1.2em;
  display: block;
  margin-top: 15px;
}

.coworker-btn {
  background: #ED6B06;
  display: block;
  margin-top: 15px;
  font-size: 1.3em;
  padding: 0px 50px 0px 50px;
  margin-right: 10%;
  float: right;
}

.coworker-inner {
  padding: 2.5em 0.625em 1.25em 3.125em !important;
}
.coworker-inner > .content {
  min-height: 250px;
}

.coworker-header {
  font-size: 1.7em;
  color: black !important;
}

.coworker-input-number {
  padding: 10px;
}

.coworker-inner-success {
  padding: 50px !important;
}

.boxinfo {
  min-height: 17.5em !important;
}

.grecaptcha-badge {
  bottom: 210px !important;
}