﻿.kt-login-v2__logo > a,
.kt-header-mobile__logo > a,
.kt-aside__brand-logo > a {
    display: flex !important;
    align-items: center;
}

    .kt-login-v2__logo > a > img,
    .kt-header-mobile__logo > a > img,
    .kt-aside__brand-logo > a > img {
        height: 30px;
    }

    .kt-login-v2__logo > a > .kt-login-v2__logo-title,
    .kt-header-mobile__logo > a > .kt-header-mobile__logo-title,
    .kt-aside__brand-logo > a > .kt-aside__brand-logo-title {
        font-size: 1.125rem;
        font-weight: 500;
        margin-left: 0.5rem;
    }

    .kt-login-v2__logo > a > .kt-login-v2__logo-title {
        color: #343a40;
    }

    .kt-header-mobile__logo > a > .kt-header-mobile__logo-title,
    .kt-aside__brand-logo > a > .kt-aside__brand-logo-title {
        color: white;
    }

.kt-aside--minimize .kt-aside__brand > .kt-aside__brand-logo > a {
    display: none !important;
}

.kt-aside--minimize .kt-aside__brand > .kt-aside__brand-tenant-name {
    display: none;
}

.kt-aside--minimize .kt-aside__brand > .kt-aside__brand-tenant-exit {
    margin-left: auto;
    margin-right: auto;
}

th.fit-content,
td.fit-content {
    width: 1px;
    white-space: nowrap;
}

.html-editor {
    /* Do not show the textarea before tinymce is loaded. */
    display: none;
}

.html-editor--inline,
.html-editor--inline--filling {
    border: 1px solid #ccc;
    display: inline-block;
    margin-bottom: 0;
}

.filling {
    border: 1px solid #ddd;
    border-radius: 1rem;
}

.drop {
    border: 1px solid #ddd;
    border-radius: 1rem;
}

.ul {
    display: inline-block;
}

.li {
    display: inline-block;
    word-break: break-word;
}

.filling {
    border: 1px solid #ddd;
    border-radius: 1rem;
}

.form-group.row > div > .select2.select2-container {
    width: 100% !important;
}

.select2-selection__rendered:empty::after {
    /* If there is no text shown, add a non-breakable space to fix an issue
       where the select has no height if no options are visible. */
    content: '\a0';
}

a.disabled {
    color: #6c757d;
    pointer-events: none;
}

.product-picker {
    max-height: 320px;
    overflow-y: auto;
}

    .product-picker .jstree-node {
        display: flex;
        flex-wrap: wrap;
    }

        .product-picker .jstree-node > a {
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .product-picker .jstree-node > .language-placeholder,
        .product-picker .jstree-node > .language-container {
            flex: 0 1 128px;
        }

        .product-picker .jstree-node > .language-container {
            color: #a2a5b9;
            padding: 0 8px 0 4px;
        }

        .product-picker .jstree-node > .jstree-children {
            flex: 0 0 100%;
        }

.kt-checkbox.kt-checkbox--white > span,
.kt-checkbox.kt-checkbox--white > input:checked ~ span {
    background: white;
}

.content-tools-container {
    display: flex;
}

    .content-tools-container > iframe {
        flex: 1 1 0;
        border: 1px solid #e2e5ec;
        border-radius: 4px;
    }

.is-inactive {
    color: #C8C9CA !important;
}

.is-deleted {
    color: #C8C9CA !important;
    text-decoration: line-through;
}

/* 
    Add some invisible background for the offset so that the user can move the cursor from the
    element to the tooltip and the tooltip won't disappear.
*/
.tooltip::before {
    content: '';
    display: block;
    z-index: -1;
    position: absolute;
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
}

.tooltip > .tooltip-inner {
    max-width: 400px;
    text-align: left;
}

.tooltip.host-tooltip-compact > .tooltip-inner {
    padding: 0.5rem 0.75rem;
}

.table.table-hover > * > tr > th,
.table.table-hover > * > tr > td {
    vertical-align: middle;
}

table.data-table-reorder > tbody > tr > td:first-child {
    cursor: all-scroll;
}

.user-select-all {
    user-select: all;
}

.user-select-none {
    user-select: none;
}

.dataTables_wrapper {
    position: relative;
}

@media screen {
    div.dt-buttons {
        position: absolute;
        top: 0;
        right: 0;
    }
}

@media screen and (max-width: 767px) {
    div.dt-buttons {
        position: initial;
        display: inline-flex;
    }
}

.icon-link {
    display: flex;
    align-items: center;
}

.icon-link-md > i:first-child {
    font-size: 1.5rem;
}

.icon-link-lg > i:first-child {
    font-size: 2rem;
}

.tab-pane {
    /* Add very large scroll margin to prevent the browser from scrolling to the tab pane initially when using the ID in the hash part of the URL */
    scroll-margin: 999999px;
}

.nav > .nav-item > .nav-link.is-absent,
.nav > .nav-item > .nav-link.is-absent > i {
    color: rgba(0, 0, 0, 0.5) !important;
}

.localization-tabs-container {
    display: flex;
    border-bottom: 1px solid #dee2e6;
    margin: 0 0 25px 0;
}

.localization-tabs-container > .nav {
    flex: 1 1 0;
    border-bottom: none;
    margin: 0;
}

.localization-tabs-container > .nav > .nav-item > .nav-link {
    position: relative;
}

.localization-tabs-container > .nav > .nav-item > .nav-link > .dirty-indicator {
    position: absolute;
    top: 2px;
    right: 2px;
}

.localization-tabs-container > .nav > .nav-item > .nav-link > .dirty-indicator > .kt-badge {
    display: flex;
    width: 6px;
    height: 6px;
    margin: 6px 4px;
}

.localization-tabs-container > .remove-localization-link {
    flex: 0 1 auto;
}

.localization-tabs-container + .tab-content + .field-validation-error {
    display: block;
    margin-top: 1.5rem;
}

.kt-bg-extra-light-success {
    background-color: rgba(29, 201, 183, 0.05) !important;
}

.kt-bg-extra-light-danger {
    background-color: rgba(253, 57, 122, 0.05) !important;
}

.btn.btn-icon.btn-icon-tiny {
    width: 1.25rem;
    height: 1.25rem;
}

.btn.btn-icon.btn-icon-tiny > i {
    font-size: 0.8rem;
}

.blockui-min-size {
    /* Set minimum size to the size of the spinner. */
    min-width: 20px;
    min-height: 20px;
}

.blockui-top-left > .blockUI.blockElement {
    top: 10px !important;
    left: 0 !important;
}

.kt-portlet__head-toolbar > .nav.nav-tabs > .nav-item {
    /*
        Set negative margin precisely to make the bottom highlight line overlay the gray separator line from .kt-portlet__head
        and to align the text with pages that use the default .kt-portlet__head-title element for a title without tabs.
    */
    margin-bottom: -3px;
}

.kt-portlet__head-toolbar > .nav.nav-tabs > .nav-item > .nav-link {
    /* Set font-size and font-weight to be same as .kt-portlet__head-title */
    font-size: 1.2rem;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.5);
}

.pointer{
    cursor:pointer;
}

.inactiveLink {
    pointer-events: none;
    cursor: default;
}

.bg-light-green {
    background-color: #d2eddb;
}


@media screen and (max-width: 1024px) {
    .login-language {
        background-color: #fff0 !important;
        margin-top: 0px !important;
        height: 30px !important;
    }
}