@charset "UTF-8";
/* Import variables */
/* CHECK IF STILL NEEDED? */
/* Import Subs */
/* Modals */
#modalScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 100;
}

/* Tooltips abbr */
div.contentpart div.row abbr {
  display: flex;
  height: 100%;
  align-items: center;
}

/* click-to-copy button */
button.clickToCopy {
  color: #747474;
  border: none;
  vertical-align: bottom;
  width: 120px;
  transition: 0.25s;
  display: none;
}

button.clickToCopy:hover {
  cursor: pointer;
  background-color: #b80000;
}

button.clickToCopyCopiedSuccessfully {
  color: #008000;
  background-color: #90EE90 !important;
  cursor: default !important;
  transition: 0.25s;
}

button.clickToCopySmall {
  background: none;
  color: #747474;
  border: none;
  padding: 0;
  font: inherit;
  height: 1em;
  cursor: pointer;
  outline: inherit;
}

button.clickToCopySmall:hover {
  cursor: pointer;
  background: none !important;
}

button.clickToCopyCopiedSuccessfullySmall {
  background: none !important;
  color: #006400 !important;
}

/* Modal  */
#modalScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 100;
}

.modalDim {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modalPos {
  display: table-cell;
  vertical-align: middle;
}

#modalBox {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  background-color: #FFF;
  text-align: center;
  padding: 20px;
}

#modalBox .dlgIndicator {
  font-size: 2.5em;
}

#modalBox .dlgCloseBtn {
  margin-top: 2em;
}

#modalBox .dlgIndicator.success {
  font-size: 200%;
  color: #070;
}

#modalBox .dlgIndicator.failed {
  font-size: 200%;
  color: #990000;
}

/* Tabbed contentparts */
div.ssl-tab-content {
  display: none;
  transition: all 0.2s ease;
}

div.ssl-tab-content.active {
  display: inherit;
  transition: all 0.2s ease;
}

/* Dirlist */
#DirList {
  text-align: left !important;
  background: #fff;
  margin: auto;
  border: 1px solid #cccccc;
  width: 100%;
}

/* SSL Modal */
#modalScreen {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  display: none;
  z-index: 100;
}

.modalDim {
  display: table;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modalPos {
  display: table-cell;
  vertical-align: middle;
}

#modalBox {
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  background-color: #FFF;
  text-align: center;
  padding: 20px;
}

#modalBox .dlgIndicator {
  font-size: 2.5em;
}

#modalBox .dlgCloseBtn {
  margin-top: 2em;
}

#modalBox .dlgIndicator.success {
  font-size: 200%;
  color: #070;
}

#modalBox .dlgIndicator.failed {
  font-size: 200%;
  color: #990000;
}

.modalLegacy {
  width: 700px;
  background-color: #FFF;
  z-index: 120;
  border-radius: 4px;
}

#modalOverlayLegacy {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
}

#modalContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.modalHeader {
  display: flex;
  background-color: #dddddd;
  align-items: stretch;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

p.modalTitle {
  color: #990000;
  font-size: 1.2em;
  font-weight: 600;
}

.modalTab {
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  cursor: pointer;
}

.modalTab p {
  width: 100%;
  text-align: center;
  margin: 0;
}

.modalTab.selected {
  color: #990000;
  background-color: white;
  border-bottom: 4px solid #990000;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.modalBody {
  padding: 16px;
  height: 300px;
}

.modalBody .tabContent {
  display: none;
  height: 100%;
}

.modalBody .tabContent:first-of-type {
  display: block;
}

.modalFooter {
  display: flex;
  gap: 8px;
  padding: 0 16px 16px;
  justify-content: right;
}

button.modalButtonCancel {
  border: none;
  color: #fff;
  background-color: #666;
  border-radius: 4px;
  padding: 4px 16px;
}

button.modalButtonOk {
  border: none;
  color: #fff;
  background-color: #900;
  border-radius: 4px;
  padding: 4px 16px;
}

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary { /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/** {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}*/
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(../fonts/Roboto_300.eot) format("eot"), url(../fonts/Roboto_300.woff2) format("woff2"), url(../fonts/Roboto_300.woff) format("woff"), url(../fonts/Roboto_300.ttf) format("truetype"), url(../fonts/Roboto_300.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(../fonts/Roboto_400.eot) format("eot"), url(../fonts/Roboto_400.woff2) format("woff2"), url(../fonts/Roboto_400.woff) format("woff"), url(../fonts/Roboto_400.ttf) format("truetype"), url(../fonts/Roboto_400.svg#Roboto) format("svg");
}
@font-face {
  font-family: Roboto;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(../fonts/Roboto_500.eot) format("eot"), url(../fonts/Roboto_500.woff2) format("woff2"), url(../fonts/Roboto_500.woff) format("woff"), url(../fonts/Roboto_500.ttf) format("truetype"), url(../fonts/Roboto_500.svg#Roboto) format("svg");
}
:root {
  --gray: #bebebe;
  --gray-dark: #747474;
  --pink: #e83e8c;
  --primary: #fdcb00;
  --secondary: #d50c2d;
  --success: #59a219;
  --info: #1979a2;
  --warning: red;
  --danger: red;
  --light: #dbdbdb;
  --dark: #747474;
  --black: #383838;
  --black-full: #000;
  --yellow: #fdcb00;
  --red: #d50c2d;
  --red-full: red;
  --green: #59a219;
  --blue: #1979a2;
  --orange: #e24100;
  --white: #fff;
  --gray-100: #fbfbfb;
  --gray-200: #f5f5f5;
  --gray-300: #ededed;
  --gray-400: #dbdbdb;
  --gray-500: #bebebe;
  --gray-600: #8a8a8a;
  --gray-700: #747474;
  --gray-800: #5a5a5a;
  --gray-900: #484848;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "Space Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace ;
}

*, :after, :before {
  box-sizing: border-box;
}

.hz-notification {
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #383838;
  text-align: left;
  background-color: #fbfbfb;
}

.hz-notification h5 {
  margin-bottom: 0.625rem;
}

.hz-notification h5, .hz-notification ul {
  margin-top: 0;
}

.hz-notification ul {
  margin-bottom: 1rem;
}

.hz-notification ul ul {
  margin-bottom: 0;
}

.hz-notification strong {
  font-weight: 500;
}

.hz-notification small {
  font-size: 80%;
}

.hz-notification a {
  color: #d50c2d;
  text-decoration: none;
  background-color: transparent;
}

.hz-notification a:hover {
  color: #a50923;
  text-decoration: underline;
}

.hz-notification a:not([href]), .hz-notification a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

.hz-notification svg {
  overflow: hidden;
  vertical-align: middle;
}

.hz-notification button {
  border-radius: 0;
}

.hz-notification button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

.hz-notification button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  overflow: visible;
  text-transform: none;
}

.hz-notification [type=button], button {
  -webkit-appearance: button;
}

.hz-notification [type=button]:not(:disabled), button:not(:disabled) {
  cursor: pointer;
}

.hz-notification [type=button]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

.hz-notification [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

.hz-notification [hidden] {
  display: none !important;
}

.hz-notification .h5, .hz-notification h5 {
  margin-bottom: 0.625rem;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;
}

.hz-notification .small, .hz-notification small {
  font-size: 80%;
  font-weight: 400;
}

.hz-notification .list-inline, .hz-notification .list-unstyled {
  padding-left: 0;
  list-style: none;
}

.hz-notification .list-inline-item {
  display: inline-block;
}

.hz-notification .list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.hz-notification .container-lg {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .hz-notification .container-lg {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .hz-notification .container-lg {
    max-width: 1140px;
  }
}
.hz-notification .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.hz-notification {
  position: relative;
  width: 100%;
}

.hz-notification {
  flex: 0 0 25%;
}

.hz-notification {
  flex: 0 0 33.3333333333%;
}

.hz-notification {
  flex: 0 0 66.6666666667%;
}

@media (min-width: 768px) {
  .hz-notification {
    flex: 0 0 25%;
  }
  .hz-notification {
    flex: 0 0 50%;
  }
}
.hz-notification .btn {
  display: inline-block;
  font-family: Montserrat, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
  font-weight: 500;
  color: #383838;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 2px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .hz-notification .btn {
    transition: none;
  }
}
.hz-notification .btn:hover {
  color: #383838;
  text-decoration: none;
}

.hz-notification .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem hsla(0, 0%, 96.1%, 0.25);
}

.hz-notification .btn:disabled {
  opacity: 0.65;
}

.hz-notification .btn-outline-black {
  color: #383838;
  border-color: #383838;
}

.hz-notification .btn-outline-black:hover {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
}

.hz-notification .btn-outline-black:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 56, 56, 0.5);
}

.hz-notification .btn-outline-black:disabled {
  color: #383838;
  background-color: transparent;
}

.hz-notification .btn-outline-black:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #383838;
  border-color: #383838;
}

.hz-notification .btn-outline-black:not(:disabled):not(.disabled):active:focus {
  box-shadow: 0 0 0 0.2rem rgba(56, 56, 56, 0.5);
}

.hz-notification .btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.hz-notification .dropdown {
  position: relative;
}

.hz-notification .badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .hz-notification .badge {
    transition: none;
  }
}
.hz-notification a.badge:focus, a.badge:hover {
  text-decoration: none;
}

.hz-notification .badge:empty {
  display: none;
}

.hz-notification .btn .badge {
  position: relative;
  top: -1px;
}

.hz-notification .badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.hz-notification .badge-red-full {
  color: #fff;
  background-color: red;
}

.hz-notification a.badge-red-full:focus, a.badge-red-full:hover {
  color: #fff;
  background-color: #c00;
}

.hz-notification a.badge-red-full:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 0, 0, 0.5);
}

.hz-notification .media {
  display: flex;
  align-items: flex-start;
}

.hz-notification .d-none {
  display: none !important;
}

.hz-notification .d-inline-block {
  display: inline-block !important;
}

.hz-notification .d-flex {
  display: flex !important;
}

@media (min-width: 576px) {
  .hz-notification .d-sm-inline-block {
    display: inline-block !important;
  }
  .hz-notification .d-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .hz-notification .d-md-flex {
    display: flex !important;
  }
}
.hz-notification .justify-content-end {
  justify-content: flex-end !important;
}

.hz-notification .justify-content-center {
  justify-content: center !important;
}

.hz-notification .align-items-center {
  align-items: center !important;
}

.hz-notification .m-0 {
  margin: 0 !important;
}

.hz-notification .ml-1 {
  margin-left: 0.3125rem !important;
}

.hz-notification .py-1 {
  padding-top: 0.3125rem !important;
  padding-bottom: 0.3125rem !important;
}

.hz-notification .py-2 {
  padding-top: 0.625rem !important;
  padding-bottom: 0.625rem !important;
}

.hz-notification .visible {
  visibility: visible !important;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-size: 16px;
}

.hz-notification h5 {
  text-transform: uppercase;
}

.hz-notification .font-family-base {
  font-family: Roboto, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol !important;
}

.hz-notification .white-space-no-wrap {
  white-space: nowrap !important;
}

@keyframes ripples {
  0% {
    border: 1px solid transparent;
  }
  to {
    border: 50px solid #bcbcbc;
    opacity: 0;
    width: 140%;
  }
}
.hz-notification .fa {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@-webkit-keyframes fa-spin {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.hz-notification .fa-angle-down:before {
  content: "\f107";
}

.hz-notification .fa-angle-up:before {
  content: "\f106";
}

@font-face {
  font-family: Font Awesome\ 5 Brands;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../../../frontend/public/fonts/fa-brands-400.eot);
  src: url(../../../../../frontend/public/fonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(../../../../../frontend/public/fonts/fa-brands-400.woff2) format("woff2"), url(../../../../../frontend/public/fonts/fa-brands-400.woff) format("woff"), url(../../../../../frontend/public/fonts/fa-brands-400.ttf) format("truetype"), url(../../../../../frontend/public/fonts/fa-brands-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(../../../../../frontend/public/fonts/fa-regular-400.eot);
  src: url(../../../../../frontend/public/fonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-regular-400.woff2) format("woff2"), url(../../../../../frontend/public/fonts/fa-regular-400.woff) format("woff"), url(../fonts/fa-regular-400.ttf) format("truetype"), url(../../../../../frontend/public/fonts/fa-regular-400.svg#fontawesome) format("svg");
}
@font-face {
  font-family: Font Awesome\ 5 Free;
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(../../../../../frontend/public/fonts/fa-solid-900.eot);
  src: url(../../../../../frontend/public/fonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(../fonts/fa-solid-900.woff2) format("woff2"), url(../../../../../frontend/public/fonts/fa-solid-900.woff) format("woff"), url(../fonts/fa-solid-900.ttf) format("truetype"), url(../../../../../frontend/public/fonts/fa-solid-900.svg#fontawesome) format("svg");
}
.hz-notification .fa {
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

.hz-notification .notification-box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60px 0 1fr;
  grid-template-columns: 60px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 0;
}

.hz-notification .notification-box > :first-child {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.hz-notification .notification-box > :nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.hz-notification [type=button], .hz-notification button {
  -webkit-appearance: none;
}

@font-face {
  font-family: "iconified";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/icon.eot?5272677");
  src: url("../fonts/icon.eot?5272677#iefix") format("embedded-opentype"), url("../fonts/icon.woff2?5272677") format("woff2"), url("../fonts/icon.woff?5272677") format("woff"), url("../fonts/icon.ttf?5272677") format("truetype"), url("../fonts/icon.svg?5272677#icon") format("svg");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter/Inter-Regular.ttf") format("truetype");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter/Inter-Medium.ttf") format("truetype");
}
@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter/Inter-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fa-regular-400.ttf") format("truetype");
}
@font-face {
  font-family: "Font Awesome 6 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../fonts/fa-solid-900.woff2") format("woff2"), url("../fonts/fa-solid-900.ttf") format("truetype");
}
/*
.fa-regular {
  font-weight: 400;
}

.fa-solid {
  font-weight: 900;
}

.fa-regular,
.fa-solid {
  font-family: 'Font Awesome 6 Free';
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
}

.fa-trash-can::before {
  content: "\f2ed";
}
*/
#head {
  margin: 0;
  padding: 64px 0 0 0;
  background-color: #f2f2f2;
  color: #383838;
  box-sizing: border-box;
  width: 100%;
}
#head .grid-container {
  background-color: #FFFFFF;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.15);
  display: grid;
  grid-template-columns: auto auto;
  height: 64px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
#head .grid-item {
  font-size: 16px;
  padding: 20px;
}
#head .nav {
  color: #383838;
  font-family: Inter, serif;
  font-weight: 600;
}
#head div.nav-breadcrumb-container {
  height: 2em;
  border-left: 1px solid #f2f2f2;
  margin-left: 20px;
  padding-left: 20px;
  padding-top: 2px;
}
#head #nav-breadcrumb a.breadcrumb-link {
  color: #383838;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
}
#head .nav-dropdown-btn {
  cursor: pointer;
}
#head .nav-dropdown-content {
  background-color: #FFFFFF;
  border: 1px solid #E9E9E9;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.16);
  display: none;
  margin: 12px 5px 5px;
  min-width: 180px;
  position: absolute;
  text-align: left;
}
#head .nav-dropdown-content a,
#head .nav-dropdown-content div {
  display: block;
  padding: 12px 16px;
}
#head .nav-dropdown-icon {
  font-size: 12px !important;
  vertical-align: middle;
}
#head .nav-img-bar {
  height: 21px;
  vertical-align: middle;
  width: 21px;
}
#head .nav-img-list {
  height: 20px;
  margin-right: 20px;
  vertical-align: middle;
}
#head .nav-link {
  color: #383838 !important;
  padding: 10px 20px;
  text-decoration: none !important;
}
#head .nav-link:hover {
  background-color: #F5F5F5;
}
#head .nav-link-logo {
  color: #000000 !important;
  text-decoration: none !important;
}
#head .nav-logo-big {
  height: 21px;
  vertical-align: middle;
}
#head .nav-logo-small {
  height: 64px;
  left: 0;
  position: fixed;
  top: 0;
}
#head .nav-text {
  vertical-align: middle;
}
#head #head li {
  float: left;
}
#head #head ul {
  color: #333333;
  margin-left: 12.5%;
  clear: both;
  list-style: none;
  list-style-position: inside;
  padding: 0;
  box-sizing: border-box;
}
#head #header {
  min-width: 100%;
}
#head #logolink {
  display: inline-block;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  border-top: 0;
  margin: 0;
  box-sizing: border-box;
  width: 250px;
  text-align: center;
}
#head #header a {
  color: #666;
}
#head #topnavi {
  font-size: 14px;
  height: 35px;
  font-weight: bold;
  box-sizing: border-box;
}
#head #topnavi li {
  line-height: 2.3em;
  text-align: center;
  width: 12em;
}
#head #topnavi li:first-child {
  border-left: 0;
}
#head #topnavi li a {
  color: #333333;
  background-color: transparent;
  text-decoration: none;
  width: 100%;
  display: block;
  white-space: nowrap;
}
#head #topnavi li a img {
  vertical-align: middle;
}
#head #topnavi li:last-child a {
  border-radius: 0 5px 5px 0;
}
#head #topnavi li a:hover {
  color: #383838;
  text-decoration: none;
  transition: color 100ms ease-in, background 100ms ease-in;
}
#head #topnavi li.active a {
  color: #990000;
  border-bottom: 3px solid #990000;
}
#head #topnavi li.mark a::before {
  content: "● ";
  color: #1979a2;
}
#head #topnavi #main_header {
  text-align: left;
  text-indent: 1em;
  width: 46%;
}
#head #topnavi li#main_header a {
  display: inline;
  width: auto;
}
#head #topnavi li#main_header a:hover {
  color: #990000;
  border: none;
}
#head #topnavi li.icon {
  width: 3% !important;
  min-width: 30px !important;
  font-size: 1.3em;
  line-height: 1.7em;
}
#head #topnavi li.icon a {
  font-family: iconified;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#menu {
  background-color: #ffffff;
  color: #383838;
  font-family: Inter, sans-serif;
  font-weight: 500;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1019607843), 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  line-height: 1.2em;
  padding: 10px;
  flex: 0 0 300px;
  margin: 0;
}
#menu a {
  color: #383838;
}
#menu div.accordion-item {
  margin-left: 10px;
}
#menu div.accordion-item:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}
#menu h3.accordion-header {
  font-size: 18px;
}
#menu h3.accordion-header button {
  color: #383838;
  border-left: 3px solid transparent;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
}
#menu h3.accordion-header button i.bi {
  margin-right: 10px;
}
#menu h3.accordion-header button:hover {
  background-color: #fafafa;
  border-left: 3px solid #d50c2d;
}
#menu div.accordion-collapse {
  font-size: 14px;
}
#menu div.accordion-collapse dl {
  margin-left: 45px;
  margin-top: 4px;
}
#menu div.accordion-collapse dt {
  font-weight: bold;
}
#menu div.accordion-collapse dd {
  font-weight: 400;
  margin-bottom: 1.2rem;
}
#menu div.accordion-collapse dd.menu-item a {
  color: #383838;
  text-decoration: none;
}
#menu div.accordion-collapse dd.menu-item a:hover,
#menu div.accordion-collapse dd.menu-item.active a {
  color: #d50c2d;
}
#menu div.accordion-collapse a.bi,
#menu div.accordion-collapse i.bi {
  margin-left: 10px;
  color: #747474;
}
#menu ul.menu-static {
  margin: 20px 20px 0 20px;
}
#menu ul.menu-static li {
  padding: 10px 20px 10px 16px;
  border-bottom: 1px solid #d9d9d9;
}
#menu ul.menu-static li a {
  color: #383838;
  margin-left: 10px;
}
#menu ul.menu-static li a:hover,
#menu ul.menu-static li a.active {
  color: #d50c2d;
}
#menu table.hosting-overview tr {
  line-height: 2rem;
}
#menu table.hosting-overview td {
  font-weight: 400;
}

#menu-order h5 {
  margin-left: 30px;
}

#sidemenu-progress {
  width: 250px;
  text-align: center;
  padding-top: 190px;
  min-height: 450px;
  box-sizing: border-box;
}

html,
body {
  background-color: #f5f5f5;
  font-family: Inter, Helvetica, sans-serif;
  height: 100%;
  margin: 0;
  min-width: 1000px;
}

a {
  text-decoration: none;
}

.btn,
.nav-tabs a.nav-link,
.nav-pills a.nav-link {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}
.btn i.bi,
.nav-tabs a.nav-link i.bi,
.nav-pills a.nav-link i.bi {
  margin-left: 4px;
  color: #fff;
}

/* Layout */
#wrapper {
  display: flex;
  flex-flow: column;
  height: 100%;
  min-width: 1000px !important;
}

#head {
  flex: 0 1 auto;
}

#main {
  flex: 1 1 auto;
  height: 100%;
  min-width: 600px;
}

#menu {
  min-height: 100%;
}

#main > div.row:first-child,
main > div.main-container {
  min-height: 100%;
}

#top {
  height: 90px;
}

#content {
  flex: 1;
}

#foot {
  margin-top: 50px;
  height: 50px;
}
#foot ul.nav .nav-link {
  color: #6C757D;
}

#scrollToTopBtn {
  display: none;
  position: fixed;
  bottom: 50px;
  right: 28px;
  z-index: 99;
  width: 60px;
  height: 60px;
}

@counter-style ok {
  font-family: "Bootstrap-icons";
  system: cyclic;
  symbols: "\f633";
  suffix: " ";
}
@counter-style error {
  font-family: "Bootstrap-icons";
  system: cyclic;
  symbols: "\f659";
  suffix: " ";
}
/* Content Elements */
#content h2 {
  font-size: 1.2em;
  margin: 0 auto;
  padding: 0;
  color: #d50c2d;
  text-align: left;
  line-height: 2.4em;
  margin-left: 12px;
}
#content h4 {
  font-size: 1.05em;
  margin: 0.4em 0;
  padding-left: 1em;
  color: #383838;
}
#content div.contentpart {
  background-color: #ffffff;
  color: #383838;
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1019607843), 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  border-radius: 6px;
  padding: 1.5em;
  margin-top: 20px;
}
#content div.row {
  margin: 0.8vh 0 0.8vh 0;
}
#content i.bi,
#content a.bi {
  color: #747474;
}
#content .btn-outline-secondary .bi {
  color: inherit;
}
#content div.contentpart ul.nav-pills {
  margin-bottom: 15px;
}
#content div.contentpart ul.nav-pills .nav-item {
  margin-right: 5px;
  margin-bottom: 5px;
}
#content div.contentpart ul.nav-pills .nav-link:not(.active) {
  color: #383838;
  background-color: #f5f5f5;
}
#content div.contentpart ul.nav-pills .nav-link:hover {
  background-color: #d50c2d;
  color: #ffffff !important;
}
#content div.icon-center {
  height: 100%;
  display: flex;
  align-items: center;
}
#content i.status.active, #content i.status.ready, #content i.status.dedicated {
  color: #59922b;
}
#content i.status.processing {
  color: #fdc400;
}
#content i.status.termination-period {
  color: #d17905;
}
#content i.status.locked {
  color: #ff0055;
}
#content input.format-code {
  font-family: "Courier New", monospace;
}
#content textarea.code {
  font-family: "Courier New", monospace;
}
#content p.note-small,
#content div.note-small {
  font-size: 0.8em;
}
#content li.passwordRegulationFailed {
  font-family: "Bootstrap-icons";
  color: #ff0055;
  list-style-type: error;
}
#content li.passwordRegulationOk {
  font-family: "Bootstrap-icons";
  color: #59922b;
  list-style-type: ok;
}
#content input.clientPasswordFieldText {
  font-family: monospace;
}
#content span.clientPasswordRegulationText {
  font-family: "Inter";
}

#top-bar {
  margin-top: 25px;
}
#top-bar li.nav-item {
  padding: 10px 20px;
}
#top-bar li.nav-item a {
  color: #383838;
  text-decoration: none;
}
#top-bar li.nav-item.active {
  border-bottom: 2px solid #d50c2d;
}
#top-bar li.nav-item.active a {
  color: #d50c2d;
}

#product-list-page div.contentpart {
  padding-top: 1em;
  padding-bottom: 1em;
}
#product-list-page div.product-list button.accordion-button {
  background-color: transparent;
  padding: 0px;
}
#product-list-page div.product-list h2.accordion-header {
  margin-left: 0px !important;
  color: inherit;
}
#product-list-page div.product-list h2.accordion-header span.category-title {
  display: flex;
  align-items: center;
}
#product-list-page div.product-list h2.accordion-header span.category-icon {
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 2rem;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  line-height: 100%;
}
#product-list-page div.product-list h2.accordion-header span.custom-logo {
  display: inline-block;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  background-size: cover;
}
#product-list-page div.product-list h2.accordion-header span.category-name {
  display: inline-block;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-family: Montserrat;
}
#product-list-page div.product-list h2.accordion-header span.count {
  margin-left: 10px;
  line-height: 100%;
}
#product-list-page div.product-list h2.accordion-header span.status-indicator {
  display: inline-block;
  margin-left: 1rem;
}
#product-list-page table.product-list-table {
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  margin-top: 20px;
}
#product-list-page table.product-list-table thead th {
  border-bottom: 1px solid #dbdbdb;
  background-color: #f5f5f5;
  padding: 10px 10px 10px 20px;
}
#product-list-page table.product-list-table tr td {
  border-bottom: 1px solid #dbdbdb;
  padding: 16px 10px 16px 20px;
  vertical-align: top;
}
#product-list-page table.product-list-table tbody tr:last-child td {
  border-bottom: none;
}
#product-list-page table.product-list-table span.badge {
  display: inline-block;
  width: 2.2rem;
}
#product-list-page table.product-list-table span.badge.external {
  background-color: #f5f5f5;
  color: rgb(33, 37, 41);
}
#product-list-page table.product-list-table i.change-account-name {
  cursor: pointer;
}
#product-list-page ul.webhosting-domain-list,
#product-list-page ul.registration-status-list,
#product-list-page ul.storageshare-subdomain-list,
#product-list-page ul.certificate-san-list {
  margin-bottom: 0px;
}
#product-list-page ul.webhosting-domain-list li,
#product-list-page ul.registration-status-list li,
#product-list-page ul.storageshare-subdomain-list li,
#product-list-page ul.certificate-san-list li {
  line-height: 1.6rem;
}
#product-list-page ul.registration-status-list {
  margin-bottom: 0px;
}
#product-list-page ul.registration-status-list li {
  line-height: 1.8rem;
}
#product-list-page a.loadSidebarMenu {
  color: inherit;
  padding: 3px;
}
#product-list-page a#active-product {
  color: #d50c2d;
}
#product-list-page span.product-locked {
  cursor: not-allowed;
}
#product-list-page a.hover-pill:hover {
  background-color: #f8f8f8;
  border-radius: 6px;
  padding: 3px;
}

div.custom-tooltip {
  --bs-tooltip-bg: #383838;
  --bs-tooltip-color: #fff;
}

#domainlistsearch #search {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

#order .card {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1019607843), 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  border: none;
  margin-bottom: 10px;
  width: 100%;
}
#order .card .card-header {
  border-bottom: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 1.5em;
  font-weight: bold;
}
#order .card .card-body a.btn-select {
  width: 100%;
  margin: 20px 0 20px 0;
}
#order .card .card-body ul.product-specs {
  text-align: left;
  font-size: 0.8em;
}
#order table.order-summary tr td:nth-child(2) {
  text-align: right;
}

#support-form div.card {
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1019607843), 0 4px 6px rgba(0, 0, 0, 0.0392156863);
  border: none;
}

#infocenter h3 {
  font-size: 1.1em;
  color: #383838;
}

#maillog h4 {
  background-color: #eee;
  padding: 2px;
  font-weight: bold;
}
#maillog .date {
  margin-left: 35px;
}

#infocenter div.info-item-list {
  width: 80%;
}
#infocenter div.toast {
  width: 100%;
}

#productExportContentPart {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 700px;
}

.accordion {
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: $menu_bgcolor_accent;
  --bs-accordion-active-color: $menu_color;
  --bs-accordion-border-width: 0px;
}

.modal-header {
  border-bottom: none;
}

.modal-footer {
  border-top: none;
}

/*# sourceMappingURL=kh.css.map */
