﻿#search-input-group {
    margin-left: -0.5em;
    margin-right: 1em;
}

.disabled-links {
    pointer-events: none;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) !important;
    color: white;
    cursor: not-allowed;
    z-index: 10;
}

    .overlay > a {
        color: white;
        background: rgba(0, 0, 0, 0.3) !important;
        border-radius: 5px;
        padding: 5px;
    }

.main-footer {
    display: flex;
    padding: 5px;
}

.main-header .navbar-nav .nav-link i {
    font-size: 1.4em;
}

.ico-big {
    font-size: 22px;
}

a, .nav-link {
    color: var(--gray-dark);
}

::selection {
    color: black;
    background-color: var(--orange);
}

.no-access-device {
    font-size: 13px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    box-sizing: border-box;
    border: 1px solid #dee2e6;
}

.refresh-button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.app-name {
    font-family: inherit;
    font-size: 1.1em;
    margin-bottom: 0px;
}

@media (min-width: 1700px) {
    .col-xxl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

div.share-app {
    margin-top: 20px;
}

i.share-app {
    min-width: 48px;
    min-height: 39px;
    margin: 9px 0 0 0;
    font-size: 26px;
}

.k-combobox {
    max-width: 220px;
    max-height: 38px;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active, .sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active {
    color: var(--dark);
    background-color: var(--color-light1);
}

.k-input-inner:hover {
    background-color: transparent;
}

.content-wrapper {
    padding: 15px .5rem;
    background-image: url(/images/background.jpg);
    background-size: cover;
    background-position: right;
}

.fw-semibold {
    font-weight: 600;
}

.important-info {
    font-weight: 500;
}

.validation-summary-errors {
    background-color: #dc354533;
    padding: 15px;
    margin-bottom: 15px;
}

    .validation-summary-errors ul {
        margin: 0px;
        padding: 0px;
    }

    .validation-summary-errors li {
        list-style: none;
        margin: 0px;
    }

.page-title {
    display: block;
    text-shadow: 3px 3px 4px #AAAAAA;
    font-size: 1.2em;
    font-weight: bold;
    text-transform: uppercase;
    vertical-align: middle !important;
    padding-top: 7px;
    margin-bottom: 0px;
}

    .page-title:before {
        content: url(/images/parenthese-framboise-open.svg);
        display: inline-block;
        vertical-align: middle !important;
        width: 8px;
    }

    .page-title:after {
        content: url(/images/parenthese-framboise-close.svg);
        display: inline-block;
        vertical-align: middle !important;
        width: 8px;
    }

#languageMenu {
    min-width: max-content;
}

#listview-unattended {
    position: relative;
    background-color: transparent !important;
    border: none;
}

.search-container {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.layout-fixed .wrapper .sidebar {
    height: 100vh;
}

.container-unattended {
    position: relative !important;
}

.logo-small {
    max-height: 52px;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.k-command-cell {
    text-align: right !important;
    white-space: nowrap !important;
}

.k-input:has(>.companies-select) {
    width: 500px;
}

.width-auto {
    width: auto;
}

.min-width-5em {
    min-width: 5em;
}

.min-height-400 {
    min-height: 400px;
}

.max-height-10em {
    max-height: 10em;
}

.font-size-initial {
    font-size: initial;
}

.security-policy-frame {
    width: 100%;
    height: 650px;
}
