﻿html {
    position: relative;
    min-height: 100%;
    font-size: 14px;
}

body {
    margin-bottom: 60px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

@media (min-width: 576px) {
    .file-zoom-dialog .modal-dialog {
        max-width: 555px;
    }
}

@media (min-width: 992px) {
    .file-zoom-dialog .modal-lg {
        max-width: 960px;
    }
}

.neo-logo {
    filter: brightness(1);
    transition: filter 1.2s;
}

    .neo-logo:hover {
        filter: brightness(0) invert(1);
        transition: filter 2.2s;
    }

li.nav-item > ul.dropdown-menu > li > a.dropdown-item:hover {
    color: RGBA(var(--bs-primary-rgb));
}

li.nav-item > ul.dropdown-menu > li > a.dropdown-item:focus {
    background-color: RGBA(var(--bs-primary-rgb));
    color: RGBA(var(--bs-light-rgb));
}

.bd-navbar {
    padding: .5rem 0;
    background-color: transparent;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15),inset 0 -1px 0 rgba(255,255,255,0.15);
}

    .bd-navbar::after {
        position: absolute;
        inset: 0;
        z-index: -1;
        display: block;
        content: "";
        background-image: linear-gradient(rgba(var(--bd-violet-rgb), 1), rgba(var(--bd-violet-rgb), 0.95))
    }

.accordion-button:not(.collapsed) {
    background-color: var(--bs-secondary-bg-subtle);
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a.nodecoration {
    text-decoration: none;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #F6F6F6;
    border-style: dotted;
    border-width: thin;
    border-color: #A4A4A4;
    opacity: 1;
}

[data-bs-theme=light] .form-control:disabled,
[data-bs-theme=light] .form-control[readonly] {
    background-color: #F6F6F6;
}

[data-bs-theme=dark] .form-control:disabled,
[data-bs-theme=dark] .form-control[readonly] {
    background-color: #15181A;
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.bg-complexity-highest {
    background-color: #43A047;
}

.bg-complexity-high {
    background-color: #66BB6A;
}

.bg-complexity-medium {
    background-color: #F57C00;
}

.bg-complexity-low {
    background-color: #FF9800;
}

.bg-complexity-lowest {
    background-color: #FFB74D;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

/* clears the ‘X’ from Internet Explorer */
input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}
/* clears the ‘X’ from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

krajee-default.file-preview-frame {
    margin: 5px;
}

[data-bs-theme=dark] .file-input > .file-preview > .file-drop-zone > .file-preview-thumbnails,
[data-bs-theme=dark] .file-input > .file-preview > .file-drop-disabled > .file-preview-thumbnails {
    background-color: var(--bs-light-bg);
}

    [data-bs-theme=dark] .file-input > .file-preview > .file-drop-zone > .file-preview-thumbnails > .file-preview-frame,
    [data-bs-theme=dark] .file-input > .file-preview > .file-drop-zone > .file-preview-thumbnails > .file-thumbnail-footer,
    [data-bs-theme=dark] .file-input > .file-preview > .file-drop-disabled > .file-preview-thumbnails > .file-preview-frame,
    [data-bs-theme=dark] .file-input > .file-preview > .file-drop-disabled > .file-preview-thumbnails > .file-thumbnail-footer {
        background-color: var(--bs-light-bg-subtle);
    }

[v-cloak] {
    display: none;
}

#canvas {
    background: #efefef;
    border: solid 1px rgba(0, 0, 0, 0.1);
}

.schema-link {
    word-break: break-all;
    font-size: 15px;
    text-decoration: none;
}

a.transporter-link {
    text-decoration: none;
}

hr.table {
    opacity: 0.4;
    margin-top: 3px;
}

.bg_qm {
    background-color: RGBA(var(--bs-primary-rgb));
}

.thumb_app {
    width: 64px;
    height: 64px;
}

#button-container {
    position: absolute;
    z-index: 1;
}

    #button-container > div > button {
        margin-left: 10px;
    }

.horizontal-line {
    position: relative;
    top: 5px;
    left: 10px;
}

.block-question > i {
    height: 0.85em;
    color: RGBA(var(--bs-secondary-rgb));
    transition: color 1.2s;
}

.block-question:hover > i {
    color: RGBA(var(--bs-primary-rgb));
    transition: color 0.8s;
}

.alert-check:checked {
    background-color: #FF6D00 !important;
    border: 0;
}

.alert-check:focus, .label::after, label.form-check-label:focus, .alert-check::after, .alert-check:not(:disabled):not(.disabled):active:focus {
    color: black;
    outline: 0;
    border: 0;
    box-shadow: 0 0 0 0.1rem #FF6D00 !important;
}

.big-check {
    transform: scale(1.3);
    margin-left: -32px;
    margin-right: 14px;
    margin-top: 4px;
}

.prevent-select {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.canvas-signature-pad {
    margin-left: 10px;
    width: 350px;
    height: 200px;
    border-style: dashed;
    border-width: thin;
    vertical-align: middle;
}

[data-bs-theme=light] .canvas-signature-pad {
    background-color: #f2f2f27f;
    border-color: #C4C4C4;
}

[data-bs-theme=dark] .canvas-signature-pad {
    background-color: #343a40;
    border-color: #6C757D;
}

.green-plus {
    color: #2e7d32;
}

.red-minus {
    color: #c62828;
}

.tc-unknown {
    color: #e0e3e5;
}

.tc-wtr {
    color: #039BE5;
}

.tc-dkw {
    color: #1565C0;
}

.tc-fire {
    color: #C62828;
}

.tc-effluents {
    color: #6A1B9A;
}

.tc-lq {
    color: #F9A825;
}

.tc-hydrocarbon {
    color: #212121;
}