:root {
    --nordhost-blue: #002454;
    --nordhost-blue-light: #1c426c;
    --nordhost-blue-dark: #002c53;
    --nordhost-green: #71b34f;
    --nordhost-green-light: #9cd77d;
    --nordhost-green-alt: #8bc34a;
}

@font-face {
    font-family: "OpenSans-Semibold";
    src: url("../fonts/OpenSans-Semibold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "OpenSans-Semibold Fallback";
    src: local("Arial");
    ascent-override: 104.88%;
    descent-override: 30.18%;
    line-gap-override: 0%;
}

html,
body {
    margin: 0;
    height: 100%;
    width: 100%;
    min-width: 320px;
    background-color: #ffffff;
}

body {
    overflow-x: hidden !important;
}

.small {
    font-size: 10px;
}

.nordhost_site {
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

body.nordhost_site,
.fix,
#main-body,
footer.bottomfooter {
    min-width: 320px;
}

section#main-body {
    margin: 0;
    padding: 0px;
    padding-bottom: 0px;
    min-height: 350px;
}

.vat-ex {
    display: none !important;
}

.vat-inc {
    display: inline !important;
}

body.vat-mode-ex .vat-ex {
    display: inline !important;
}

body.vat-mode-ex .vat-inc {
    display: none !important;
}

tr.vat-inc {
    display: table-row !important;
}

tr.vat-ex {
    display: none !important;
}

body.vat-mode-ex tr.vat-inc {
    display: none !important;
}

body.vat-mode-ex tr.vat-ex {
    display: table-row !important;
}

.vat-calc {
    display: none !important;
}

body.vat-mode-ex .vat-calc {
    display: inline !important;
}

.vat-note-ex {
    display: none !important;
}

.vat-note-inc {
    display: inline !important;
}

body.vat-mode-ex .vat-note-ex {
    display: inline !important;
}

body.vat-mode-ex .vat-note-inc {
    display: none !important;
}

.primary-content {
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.navbar {
    text-transform: uppercase !important;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #f8f8f8;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    flex: 1;
}

@media (max-width: 992px) {
    .navbar {
        margin-right: 0px !important;
    }
}

.navbar-default > button {
    color: #000000 !important;
    border: 0;
    margin: auto 0 -2px auto;
}

@media (max-width: 411px) {
    .navbar-default > button {
        margin: auto -20px -2px auto;
    }
}

.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    width: 220px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 25px;
    text-decoration: none;
}

.navbar-default .navbar-nav > li > a {
    color: #1a1a1a !important;
    font-size: 13px;
}

.navbar-default .navbar-nav > li > a:hover {
    color: var(--nordhost-green);
}

@media (min-width: 991px) {
    .navbar-cart-menu {
        display: none;
    }
}

.navbar-cart a {
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #1a1a1a;
    text-decoration: none;
}

.navbar-cart i {
    font-size: 15px;
    margin-right: 4px;
}

.navbar-cart span {
    font-size: 13px;
}

.dropdown-menu li > a:hover {
    background-color: #f8f9fa;
    color: var(--nordhost-green);
    text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #ffffff;
}

.dropdown-menu > li > a {
    display: block;
    padding: 6px 20px;
    clear: both;
    line-height: 15px;
    color: #333333;
    white-space: nowrap;
    font-size: 13px;
}

.sidebar .list-group-item .badge {
    padding: 5px 0px;
    width: 35%;
    text-align: right;
    background-color: #ffffff;
    color: #666666;
}

.sidebar .list-group-item.active {
    color: #002453;
}

@media (max-width: 767.98px) {
    .btn-return-to-admin {
        display: none !important;
    }
}

.price {
    text-align: center;
    color: var(--nordhost-blue);
    font-size: 26px;
    font-weight: bold;
    margin: 0px auto;
    line-height: 30px;
}

.domain-price {
    text-align: center;
    color: var(--nordhost-blue) !important;
    font-size: 26px !important;
    font-weight: bold !important;
    margin: 0px auto !important;
    line-height: 30px !important;
}

.vat-note {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
    margin-left: 0px;
    opacity: .8;
}

.service {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    margin-bottom: -25px;
}

.service h1 {
    color: #000000;
    font-size: 36px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 2%;
    width: 100%;
}

.service h2 {
    color: #000000;
    font-size: 26px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 2%;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 991px) {
    .service h2 {
        font-size: 22px;
    }
}

.service h4 {
    color: #555555;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    width: 100%;
}

.service p {
    text-align: inherit;
    font-size: 16px;
    color: #000000;
    padding: 3px;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}

.service i {
    text-align: justify;
    font-size: 16px;
    color: var(--nordhost-green);
}

.service ul {
    font-size: 16px;
}

.service ol {
    font-size: 1.0em;
    font-weight: normal;
    line-height: 30px;
    color: #000000;
}

.service a {
    color: #000000;
    text-decoration: underline;
}

.service-sub {
    margin-top: 35px;
    font-size: 24px !important;
    font-weight: bold !important;
}

.service-sub-l1 {
    list-style: lower-alpha;
    font-size: 16px;
}

.service-sub-l2 {
    list-style: lower-roman;
    font-size: 16px;
}

.service-sub-l3 {
    list-style: disc;
    font-size: 16px;
}

.service center {
    text-align: center;
}

.service-sub-l1 > ol > li > ol > li > ol {
    list-style: circle;
    display: list-item;
    padding-left: 5px;
    margin-left: 45px;
}

.service img {
    max-width: 100%;
}

.odd {
    background-color: #f4f4f4;
    padding-top: 20px;
}

.even {
    background-color: #ffffff;
    padding-top: 20px;
}

.dark {
    background-color: #000000;
}

.dark p,
.dark h2 {
    color: #ffffff;
}

.header {
    background-color: var(--nordhost-blue-dark);
    text-align: center;
    font-size: 25px;
    padding: 10px;
}

.box-wrap-img img {
    margin: 0 auto;
    max-width: 100%;
    height: 408px;
    width: 100%;
}

.newwh {
    width: 100%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 3px 0;
}

.newwh th {
    background-color: var(--nordhost-blue);
    color: #ffffff;
    font-weight: bold;
    font-size: 24px;
    line-height: 50px;
    min-width: 150px;
}

.newwh td {
    color: #000000;
    border-bottom: 1px solid #c7c7c7;
    width: 20%;
    min-width: 150px;
}

.newwh tr.odd {
    background-color: #f4f4f4;
}

.newwh tr.even {
    background-color: #ffffff;
}

.newwh tr.last {
    background-color: var(--nordhost-blue);
    line-height: 60px;
}

.newwh tr:hover {
    background-color: var(--nordhost-green-light);
}

.newwh tr {
    line-height: 30px;
}

.webhotell li {
    font-size: 14px;
}

.fas.fa-times.red {
    color: #ff0000;
}

.fas.fa-times.green {
    color: var(--nordhost-green);
}

.newwh li {
    font-size: 1.2em;
}

.infotext {
    margin-left: -10px;
}

.buy-button {
    border-radius: 0px;
    background-color: transparent;
    color: #ffffff !important;
    display: inline-block;
    padding: 8px 29px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #ffffff;
    text-decoration: none !important;
}

.buy-button:hover {
    color: #ffffff !important;
    background-color: var(--nordhost-green);
}

.box-bg-black {
    background-color: #343434;
}

.box-bg-brown {
    background-color: #222222;
}

.img-responsive {
    margin-left: auto;
    margin-right: auto;
}

table.domainpricing {
    width: 90%;
    background-color: #f0f0f0;
    margin: auto;
}

table.domainpricing th,
table.dataTable th {
    background-color: var(--nordhost-blue-dark);
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #f2f2f2;
    text-align: center;
    font-size: 18px;
    padding-top: 15px;
    padding-bottom: 15px;
}

table.domainpricing td,
table.dataTable td {
    background-color: #ffffff;
    text-align: center;
    border: 1px solid #E8E8E8;
    padding: 8px;
    font-size: 16px;
    text-align: center;
}

.breadcrumb-item.active {
    color: var(--nordhost-blue);
}

.btn-primary {
    color: #ffffff !important;
    background-color: var(--nordhost-blue);
    text-decoration: none !important;
    min-width: 80px;
}

.btn-primary:hover {
    color: #ffffff;
    background-color: var(--nordhost-green-alt);
    border-color: var(--nordhost-green-alt);
}

.btn-secondary {
    color: #ffffff;
    background-color: var(--nordhost-green);
    border-color: var(--nordhost-green);
}

.btn-secondary:hover {
    color: #ffffff;
    background-color: var(--nordhost-green-alt);
    border-color: var(--nordhost-green-alt);
}

.bg-color-blue {
    background-color: var(--nordhost-blue);
    color: #ffffff;
}

.bg-color-asbestos {
    background-color: var(--nordhost-blue);
    color: #ffffff;
}

.btn-default,
.btn-default:focus {
    color: #ffffff;
    background-color: var(--nordhost-blue);
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border: 0;
}

.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .dropdown-toggle.btn-default.focus,
.open > .dropdown-toggle.btn-default:focus,
.open > .dropdown-toggle.btn-default:hover {
    color: #ffffff;
    background-color: var(--nordhost-blue);
}

.btn-default:hover {
    color: #ffffff;
    background-color: var(--nordhost-green);
}

.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: var(--nordhost-green) !important;
    border-color: #cccccc !important;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary {
    color: #ffffff;
    background-color: var(--nordhost-blue);
    border-color: #cccccc;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-secondary:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-secondary:hover {
    color: #ffffff;
    background-color: var(--nordhost-green);
    border-color: #cccccc;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success {
    color: #ffffff;
    background-color: var(--nordhost-blue);
    border-color: #cccccc;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success:hover,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success:hover {
    color: #ffffff;
    background-color: var(--nordhost-green);
    border-color: #cccccc;
}

a {
    color: var(--nordhost-blue);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--nordhost-green);
    text-decoration: none;
}

.sidebar .list-group-item.active,
.sidebar .list-group-item.active:focus,
.sidebar .list-group-item.active:hover {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
}

#order-standard_cart .order-summary .btn-continue-shopping {
    color: #ffffff;
    font-size: .9em;
}

#order-standard_cart .order-summary {
    background-color: var(--nordhost-blue) !important;
    border-bottom: 3px solid var(--nordhost-blue) !important;
}

#order-standard_cart .view-cart-items-header {
    margin: 0;
    background-color: var(--nordhost-blue) !important;
    color: #ffffff;
}

#order-standard_cart .empty-cart .btn {
    margin: 0;
    padding: 4px 10px;
    background-color: var(--nordhost-blue) !important;
    border: 0;
    color: #ffffff;
    border-radius: 0 0 4px 4px;
}

#order-standard_cart .view-cart-items {
    margin: 0 0 20px 0;
    border-bottom: 2px solid var(--nordhost-blue) !important;
}

.spotlight-tld {
    height: 150px !important;
}

.spotlight-tld .btn:not(.domain-contact-support) {
    padding: 6px 10px !important;
    font-size: 15px !important;
    background-color: var(--nordhost-blue) !important;
    border-color: var(--nordhost-blue) !important;
}

.spotlight-tld .invalid,
.spotlight-tld .unavailable {
    margin: 39px 0 !important;
}

.suggested-domains .btn:not(.domain-contact-support) {
    font-size: 12px !important;
    background-color: var(--nordhost-blue) !important;
    border-color: var(--nordhost-blue) !important;
    margin-bottom: 5px !important;
}

.header-lined {
    text-align: center !important;
    border-bottom: 2px solid var(--nordhost-blue);
    margin-bottom: 10px;
}

.external-link {
    background: url("/images/external-link.png") center right no-repeat;
    padding-right: 13px;
    text-decoration: underline;
}

#order-premium_comparison .price-table-container .price-table {
    width: 220px !important;
    min-width: 220px !important;
}

#order-premium_comparison .main-container {
    padding: 0 0 40px 0;
}

.text-muted {
    font-size: 12px;
    text-align: center;
}

#order-standard_cart label,
#order-standard_cart p.domain-renewal-desc {
    margin-right: 10px;
    font-weight: bold;
    font-size: 15px;
    color: #000000;
}

#order-standard_cart .field-help-text {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #000000;
    font-size: 13px;
}

.price-area * {
    color: #ffffff;
}

.form-group > .control {
    padding: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #f0f0f0;
}

.form-group > .col-form-label {
    font-size: 16px;
    font-weight: bold;
    background-color: #f0f0f0;
    width: 100%;
    padding: 5px;
    line-height: 30px;
    height: 40px;
}

.table td {
    border-bottom: 1px solid #dee2e6;
}

#order-standard_cart .view-cart-items .item .item-price span[name$="Price"],
#order-standard_cart .view-cart-items .item .item-price .renewal-price {
    font-size: 17.92px !important;
    font-weight: 400 !important;
    line-height: normal !important;
    display: inline !important;
}

#order-standard_cart .view-cart-items .item .item-price span[name$="Price"] .vat-ex,
#order-standard_cart .view-cart-items .item .item-price span[name$="Price"] .vat-inc,
#order-standard_cart .view-cart-items .item .item-price .renewal-price .vat-ex,
#order-standard_cart .view-cart-items .item .item-price .renewal-price .vat-inc {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

#order-standard_cart .view-cart-items .item .item-price .renewal-price {
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

.bottomfooter {
    bottom: 0;
    background-size: cover;
    position: initial;
    width: 100%;
    padding-top: 75px;
    padding-bottom: 75px;
    text-align: center;
}

.bottomfooter i {
    color: #ffffff;
    text-align: center;
    padding: 3px;
    font-size: 30px;
}

.bottomfooter .norsk {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 25px;
}

.bottomfooter p {
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    padding-right: 5%;
    padding-left: 5%;
}

.bottomfooter a:link {
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
}

.bottomfooter a:visited {
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
}

.bottomfooter a:active {
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
}

.bottomfooter a:hover {
    text-align: center;
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 14px;
    text-decoration: none;
}

.lu-zmdi-time-restore-setting {
    color: red !important;
}

.form-control.Registrantcustomwhois::placeholder {
    color: #dadddb !important;
}

#layers .lu-tile:hover,
#layers .lu-tile.lu-is-checked {
    background-color: var(--nordhost-green-light);
}

article img {
    min-width: 350px;
    max-width: 98%;
}

.whoiswarning {
    border: 2px solid;
    border-color: #892723;
    color: #EA3424;
    padding: 10px;
    background-color: #FCE2E8;
    margin-top: 10px;
}

#Primary_Sidebar-My_Services_Status_Filter-Terminated,
#Primary_Sidebar-My_Services_Status_Filter-Cancelled {
    display: none;
}

@media only screen and (min-width: 768px) {
    .trustpilot-widget iframe {
        transform: scale(1.5);
    }
}

.back-to-top {
    background-color: var(--nordhost-green-light);
    color: #ffffff !important;
    cursor: pointer;
    position: fixed;
    bottom: 15px;
    left: 15px;
    display: inline-block;
    z-index: 100;
}

.back-to-top:hover {
    color: #ffffff;
    background-color: var(--nordhost-green);
}

.no-padding {
    padding: 0px;
}

.modal {
    margin-top: 60px;
}

.card-body > .list-inline {
    background-color: #F7F7F7;
    padding: 15px;
}

.alert-info {
    color: #000000;
    background-color: #FDBFBF;
    border-color: #ff0000;
}

.alert-danger > ul > li {
    margin-left: 20px;
}

article a {
    text-decoration: underline;
}

.buttons > .btn {
    color: #ffffff;
    background-color: var(--nordhost-blue);
    margin: 10px;
}

h3.panel-title {
    background-color: #f5f5f5;
    font-size: 24px;
    padding: 6px;
}

.markdown-content blockquote,
.md-preview blockquote {
    border-left: 5px solid var(--nordhost-blue);
}

.h5 {
    text-align: center;
    border-bottom: 2px solid var(--nordhost-blue);
}

.card .h5 {
    text-align: center;
    border-bottom: 0px solid #ffffff !important;
}

.card-title {
    text-align: center;
    color: var(--nordhost-blue);
}

.view-ticket .posted-by {
    color: #ffffff;
    font-size: .9rem;
    background-color: var(--nordhost-blue);
    padding: .5rem 1rem;
}

[id^="product"] ul > li > ul > li {
    text-align: left !important;
    border: none !important;
    line-height: 10px !important;
    padding: 2px 0px 20px 20px !important;
    display: inline-table;
    background: url(/templates/orderforms/premium_nordhost/img/tick.png) no-repeat !important;
    margin: 7px 0;
    width: 33%;
}

#order-premium_comparison .price-table-container ul li {
    padding: 20px 2px 10px 2px !important;
    margin: 0 0 0 0;
}

li[id^="a-"] {
    scroll-margin-top: 150px;
}

a[id^="a-"] {
    scroll-margin-top: 150px;
}

div[id^="a-"] {
    scroll-margin-top: 150px;
}

.sidebar-menu-item-label {
    text-transform: none;
}

.superlightred {
    background-color: #ffefef !important;
}

.superlightblue {
    background-color: #ebebff !important;
}

.superlightgreen {
    background-color: #efffef !important;
}

.grecaptcha-badge {
    right: auto !important;
    left: 40px !important;
    bottom: 8px !important;
    transform: scale(0.75);
}

@media print {
    .bottomfooter {
        display: none;
    }

    .service,
    .primary-content {
        color: #000000;
        background-color: #ffffff;
        position: absolute;
    }
}

html {
    font-size: 14px;
}

:root {
    --white: #ffffff;
    --neutral-50: #fbf9fa;
    --neutral-100: #f4f5f7;
    --neutral-200: #e4e4e7;
    --neutral-300: #d0d5dd;
    --neutral-400: #9ca3af;
    --neutral-500: #6b7280;
    --neutral-600: #4b5563;
    --neutral-700: #374151;
    --neutral-800: #1f2937;
    --neutral-900: #111827;
    --neutral-950: #030712;
    --primary-50: var(--neutral-50);
    --primary-100: var(--neutral-100);
    --primary-200: var(--neutral-200);
    --primary-300: var(--neutral-300);
    --primary-400: var(--neutral-400);
    --primary-500: var(--neutral-500);
    --primary-600: var(--neutral-600);
    --primary-700: var(--neutral-700);
    --primary-800: var(--neutral-800);
    --primary-900: var(--neutral-900);
    --primary-950: var(--neutral-900);
    --primary: var(--neutral-900);
    --primary-lifted: var(--neutral-800);
    --primary-accented: var(--neutral-700);
    --secondary: var(--neutral-500);
    --secondary-lifted: var(--neutral-600);
    --secondary-accented: var(--neutral-700);
    --success: #00a63e;
    --success-lifted: #008236;
    --success-accented: #016630;
    --info: #155dfc;
    --info-lifted: #1447e6;
    --info-accented: #193cb8;
    --notice: #7f22fe;
    --notice-lifted: #7008e7;
    --notice-accented: #5d0ec0;
    --warning: #f54a00;
    --warning-lifted: #ca3500;
    --warning-accented: #9f2d00;
    --error: #e7000b;
    --error-lifted: #c10007;
    --error-accented: #9f0712;
    --grayscale: var(--neutral-900);
    --grayscale-lifted: var(--neutral-800);
    --grayscale-accented: var(--neutral-700);
    --neutral: var(--neutral-500);
    --neutral-lifted: var(--neutral-600);
    --neutral-accented: var(--neutral-700);
    --text-inverted: var(--white);
    --text-muted: var(--neutral-400);
    --text-lifted: var(--neutral-500);
    --text-accented: var(--neutral-600);
    --text: var(--neutral-900);
    --border-muted: var(--neutral-200);
    --border: var(--neutral-300);
    --border-lifted: var(--neutral-400);
    --border-accented: var(--neutral-600);
    --bg: var(--white);
    --bg-muted: var(--neutral-50);
    --bg-lifted: var(--neutral-100);
    --bg-accented: var(--neutral-200);
    --bg-inverted: var(--neutral-900);
    --yellow-200: #fff085;
    --yellow-300: #ffdf20;
    --teal-300: #46edd5;
    --teal-400: #00d5be;
    --emerald-300: #5ee9b5;
    --pink-400: #fb64b6;
    --text-xs: 0.625rem;
    --text-sm: 0.75rem;
    --text-md: 0.875rem;
    --text-lg: 1rem;
    --outline-sm: 1px;
    --outline-md: 2px;
    --outline-lg: 3px;
    --rounding-sm: 0.25rem;
    --rounding-md: 0.5rem;
    --rounding-lg: 0.75rem;
    --letter-spacing: 0em;
    --disabled-opacity: 25%;
}

.feature-box-wrap .row [class*="col-"] {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.login-form .card-body > .mb-4:first-child {
    text-align: center;
}

.login-form a.small.text-muted {
    color: var(--nordhost-blue) !important;
}

.login-form a.small.text-muted:hover {
    color: var(--nordhost-green) !important;
    text-decoration: underline;
}

.login-form .card-footer {
    display: none;
}

.login-form .card-body > .mb-4:first-child p.text-muted {
    color: #1a1a1a !important;
    font-size: 16px;
}

.ledger-title.bg-info {
    background-color: var(--nordhost-blue) !important;
}

.invoice-items-head td {
    background-color: var(--nordhost-blue);
    color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "OpenSans-Semibold", "OpenSans-Semibold Fallback", "Open Sans", sans-serif;
    font-weight: 500;
}

.container-fluid.without-padding {
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
}

.list-group-item {
    border-color: #f5f5f5;
    padding: 8px 15px;
}

.list-group-item .badge {
    background-color: transparent;
    color: #666666;
}

a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
    background-color: #465054;
    border-color: #465054;
}

.pagination {
    font-size: 0.8em;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    color: white;
    background-color: #006687;
    border-color: #006687;
}

.navbar-main .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #006687;
}

.label {
    border-radius: 0;
}

input[type="file"].form-control {
    height: inherit;
    margin-bottom: 5px;
}

.panel-body {
    padding: 10px 15px;
}

.has-feedback label ~ .form-control-feedback {
    top: 27px !important;
}

.list-group-item > i.far.fa-circle {
    color: #808080;
}

.has-error button {
    border-color: #a94442;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.btn {
    overflow: hidden;
}

.kb-article-content p li ol {
    font-size: 13px;
    color: #000000;
}

#order-standard_cart .mc-promo .header {
    height: 90px !important;
}

.main-content {
    max-width: 1340px;
    margin-top: 10px;
}

.sidebar {
    margin-top: 10px;
}

.badge-info {
    color: #ffffff;
    background-color: var(--nordhost-blue-dark);
}

.landing-page .pricing-item .header {
    color: #ffffff;
}

.order-confirmation-addon-output {
    padding: 10px;
    border: 4px dotted #ff0000;
    background-color: #ffe4e4;
    color: #610000;
    font-size: 20px;
    text-align: center;
}

.order-confirmation-addon-output a {
    color: #610000;
    text-decoration: underline;
}

.service-price {
    font-size: 24px !important;
    color: #ffffff;
}

.service-old-price {
    font-size: 18px;
    color: #ffffff;
    text-decoration: line-through;
}
