@font-face {
  font-family: code-pro-bold;
  font-weight: 700;
  src: url(/assets/CodePro-Bold.woff2) format("woff2"), url(/assets/CodePro-Bold.ttf) format("truetype"); }

@font-face {
  font-family: code-pro-lc;
  font-weight: 700;
  src: url(/assets/Code-Pro-LC.woff2) format("woff2"), url(/assets/Code-Pro-LC.ttf) format("truetype"); }

html,
body {
  overscroll-behavior-y: none;
  color: #222222;
  font: normal 400 16px/24px Lato, sans-serif; }

flex {
  height: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column; }
  flex div#header {
    height: 100px;
    background-color: #222222;
    justify-content: center;
    padding: 20px;
    display: flex;
    flex-direction: column;
    min-width: 405px; }
  flex div#main {
    height: 100%;
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    margin-bottom: 60px; }
  flex div#footer {
    background-color: #222222;
    justify-content: center;
    padding: 20px;
    display: flex;
    flex-direction: column; }

a,
a:hover {
  color: #2391ce; }

p {
  text-align: justify;
  color: #222222; }

p.error-message {
  color: #ff4136; }

h1 > i {
  color: #2391ce;
  margin-right: 4px; }

h3 > i,
div.sidebar a.tab-link i,
div.sidebar a.service-back-link i {
  color: #2391ce;
  margin-right: 2px; }

.hidden {
  display: none !important; }

.dashboard-tab {
  display: none;
  position: relative;
  padding-top: 4px; }
  .dashboard-tab.active-tab {
    display: block; }

button i.fa {
  margin-right: 5px; }

.navbar-collapse {
  background-color: #222222; }

.navbar {
  min-width: 385px; }
  .navbar .navbar-toggler {
    border-color: white;
    float: left; }
    .navbar .navbar-toggler .navbar-toggler-icon {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }
  .navbar .nav-item:focus .nav-link,
  .navbar .nav-item:hover .nav-link {
    color: #2391ce; }

.navbar-header {
  white-space: nowrap; }

.navbar-brand {
  padding: 0; }
  .navbar-brand > img {
    height: 3rem;
    width: 8rem; }
  .navbar-brand h1 {
    font-weight: 600;
    font-size: 20px;
    font-family: code-pro-bold, sans-serif;
    display: inline;
    color: white;
    border: none; }

.navbar-nav > li > a {
  position: relative;
  color: white;
  font-size: 16px;
  font-weight: 500;
  font-family: code-pro-lc, sans-serif;
  cursor: pointer;
  display: block;
  border-bottom: 2px solid transparent;
  transition: color 0.2s ease-in-out;
  text-decoration: none;
  padding-left: 15px;
  width: fit-content; }
  .navbar-nav > li > a:focus, .navbar-nav > li > a:hover {
    color: #2391ce; }
  .navbar-nav > li > a > i {
    margin-right: 4px;
    text-align: center;
    width: 27px;
    color: #2391ce; }
  .navbar-nav > li > a > span#currentUser {
    max-width: 270px;
    overflow: hidden;
    display: inline-grid;
    margin-left: 5px; }

.navbar-text span {
  line-height: 90px;
  font-size: 16px;
  font-family: code-pro-bold, sans-serif;
  color: #902e57; }

nav {
  border-radius: 0;
  z-index: 998;
  background-color: #222222;
  height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  border: none;
  color: white; }
  nav #top-menu {
    padding: 5px 15px; }
    nav #top-menu a.active {
      color: white;
      border-color: #2391ce; }
  nav #top-menu-terms {
    margin-left: 20px; }
  nav .dropdown-item {
    color: white;
    font: normal 400 16px/24px Lato, sans-serif; }
    nav .dropdown-item:focus, nav .dropdown-item:hover {
      color: #2391ce;
      background-color: #222222; }
  nav .dropdown-toggle {
    color: white;
    padding-left: 20px; }
    nav .dropdown-toggle:hover {
      color: #2391ce; }
  nav .dropdown-menu {
    background-color: #222222;
    width: 100%;
    padding: 5px 10px;
    border: 2px solid #2391ce; }
    nav .dropdown-menu > a {
      color: white;
      font-size: 16px;
      font-weight: 500;
      font-family: Lato, sans-serif;
      background-color: transparent; }
      nav .dropdown-menu > a:hover {
        color: #2391ce; }
      nav .dropdown-menu > a > i {
        margin-right: 4px;
        color: #2391ce; }

@media (max-width: 1199px) {
  .navbar-collapse {
    margin-top: 24px; }
  nav .dropdown-menu {
    border: none; } }

.page-item a.page-link {
  color: #2391ce; }

.page-item.active a.page-link {
  background: #2391ce; }

a:link {
  text-decoration: none;
  cursor: pointer; }

#dashboard {
  width: 80%;
  margin: auto; }

#edge.service-card .card-image {
  width: 172px; }

.service-card,
.service-card-default {
  text-decoration: none;
  padding-top: 50px;
  margin-top: 10px;
  transition: all 0.2s ease-in-out; }
  .service-card:hover,
  .service-card-default:hover {
    background: #edf5fa;
    text-decoration: none;
    transform: scale(1.07); }
  .service-card.disabled,
  .service-card-default.disabled {
    opacity: 0.55; }
    .service-card.disabled:hover,
    .service-card-default.disabled:hover {
      background: #f89292;
      cursor: not-allowed;
      opacity: 0.5;
      transform: scale(1); }
      .service-card.disabled:hover a,
      .service-card-default.disabled:hover a {
        cursor: not-allowed;
        pointer-events: none; }
  .service-card .card-img-top,
  .service-card-default .card-img-top {
    height: 190px;
    text-align: center;
    padding-bottom: 25px; }
  .service-card .card-body,
  .service-card-default .card-body {
    vertical-align: bottom; }
  .service-card .card-image,
  .service-card-default .card-image {
    width: 150px;
    margin-top: 5px; }
  .service-card .card-text,
  .service-card-default .card-text {
    text-align: left; }

.service.page .card-image {
  object-fit: contain;
  width: 100px;
  height: 100px;
  margin-left: 15px;
  margin-top: 30px; }

#services-page .service-card .card-title {
  font-size: 1.38rem; }

#no-clients {
  margin-top: 50px; }

.btn-launch-modal {
  width: 100%; }

.sidebar {
  padding: 0; }
  .sidebar i {
    width: 25px;
    text-align: center; }
  .sidebar > a {
    font-family: code-pro-lc, sans-serif;
    padding: 15px;
    text-decoration: none;
    font-size: 20px;
    color: #222222;
    display: block;
    cursor: pointer;
    white-space: nowrap; }
  .sidebar > a.active {
    color: #2391ce; }
  .sidebar > a:hover {
    text-decoration: none;
    color: #2391ce; }

@media (max-width: 992px) {
  .container {
    max-width: 100%; }
  .sidebar {
    display: block;
    position: fixed;
    left: 0px;
    bottom: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #222222;
    color: white;
    width: 100%;
    height: auto;
    z-index: 2;
    text-align: center;
    border-top: 3px solid #2391ce; }
    .sidebar > a.tab-link,
    .sidebar a.service-back-link {
      display: inline-block;
      padding: 5px; }
    .sidebar > a.tab-link:not(.active),
    .sidebar a.service-back-link:not(.active) {
      color: #ffffff; }
  #ecc-service button.btn {
    margin-top: 1px;
    margin-bottom: 1px; }
  div#service-field div.service-card,
  div#service-field div.service-card-default {
    float: none;
    margin: 0 auto;
    width: 400px;
    height: 355px; }
  .service-card .card-image,
  .service-card-default .card-image {
    width: 150px;
    margin-top: 0px; } }

.btn-info {
  color: #fff;
  background-color: #5487b6;
  border-color: #5487b6; }

.btn-info:hover {
  color: #fff;
  background-color: #2773b8;
  border-color: #2773b8; }

.btn-warning {
  background: #fdc300; }
  .btn-warning:disabled {
    background: #8e837f;
    border-color: #2d2223; }

.btn-danger {
  background-color: #e83c63;
  border-color: #e83c63; }

#account-tab .btn-lg {
  min-width: 240px; }

#account-tab td:first-child {
  width: 165px; }

#billing-datepicker {
  width: 100%; }

a.btn-user-action {
  cursor: pointer; }

.dataTables_length {
  float: left; }

.footer {
  background-color: #222;
  color: #fff; }
  .footer .row {
    display: flex;
    flex-wrap: wrap;
    line-height: 70px; }
    .footer .row img {
      margin-left: 50px;
      height: 70px; }

/* Charts */
.vis-timeline .vis-bar {
  fill-opacity: 1; }

.sics-chart-1 {
  fill: #8dc8c7; }

.sics-chart-2 {
  fill: #f4a8aa; }

.sics-chart-3 {
  fill: #ffee8d; }

.sics-chart-4 {
  fill: #009ca6; }

.sics-chart-5 {
  fill: #e83c63; }

.hoverBar {
  stroke-width: 1 !important;
  stroke: #0a0a0a41; }

.modal #recipients-table td {
  text-align: left; }

.modal .content {
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse; }

.modal .content tr {
  height: 20px; }

.modal .content .header td {
  font-weight: bold;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  height: 20px;
  text-align: right; }

.modal .content .header td:first-child {
  text-align: left; }

.modal .row td {
  text-align: right; }

.modal .row td:first-child {
  text-align: left; }

.modal .modal-content .modal-header .modal-title i,
.modal .modal-content .modal-body i {
  color: #2391ce;
  margin-right: 2px; }

.panel {
  margin-bottom: 20px;
  padding: 0rem 1rem; }

#edit-quota,
#delete-quota,
#load-quota {
  padding: 0.75rem;
  margin: 0.75rem; }

a.remove-user,
a.delete-user,
a.remove-account {
  color: #902e57; }

.dropdown-menu .service.disabled,
.dropdown-menu .disabled {
  color: #222222; }

.dropdown-menu .account.disabled {
  text-decoration: line-through;
  color: #8e837f; }

.dropdown-menu a {
  cursor: pointer; }

.dropdown-menu h6.dropdown-header {
  padding: 2px 10px;
  color: #2391ce;
  text-align: center; }

#paymentPlanDropdown,
#quotaProfileDropdown {
  background: #2391ce; }

.table tbody tr:nth-of-type(2n + 1).disabled {
  background: #f4a9be; }

.table tbody tr:nth-of-type(2n).disabled {
  background: #facbd8; }

table #dropdownMenuButton {
  width: 100%; }

.required-input {
  color: #f4a9be; }

#toggle-select-recipients {
  color: black; }

/* slider */
.slidecontainer {
  width: 100%; }

.slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 15px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s; }

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #2391ce;
  cursor: pointer; }

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #2391ce;
  cursor: pointer; }

.key-element {
  font-family: monospace; }

.server-element .status-text,
.snapshot-element .status-text,
.volume-element .status-text {
  font-family: lato, sans-serif; }

table.table {
  border-collapse: collapse !important;
  border: 1px solid #ebebeb;
  border-right-width: 1px;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.13); }

table.table button {
  width: 100%;
  font-size: 14px; }

table.table button.border {
  border: 1px solid lightgrey; }

table.table button.btn-light {
  border: 1px solid lightgrey;
  background-color: #fff; }

table.table td,
table.server-table th {
  border: 1px solid #ededed;
  vertical-align: middle;
  padding: 3px 6px 3px 6px;
  border-left: none;
  border-right: none; }

table.table th {
  padding: 10px 6px 10px 6px;
  border-left: none;
  border-right: none;
  background-color: #f9f9f9;
  color: #6c6c6c;
  white-space: nowrap; }

table.table th:nth-child(1) {
  padding-left: 16px; }

table.table th:last-child,
table.server-table td:last-child {
  border-right: 1px solid #dee2e6; }

table.table td {
  line-height: 24px;
  padding: 5px 5px;
  white-space: nowrap; }

table.table td:nth-child(1) {
  padding-left: 16px; }

table.table tr:hover {
  background-color: #f9f9f9; }

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

table.table td div {
  align-items: center; }

.dropdown-menu a,
.dropdown-menu p {
  display: block;
  padding: 0.25rem 0.8rem;
  clear: both;
  font-weight: 400;
  line-height: 1.1;
  color: #333;
  white-space: nowrap;
  font-size: 14px;
  width: auto;
  margin-bottom: 2px; }

.dropdown-menu > li > a > i {
  margin-right: 5px;
  width: 20px;
  text-align: center; }

.dropdown-item {
  padding: 0; }

/* ECC */
#maas-server-table div.server-element.status {
  min-width: 135px; }

.dropdown-menu > li > a.btn-delete {
  color: #c72534; }

#btn-multiple-server-actions {
  float: right; }

#fullscreenBlock {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  zoom: 1;
  top: 0;
  left: 0;
  z-index: 999; }

h3#loading {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px; }

table.normal-whitespace-table td {
  white-space: normal; }

.status-table-sub-header {
  padding-top: 1em; }

.btn-status-page:focus,
.btn-status-page:active,
.btn-status-page:hover {
  text-decoration: none;
  outline-color: #2391ce;
  color: #2391ce; }

button.btn-status-page {
  text-decoration: none;
  padding-top: 1em;
  padding-left: 1em;
  border: 1px solid lightgray;
  width: 100%;
  text-align: left;
  background-color: transparent;
  color: black; }

div#status-content hr {
  margin-top: 0;
  margin-bottom: 0; }

.status-table-wrapper {
  margin-bottom: 1em; }

.status-response-time {
  margin-top: 0.5em;
  margin-bottom: 0; }

/** Set up tooltips for the Zammad text editor quilljs */
#zammad-message-editor {
  height: 375px; }

#input-message-editor {
  height: 375px; }

.ql-container h1 {
  border: 0;
  padding: 0;
  margin: 0; }

.ql-container,
.ql-toolbar {
  font: normal 400 16px/24px Lato, sans-serif; }

.ql-formats button {
  position: relative;
  /** Set a tooltip with css pseudo-elements, when buttons are hover, active or focus  */ }
  .ql-formats button:hover::after, .ql-formats button:active::after, .ql-formats button:focus::after {
    background: #222222;
    color: white;
    padding: 0.5em;
    border-radius: 0.4em;
    left: 0;
    z-index: 999999;
    position: absolute;
    font-size: 12px; }

.ql-bold:hover::after, .ql-bold:active::after, .ql-bold:focus::after {
  content: "Bold";
  top: -150%; }

.ql-italic:hover::after, .ql-italic:active::after, .ql-italic:focus::after {
  content: "Italic";
  top: -150%; }

.ql-underline:hover::after, .ql-underline:active::after, .ql-underline:focus::after {
  content: "Underline";
  top: -150%; }

.ql-link:hover::after, .ql-link:active::after, .ql-link:focus::after {
  content: "Hyperlink";
  top: -120%; }

.ql-blockquote:hover::after, .ql-blockquote:active::after, .ql-blockquote:focus::after {
  content: "Quote";
  top: -120%; }

.ql-list[value="bullet"]:hover::after, .ql-list[value="bullet"]:active::after, .ql-list[value="bullet"]:focus::after {
  content: "Bulleted List";
  top: -250%; }

.ql-list[value="ordered"]:hover::after, .ql-list[value="ordered"]:active::after, .ql-list[value="ordered"]:focus::after {
  content: "Numbered List";
  top: -250%; }

.ql-image:hover::after, .ql-image:active::after, .ql-image:focus::after {
  content: "Insert Image";
  top: -250%; }

.ql-code-block:hover::after, .ql-code-block:active::after, .ql-code-block:focus::after {
  content: "Code Block";
  top: -250%; }

.ql-clean:hover::after, .ql-clean:active::after, .ql-clean:focus::after {
  content: "Remove Formatting";
  top: -250%; }

.ql-picker.ql-size .ql-picker-label::before,
.ql-picker.ql-size .ql-picker-item::before {
  content: attr(data-value) !important; }

#zammad-link-btn svg {
  width: 24px;
  height: 24px;
  fill: white; }

.zammad-file-upload-input[type="file"] {
  display: none; }

.zammad-file-upload {
  display: inline-block;
  cursor: pointer;
  padding: 0.55rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  background-color: #5487b6;
  border-color: #5487b6;
  margin: 0; }

.signature-nomargin {
  margin: 0; }

.signature-nomargin a {
  margin: 0; }

div#toast-container div.toast-message ul {
  padding-inline-start: 25px; }

#bills .head,
#custom-bill-view .head {
  width: 100%; }

#bills .head td,
#custom-bill-view .head td {
  width: 33%; }

#bills .head #middle,
#custom-bill-view .head #middle {
  font-weight: 700;
  font-size: 18px;
  text-align: center; }

#bills .content,
#custom-bill-view #customBillTable {
  width: 100%;
  margin-top: 25px;
  border-collapse: collapse; }

#bills .summary,
#custom-bill-view .summary {
  margin-top: 50px;
  text-align: right;
  float: right;
  width: 50%;
  font-weight: 700;
  border-collapse: collapse; }

#bills .content tr,
#custom-bill-view .content tr,
#bills .summary tr,
#custom-bill-view .summary tr {
  height: 20px; }

#bills .content .header td,
#custom-bill-view #customBillTable tr th,
#bills .summary .pay td,
#custom-bill-view .summary .pay td {
  font-weight: 700;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 20px;
  text-align: right; }

#custom-bill-view #customBillTable tr th:first {
  text-align: left !important; }

#bills .content .header td:first-child,
#customBillTable tr th:first-child,
#bills tr.data_row td:first-child,
#customBillTable tr td:first-child,
#bills .summary td:first-child,
#custom-bill-view .summary td:first-child {
  text-align: left; }

#bills tr.data_row td,
#custom-bill-view tr.data_row td,
#bills .summary td:last-child,
#custom-bill-view .summary td:last-child {
  text-align: right; }

div.help-block.with-errors ul li {
  color: #ff4136; }

table#project-members-table tr.user-row td {
  white-space: normal;
  word-break: break-word; }

#account-quota-tab #kubernetes-quota-container table.kubernetes-quota {
  margin-bottom: 15px; }

#account-quota-tab table tr td:first-child {
  width: 75%; }
