/**
 * Copyright (c) 2014 The xterm.js authors. All rights reserved.
 * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)
 * https://github.com/chjj/term.js
 * @license MIT
 *
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 *
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 *
 * Originally forked from (with the author's permission):
 *   Fabrice Bellard's javascript vt100 for jslinux:
 *   http://bellard.org/jslinux/
 *   Copyright (c) 2011 Fabrice Bellard
 *   The original design remains. The terminal itself
 *   has been extended to include xterm CSI codes, among
 *   other features.
 */

/**
 *  Default styles for xterm.js
 */

.xterm {
    -webkit-font-feature-settings: "liga" 0;
            font-feature-settings: "liga" 0;
    position: relative;
    -moz-user-select: none;
         user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
}

.xterm.focus,
.xterm:focus {
    outline: none;
}

.xterm .xterm-helpers {
    position: absolute;
    top: 0;
    /**
     * The z-index of the helpers must be higher than the canvases in order for
     * IMEs to appear on top.
     */
    z-index: 10;
}

.xterm .xterm-helper-textarea {
    /*
     * HACK: to fix IE's blinking cursor
     * Move textarea out of the screen to the far left, so that the cursor is not visible.
     */
    position: absolute;
    opacity: 0;
    left: -9999em;
    top: 0;
    width: 0;
    height: 0;
    z-index: -10;
    /** Prevent wrapping so the IME appears against the textarea at the correct position */
    white-space: nowrap;
    overflow: hidden;
    resize: none;
}

.xterm .composition-view {
    /* TODO: Composition position got messed up somewhere */
    background: #000;
    color: #FFF;
    display: none;
    position: absolute;
    white-space: nowrap;
    z-index: 1;
}

.xterm .composition-view.active {
    display: block;
}

.xterm .xterm-viewport {
    /* On OS X this is required in order for the scroll bar to appear fully opaque */
    background-color: #000;
    overflow-y: scroll;
    cursor: default;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}

.xterm .xterm-screen {
    position: relative;
}

.xterm .xterm-screen canvas {
    position: absolute;
    left: 0;
    top: 0;
}

.xterm .xterm-scroll-area {
    visibility: hidden;
}

.xterm-char-measure-element {
    display: inline-block;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: -9999em;
    line-height: normal;
}

.xterm {
    cursor: text;
}

.xterm.enable-mouse-events {
    /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */
    cursor: default;
}

.xterm.xterm-cursor-pointer {
    cursor: pointer;
}

.xterm.column-select.focus {
    /* Column selection mode */
    cursor: crosshair;
}

.xterm .xterm-accessibility,
.xterm .xterm-message {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    color: transparent;
}

.xterm .live-region {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.xterm-dim {
    opacity: 0.5;
}

.xterm-underline {
    text-decoration: underline;
}
@charset "UTF-8";

.clients-server-view .add-scroll .kt-portlet__body {
  height: 300px;
  overflow: auto;
}

.versions .kt-list-timeline .kt-list-timeline__items .kt-list-timeline__item .kt-list-timeline__time {
  width: 150px;
}

.invoice-iframe {
  border: 0;
}

.kt-aside__brand {
  background-color: #fff;
  border-right: 1px solid #1a1a27;
}

.kt-aside__brand .kt-aside__brand-logo img {
  width: 150px;
}

.kt-login__logo img {
  width: 200px;
}

.nav-tabs .nav-item .nav-link.active {
  font-weight: bold;
}

.kt-header-mobile__logo img {
  height: 40px;
}

@media all and (max-width: 768px) {
  #versions-hype-server .long_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 150px;
    display: block;
  }

  div.dataTables_wrapper div.dataTables_info {
    white-space: normal;
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .kt-header-mobile {
    background-color: white;
  }
}

.invoice-body {
  background: #fff;
}

.invoice-body .invoice-wrapper {
  border: 1px solid #ebedf2;
}

.invoice-body .invoice-wrapper .invoice-logo {
  width: 300px;
  display: block;
  background-color: transparent;
  background-image: url(/images/invoice-logo.png?166e36e9900a6ddfd780e238365d4d0f);
  background-repeat: no-repeat;
  background-position: left center;
  color: transparent;
  height: 100%;
  margin: 0;
  padding: 0;
}

.invoice-body .invoice-wrapper .kt-portlet__body > p > strong {
  width: 65%;
  display: inline-block;
  text-align: right;
}

.shown-child {
  background-color: #f7f8fa;
}

.child-table-wrapper {
  position: relative;
  padding: 0 15px;
  box-shadow: 0 0 15px 5px rgba(113, 106, 202, 0.1);
  border: 1px solid #ebedf2;
}

.child-table-wrapper .dataTables_paginate,
.child-table-wrapper .dataTables_length,
.child-table-wrapper .dataTables_info {
  display: inline-block;
}

.child-table-wrapper .dataTables_length {
  margin-right: 20px;
}

table.dataTable.dtr-column > tbody > tr > td.my_control {
  padding-left: 30px;
  position: relative;
}

table.dataTable.dtr-column > tbody > tr > td.my_control.hidden {
  padding: 0;
  text-align: center;
}

table.dataTable.dtr-column > tbody > tr > td.my_control.hidden:before {
  display: none;
}

table.dataTable.dtr-column > tbody > tr > td.my_control:before {
  margin-left: 0;
  left: 8px;
  display: block;
  position: absolute;
  box-shadow: none;
  border-radius: 0;
  top: 50%;
  height: 18px;
  width: 18px;
  margin-top: -14px;
  font-size: 18px;
  color: #5d78ff;
  border: 0;
  background-color: transparent;
  font-family: "LineAwesome";
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  content: "\F2C3";
}

.child-table.table-striped thead tr {
  background-color: #fff;
}

.form-control.is-invalid ~ .select2 .selection .select2-selection--single {
  border: 1px solid #fd397a;
}

.download-icon {
  width: 126px;
  height: 139px;
  position: absolute;
  left: 245px;
  top: 6px;
}

.mac-background {
  background: transparent url(/images/apple-brands.svg?c66b5c1c8dcae38e9620ada4669d740c) no-repeat center left;
  background-size: contain;
  opacity: 0.02;
}

.win-background {
  background: transparent url(/images/windows-brands.svg?191a33375f233eb437ba07e95a0a27ee) no-repeat center left;
  background-size: contain;
  opacity: 0.02;
}

.linux-background {
  background: transparent url(/images/linux-brands.svg?ab61ec459cdee111f43848e0fcbcd069) no-repeat center left;
  background-size: contain;
  opacity: 0.02;
}

.dropzone {
  background: whitesmoke;
}

.dropzone.dz-drag-hover {
  border-color: rgba(93, 120, 255, 0.47) !important;
}

.dropzone .dz-message {
  margin: 0;
}

.dropzone.dropzone-multi {
  border: 0;
  padding: 0;
  min-height: auto;
}

.dropzone.dropzone-multi .dz-message,
.dropzone.dropzone-multi .dz-preview {
  display: none;
}

.progress-wrapper {
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.progress-wrapper .progress-bar {
  height: 100%;
  width: 0;
}

.progress-wrapper.progress-with-border {
  border: 1px solid #DDD;
}

.kt-callout {
  position: relative;
  overflow: hidden;
}

.kt-callout .kt-callout__body .kt-callout__action .btn.btn-custom {
  white-space: nowrap;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off,
.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
  padding-top: 0.5rem;
  padding-bottom: 0.6rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 0.9rem;
  line-height: 1.5;
}

.kt-widget.kt-widget--user-profile-1 .kt-widget__body .kt-widget__content .kt-widget__info {
  align-items: flex-start;
}

#client_licenses a.not_paid i {
  color: #d03526;
}

#client_licenses a.paid i {
  color: #0abb87;
}

.icon-browser-updated-rounded {
  width: 17px;
  height: 17px;
  fill: #93a2dd;
}

.icon-browser-updated-rounded:hover {
  fill: #5d78ff;
}

.license-invoice-amount {
  font-size: 16px;
}

