.main-panel .page-header{ position: relative; }
#sysmsg                 { width: 500px; position: absolute; left: calc(50% - 250px); top: -10px; z-index: 9999; }
#sysmsg .alert-info     { background-color: #d1ecf1; }
#sysmsg .alert-danger   { background-color: #f8d7da; }
#sysmsg .alert-success  { background-color: #d4edda; }

.noimage img                { display: none; }
.noimage:after              { content: '\f508'; display: block; background: #fff; border-radius: 25px; }
.noimage:after              { font: 25px "Font Awesome 6 Pro"; font-weight: 600; text-align: center; color: #000; }
.avatar-sm.noimage:after    { width: 40px; height: 40px; line-height: 40px; }
.avatar-lg.noimage:after    { width: 50px; height: 50px; line-height: 50px; border-radius: 5px; }

.form-check label, .form-group label { white-space: normal; }

.form-group-default label.header:first-letter   { text-transform: uppercase; }
.form-group-default label.header   { text-transform: lowercase; font-weight: bold; }

.form-group h5       { letter-spacing: .06em; font-weight: bold; }

.twoline .form-check-input { margin-top: .4rem; position: absolute; }

#parkinfo.fixed-top         { background-color: #fff; top: 62px; margin-left: 222px; margin-right: 46px;  }

.languageSwitcher .dropdown-toggle .fi { font-size: 1.7rem; }

footer li a             { color: #575962; }
footer li a.last:after  { content: ''; padding: 0; }
footer li a:after       { content: '|'; padding: 0 15px; }

.nav .subactive i:before       { color: #35cd3a; }
.nav .active { background-color: rgba(0,0,0,.03)}




.accordion:hover {
    background-color: #acacac;
}

.panel {
    background-color: white;
    display: none;
    overflow: hidden;
}

.legend-table td{
    padding: 2px 10px;
    text-align: center;
    border-collapse: collapse;
    border: none;
}

.legend-table-2 td{
    padding: 2px 10px;
    text-align: center;
    border-collapse: collapse;
    border: 0 solid ;
    background-color: #f2f2f2;
}

.legend-table-2 th{
    padding: 2px 10px;
    text-align: center;
    border-collapse: collapse;
    border: 0 solid ;
    font-size: 12px;
}

.scroll-box {
    overflow-y: scroll;
    height: 45vh;
}

.select2-selection {
    border-color: rgba(0,0,0,.07) !important;
}
.select2-dropdown {
    border-color: rgba(0,0,0,.07) !important;
}
.select2-search__field {
    border-color: rgba(0,0,0,.07) !important;
}

.table-row-relevant {
    background-color: rgba(95,191,73,0.5) !important;
}
.table-row-relevant:hover {
    background-color: rgba(95,191,73,0.55) !important;
}
.table-row-not_relevant {
    background-color: rgba(8,62,161,0.4) !important;
}
.table-row-not_relevant:hover {
    background-color: rgba(8,62,161,0.45) !important;
}
.table-row-wrong_detected {
    background-color: rgba(255,173,0,0.5) !important;
}
.table-row-wrong_detected:hover {
    background-color: rgba(255,173,0,0.55) !important;
}

.row-front-relevant {
    background-color: rgba(95,191,73) !important;
}
.row-front-not_relevant {
    background-color: rgba(8,62,161) !important;
}
.row-front-wrong_detected {
    background-color: rgba(255,173,0) !important;
}
* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prevImage, .nextImage {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -7px;
    padding: 5px 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 20px;
    user-select: none;

    & i {
        vertical-align: middle;
    }
}

/* Position the "next button" to the right */
.nextImage {
    right: 0;
}

.next {
    right: 10px;
}

.prev {
    left: 10px;
}

/* On hover, add a black background color with a little bit see-through */
.prevImage:hover, .nextImage:hover {
    background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #393939;
    font-size: 12px;
    padding: 5px 12px;
    position: absolute;
    background-color: #ffffff57;
    border-radius: 50px;
    margin: 10px;
}

.lightbox-icon {
    color: #393939;
    font-size: 12px;
    position: absolute;
    background-color: #ffffff57;
    border-radius: 50px;
    margin: 10px;
    bottom: 0;
    padding: 5px 10px;
    z-index: 20;
    cursor: pointer;
}

.tablet-only {
    display: none;
}

@media (max-width: 1024px) {
    .tablet-only {
        display: block;
    }
}


/* The dots/bullets/indicators */


.image-zoom-result {
    border: 1px solid #d4d4d4;
    width: 300px;
    height: 300px;
}

.disabled-flexibird a {
    cursor: not-allowed;
}
.before-accordion .accordion-arrow-down {
    display: block;
}
.before-accordion .active .accordion-arrow-down {
    display: none;
}
.before-accordion .accordion-arrow-up {
    display: none;
}
.before-accordion .active .accordion-arrow-up {
    display: block;
}

.before-accordion-grey .active {
    background-color: #c8c8c8 !important;
    color: #444 !important;
}

.grey-accordion .active {
    background-color: #c9c6c6 !important;
    color: #000000 !important;
}



.img-zoom-lens {
    position: absolute;
    border: 1px solid #d4d4d4;
    width: 50px;
    height: 50px;
    z-index: 3;
    border-radius: 10px;
}

.thank-you-note {
    text-align: center;
    font-size: 20px;
}

.icon-menu:after {
    content: "\f0c9";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-size: 1em;
}

.sidenav-toggler,
.icon-options-vertical { display: inline-block !important; }
.icon-options-vertical:after {
    content: "\f007";
    font-family: "Font Awesome 6 Pro";
    font-style: normal;
    font-weight: 900;
    font-size: 1em;
    margin-left: 15px;
}

.nav_open .icon-menu:after {
    content: "\f00d";
}

@media (max-width: 768px) {
    .logo-header {
        display: block;
    }

    .logo-header a {
        float: right;
    }
    .no-mobile {
        display: none;
    }

    .button-on-mobile {
        width: 100%;
        margin-bottom: 10px;
    }

    .img-zoom-lens {
        display: none;
    }

    .img-zoom-result {
        display: none;
    }

    .no-padding-mobile {
        padding: 0 !important;
    }
}
@media (min-width: 768px) {
    .no-desktop {
        display: none;
    }
}

/*.fak.fa-redkite::before, .fa-kit.fa-redkite::before { font-size: 40px; margin-left: -10px; }*/

.date-input {
    min-height: 40px !important;
    border: 1px #e9ecef solid !important;
    margin-top: unset !important;
    padding-left: 5px !important;
}

.column-item-report {
    cursor: move;
    cursor: -webkit-grabbing;
}

.top-notice {
    background-color: #b8bbb9;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.not-visible {
    display: none;
}


.icon-button {
    width: 35px;
    height: 35px;
    border-radius: 7px;
    text-align: center;
    cursor: pointer;
    margin: auto;
    font-size: 17px;
    padding-bottom: 3px;
}
.icon-button i {
    color: #fff;
    margin: auto;
    text-align: center;
    position: relative;
    top: calc(50% - 14px);
}

.button-danger {
    background-color: red;
}

.button-danger:hover {
    background-color: #bd0101;
}

.button-default {
    background-color: #177dff;
}

.button-default:hover {
    background-color: #105cbd;
}

.modal-text {
    text-align: center;
    padding-bottom: 10px;
}

.shutdown-list {

    .akz-for-jobs {
        border-radius: 5px;
        padding: 0 10px 10px;
    }

    .job-box {
        background-color: #fff;
        border-radius: 5px;
        padding: 15px 5px;
    }

    .alert-success {
        color: #444 !important;
        background-color: #d4edda !important;

        .job-action {
            background-color: rgba(53, 205, 58, 0.47) !important;
        }
    }
    .alert-success-border {
        border-left: 8px solid #35cd3a;
    }

    .alert-default {
        background-color: #ffffff !important;

        .job-action {
            background-color: rgba(136, 136, 136, 0.2) !important;
        }
    }
    .alert-default-border {
        border-left: 8px solid #737373;
    }

    .alert-secondary {
        background-color: rgba(113, 106, 202, 0.2) !important;

        .job-action {
            background-color: rgba(113, 106, 202, 0.47) !important;
        }
    }
    .alert-secondary-border {
        border-left: 8px solid #716aca;
    }

    .job-action {
        padding: 3px;
        background-color: rgb(255, 255, 255, 0.65);
        text-align: center;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .wea-box-shadow {
        box-shadow: 5px 5px 11px -5px #404040;
    }
}

.dropdown-event {
    position: relative;
}

.dropdown-event-selected {
    background-color: #c0c0c0;
    padding: 5px;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    color: #FFFFFF;
}

.dropdown-event-options {
    position: absolute;
    width: 100%;
    background: white;
    border-radius: 20px;
    display: none;
    z-index: 10;
    overflow-y: auto;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 2px 17px -5px #404040;
}

.dropdown-event-group {
    font-weight: bold;
    padding: 5px;
    background: #eee;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 5px;
}

.dropdown-event-option {
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 5px;
}

.group-option {
    margin-left: 10px;
}

.dropdown-event-option:hover {
    background: #ddd;
}

.dropdown-event-mobile {
    position: relative;
}

.dropdown-event-selected-mobile {
    background-color: #c0c0c0;
    padding: 5px;
    cursor: pointer;
    border-radius: 20px;
    text-align: center;
    color: #FFFFFF;
}

.dropdown-event-options-mobile {
    position: absolute;
    width: 100%;
    background: white;
    border-radius: 20px;
    display: none;
    z-index: 10;
    max-height: 270px;
    overflow-y: auto;
    padding: 10px;
    margin-top: 10px;
    box-shadow: 0 2px 17px -5px #404040;
}

.dropdown-event-group-mobile {
    font-weight: bold;
    padding: 5px;
    background: #eee;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 5px;
}

.dropdown-event-option-mobile {
    padding: 5px;
    cursor: pointer;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 5px;
}

.group-option-mobile {
    margin-left: 10px;
}

.dropdown-event-option-mobile:hover {
    background: #ddd;
}


.dropdown-no-edit {
    background-color: #bfbfbf;
    padding: 5px;
    border-radius: 20px;
    text-align: center;
    color: #FFFFFF;
}

.font-color-relevant {
    color: #5fbf49;
}

.font-color-not_relevant {
    color: #083ea1;
}
.font-color-wrong_detected {
    color: #ffad00;
}

.background-color-relevant {
    background: #5fbf49;
}

.background-color-not_relevant {
    background: #083ea1;
}
.background-color-wrong_detected {
    background: #ffad00;
}

.info-popover {
    padding: 4px 12px;
    background: #177dff;
    color: #fff;
    border-radius: 23px;
    margin: 10px;
    float: right;
    font-size: 19px;
}

.info-popover:hover {
    background: #177dff !important;
    border-color: #177dff !important;
    color: #FFFFFF;
    opacity: .9;
    transition: all .3s;
    text-decoration: none;
}

.dropdown-menu-info {
    margin-left: -100px;
    margin-top: 10px;
    padding: 15px;
    border-radius: 20px;
}



/* NEW DESIGN */

[v-cloak] {
    display: none;
}

:root {
    --fm-green: #65b32e;
    --fm-green-dark: #4ea33b;
    --fm-yellow: #ffad00;
    --fm-red: #b50000;
    --fm-blue: #203a8f;
    --fm-grey: #f0f0f0;
    --fm-white: #ffffff;
    --fm-black: #333333;
    --fm-black25: rgba(51, 51, 51, 0.25);
    --fm-black75: rgba(51, 51, 51, 0.75);

}
body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: var(--fm-grey);
}

.background-green {
    background-color: var(--fm-green) !important;
}
.background-yellow {
    background-color: var(--fm-yellow) !important;
}
.background-red {
    background-color: var(--fm-red) !important;
}
.background-blue {
    background-color: var(--fm-blue) !important;
}
.background-black {
    background-color: var(--fm-black) !important;
}
.background-black-75 {
    background-color: var(--fm-black75) !important;
}

.color-green {
    color: var(--fm-green) !important;
}
.color-yellow {
    color: var(--fm-yellow) !important;
}
.color-red {
    color: var(--fm-red) !important;
}
.color-blue {
    color: var(--fm-blue) !important;
}
.color-white {
    color: var(--fm-white) !important;
}
.color-black-25 {
    color: var(--fm-black25) !important;
}

/* SIDEBAR MENU */

.compact-wrapper .sidebar {
    width: 250px;
    background-color: var(--fm-green);
    color: var(--fm-white);
    margin-top: unset;
    padding-left: 25px;
    box-shadow: unset;
    position: absolute;

    .nav > .nav-item {
        background-color: var(--fm-grey);
        padding: 0;

        & a {
            background-color: var(--fm-green);
            flex-direction: unset;
            color: var(--fm-white);
            padding: 15px 30px;
            margin: 0;

            & i {
                padding-right: 55px;
                color: var(--fm-white);
                font-size: 20px;
            }
        }
    }
}

.redkite-nav {
    margin-left: -10px;
    padding-right: 65px !important;
    font-size: 32px !important;
}
.sidebar .nav.nav-success > .nav-item a:hover i {
    color: var(--fm-green-dark) !important;
}
@media screen and (min-width: 991px) {
    .compact-wrapper .main-panel {
        width: calc(100% - 250px);
    }
}

.nav .active-2 {
    background-color: var(--fm-green) !important;
    & a {
        color: var(--fm-black) !important;
        background-color: var(--fm-grey) !important;
        border-bottom-left-radius: 40px;
        border-top-left-radius: 40px;

        & i {
            color: var(--fm-green) !important;
        }
    }
}

li.active-2 + li a{
    border-top-right-radius: 40px !important;
}

li:has(+ li.active-2) a {
    border-bottom-right-radius: 40px !important;
}

/* HEADER */

@media screen and (min-width: 991px) {
    .main-header {
        width: calc(100% - 250px);
    }
}
@media screen and (max-width: 991px) {
    .navbar-header {
        transform: unset !important;;
    }
    .main-header {
        background-color: var(--fm-grey) !important;
    }
}
@media screen and (max-width: 769px) {
    .button-not-mobile {
        display: none !important;
    }
    .btn-round-icon-mobile {
        font-size: 17px !important;
        padding: 7px 11px !important;

        & i {
            padding-right: unset !important;
            min-width: 17px;
            vertical-align: middle;
        }
    }
}
@media screen and (min-width: 991px) {
    .compact-wrapper .main-header .burger-menu {
        display: none !important;
    }
}
.main-header {
    background-color: var(--fm-green);
    position: fixed;
    right: 0;

    & .navbar-header {
        border-top-left-radius: 40px;
        background-color: var(--fm-grey) !important;
        padding-top: 30px;
        padding-bottom: 15px;

        & .container-fluid .profile-area {
            display: flex;
            align-items: center;
            gap: 10px;
            padding-left: 60px;

        }
    }
}

/* FOOTER */


.footer {
    padding: unset;
    bottom: 0;
    background-color: var(--fm-green);
    border: unset;
    height: 62px;

    & .inner-footer {
        padding: 20px;
        border-bottom-left-radius: 40px;
        background-color: var(--fm-grey) !important;
    }
}


/* BUTTONS */

.btn i {
    padding-right: 5px;
}

.btn-round-icon {
    font-size: 17px !important;
    padding: 7px 11px !important;

    & i {
        padding-right: unset;
        min-width: 17px;
        vertical-align: middle;
    }
}
.btn-header {
    padding: 10px 30px;
    background-color: var(--fm-white);
    color: var(--fm-black);
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 13px;
    & i {
        color: var(--fm-black);
    }
}
.btn-header:hover {
    background-color: var(--fm-black);
    color: var(--fm-white);
    & i {
        color: var(--fm-white);
    }
}

.new-button {
    background-color: var(--fm-white);
    font-weight: 600;
    padding: 6px 30px;
    width: unset;
    float: right;
    font-size: 13px;
}
.green-button {
    border: 2px solid var(--fm-green);
    color: var(--fm-green);
    background: var(--fm-white);
}

.green-button:hover {
    background-color: var(--fm-green);
    color: var(--fm-white);
}
.red-button {
    border: 2px solid var(--fm-red);
    color: var(--fm-red);
    background: var(--fm-white);
}

.red-button:hover {
    background-color: var(--fm-red);
    color: var(--fm-white);
}
.black-button {
    border: 2px solid var(--fm-black);
    color: var(--fm-black);
    background: var(--fm-white);
}

.black-button:not(:disabled):hover {
    background-color: var(--fm-black);
    color: var(--fm-white);
}

.btn:disabled {
    opacity: .40;
}


/* INPUTS */

label {
    padding-left: 10px;
    font-weight: 600;
    font-size: 12px !important;
}

.input-box {
    border: 1px solid var(--fm-grey);
    border-radius: 20px;
    padding: 15px;
}

.input-error {
    border: 1px solid var(--fm-red) !important;
}

.input-error-message {
    color: var(--fm-red);
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
}

.input-success-message {
    color: var(--fm-green);
    font-size: 10px;
    padding-left: 10px;
}

.custom-control-label {
    font-weight: 400;
}

.input-group-with-append-new {
    padding-bottom: 10px;

    & input {
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        border-right: unset;
        height: 39px !important;
    }

    & input:focus {
        border: 1px solid var(--fm-grey) !important;
        border-right: unset !important;
    }

    .input-group-append {
        padding: 3px;
        border: 1px solid var(--fm-grey);
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        border-left: unset;

        .input-group-text-1 {
            display: flex;
            align-items: center;
            border-radius: 100px;
            background-color: var(--fm-black);
            color: var(--fm-white);
            height: 31px;
            width: 31px;
            padding: 2px;

            & i {
                margin-left: auto;
                margin-right: auto;
            }
        }
    }
}

.input-group-new-pre-append {
    & input {
        border-left: unset;
        border-right: unset;
        text-align: center;
    }

    & input:focus {
        border: 1px solid var(--fm-grey) !important;
        border-right: unset !important;
        border-left: unset !important;
    }

    .input-group-append {
        padding: 3px;
        border: 1px solid var(--fm-grey);
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        border-left: unset;

        .input-group-text {
            display: none;
        }

        & button {
            border-radius: 100px;
            border: unset;
            color: var(--fm-black);
            font-size: 13px;
            padding: 2px 10px;

        }
        & button:hover {
            background-color: var(--fm-white);
        }
    }

    .input-group-prepend {
        padding: 3px;
        border: 1px solid var(--fm-grey);
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        border-right: unset;

        & button {
            border-radius: 100px;
            border: unset;
            color: var(--fm-black);
            font-size: 13px;
            padding: 2px 10px;

        }

        & button:hover {
            background-color: var(--fm-white);
        }
    }

    .no-spinner::-webkit-inner-spin-button,
    .no-spinner::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .no-spinner {
        -moz-appearance: textfield;
    }
}

.text-danger {
    font-size: 10px;
    line-height: 13px;
    padding: 5px 10px 0;
}

.calender-top .tempus-dominus-widget {
    transform: translateY(-117%) !important;
}

.tempus-dominus-widget {
    background-color: var(--fm-white) !important;
    border: 1px solid var(--fm-grey) !important;
    border-radius: 20px !important;
    padding: 15px !important;
    position: absolute;
    width: 18rem !important;
}

.tempus-dominus-widget table td span {
    color: var(--fm-black) !important;
    font-size: 12px !important;
}
.tempus-dominus-widget table {
    font-size: 12px !important;
}

.tempus-dominus-widget table td span:hover {
    background-color: var(--fm-black) !important;
    color: white !important;
}
.tempus-dominus-widget .active {
    background-color: var(--fm-black) !important;
    color: white !important;
}

.tempus-dominus-widget table td.active,
.tempus-dominus-widget table td.active:hover {
    background-color: var(--fm-black) !important;
    color: white !important;
}

.tempus-dominus-widget .picker-switch {
    background-color: var(--fm-black) !important;
    color: white !important;
    font-weight: bold;
    border-radius: 50px !important;
    height: 25px;
}

.tempus-dominus-widget .previous {
    width: 25px;
    margin-right: auto;
    padding-left: 8px !important;
}

.tempus-dominus-widget .next {
    width: 25px;
    margin-left: auto;
    padding-right: 8px !important;
}

.tempus-dominus-widget .date-container-days {
    grid-auto-rows: 35px !important;
}

.tempus-dominus-widget .previous:hover,
.tempus-dominus-widget .next:hover {
    color: var(--fm-white);
    background-color: var(--fm-black) !important;
    border-radius: 50px;
}

.tempus-dominus-widget .datepicker-months span.month.active,
.tempus-dominus-widget .datepicker-months span.month.active:hover {
    background-color: var(--fm-black) !important;
    color: white !important;
}

.tempus-dominus-widget .datepicker-years span.year.active,
.tempus-dominus-widget .datepicker-years span.year.active:hover {
    background-color: var(--fm-black) !important;
    color: white !important;
}

input[type="radio"] {
    margin-left: 10px;
}
input[type="radio"].custom-radio {
    display: none;
}

input[type="radio"].custom-radio + label {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding-left: 20px;
    cursor: pointer;
    font-size: 18px;
}

input[type="radio"].custom-radio + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 1px solid var(--fm-black25);
    border-radius: 50%;
    background: white;
}
input[type="radio"].custom-radio:checked + label::after {
    content: "";
    position: absolute;
    left: 3px;
    top: 45%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background: var(--fm-black);
    border-radius: 50%;
}

.custom-radio-top + label::before {
    top: 11.5% !important;
}

.custom-radio-top:checked + label::after {
    top: 11.5% !important;
}

.radio-label {
    font-weight: 400;
}

input[type="checkbox"].custom-checkbox {
    display: none;
}

input[type="checkbox"].custom-checkbox + label {
    display: inline-block;
    position: relative;
    margin-left: 10px;
    padding-left: 25px;
    cursor: pointer;
    font-size: 18px;
    margin-top: auto;
    margin-bottom: auto;
}

input[type="checkbox"].custom-checkbox + label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 45%;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: 1px solid var(--fm-black25);
    border-radius: 2px;
    background: white;
}

input[type="checkbox"].custom-checkbox:checked + label::after {
    content: "";
    position: absolute;
    color: white;
    left: 2px;
    top: 45%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: transparent;
    border-radius: 2px;
}

input[type="checkbox"].custom-checkbox:checked + label::before {
    background-color: var(--fm-black) !important;
    border-color: transparent;
}


.new-input {
    border-radius: 30px;
    border: 1px solid var(--fm-grey);
    padding: 8px 15px;
}

.new-input:focus {
    border: 1px solid var(--fm-grey);
}

.new-input-group {
    padding-bottom: 10px;
    & textarea {
        resize: none;
    }
}

.dropdown-component {
    position: relative;
    padding-bottom: 10px !important;
}

.dropdown-component-selected {
    background-color: var(--fm-white);
    border: 1px solid var(--fm-grey);
    padding: 6px 20px;
    cursor: pointer;
    border-radius: 20px;
    color: var(--fm-black);
    display: flex;

    & i {
        margin-left: auto;
        margin-top: auto;
        margin-bottom: auto;
        height: 16px;
    }
}

.dropdown-component-options {
    position: absolute;
    background: var(--fm-white);
    border-radius: 20px;
    z-index: 10;
    overflow-y: auto;
    box-shadow: 0 0 10px 0 var(--fm-black25);
    width: 100%;
    max-height: 300px;
    margin-top: 10px;
}
.dropdown-component-options.open-upward {
    top: auto !important;
    bottom: 115% !important;
}

.dropdown-component-option {
    padding: 8px 20px;
    cursor: pointer;
    border-bottom: 2px solid var(--fm-grey);
}

.disabled-option {
    color: var(--fm-black25);
    pointer-events: none;
}

.dropdown-component-option:hover {
    background-color: var(--fm-grey);
}

.new-input-group .toggle {
    border-radius: 20px;
    display: flex;
    margin-left: 10px;
    margin-top: 3px;
}

.info-text-input {
    padding: 10px 10px 20px 15px;
    font-size: 12px;
    line-height: 15px;
    font-style: italic;

    & i {
        font-size: 14px;
    }
}

.grid-wea-parcel {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
}

@media screen and (max-width: 567px) {
    .grid-wea-parcel {
        grid-template-columns: unset;
    }
}

/* CARD */

.card {
    padding: 40px 50px;
    border-radius: 20px;
    box-shadow: unset;
    width: 100%;

    .card-title {
        font-weight: 600;
        padding-bottom: 15px;
        color: var(--fm-black);
    }

    .card-box-line {
        border-bottom: 1px solid var(--fm-grey);
        margin-left: -50px;
        margin-right: -50px;
        padding-top: 30px;
    }
}



.login-card {
    max-width: 450px;
    padding: 70px 70px;
}
@media screen and (max-width: 567px) {
    .card {
        padding: 15px;
    }
    .login-card {
        padding: 60px 30px;
    }
    .card-title {
        display: none;
    }
    .login-aside {
        width: 100% !important;
        margin-top: 130px !important;
    }
}

@media screen and (max-width: 1009px) {
    #negLogo {
        display: block !important;
    }
    #colLogo {
        display: none;
    }
}



/* STATE BOX */

@media screen and (min-width: 991px) {
    .state-box {
        min-width: 175px;
    }
}

@media screen and (max-width: 991px) {
    .state-box {
        width: 100%;
    }
}

.state-box {
    display: inline-flex;
    padding: 5px 20px;
    background-color: var(--fm-white);
    color: #fff;
    border-radius: 50px;

    & i {
        font-size: 18px;
        margin-top: auto;
        margin-bottom: auto;
        padding-right: 15px;
    }
}

.state-box-small {
    background-color: var(--fm-black25);
    color: #fff;
    padding: 5px 10px;
    width: 220px;
    text-align: center;
    border-radius: 50px;
    font-size: 10px;
    font-weight: 600;
    margin-left: auto;
}

.state-box-disabled {
    background-color: rgba(32, 58, 143, 0.65) !important;
}




/* ACCORDION */
.before-accordion {
    padding: 10px 0 5px 0;

    .accordion {
        border-radius: 30px;
        background-color: var(--fm-white);
        color: var(--fm-black);
        cursor: pointer;
        padding: 8px 30px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;

        .accordion-title {
            font-size: 15px;

            & span {
                font-size: 11px;
                padding-left: 20px;
                font-style: oblique;
            }
        }
        .accordion-title-faq {
            font-size: 12px;
            margin-top: auto;

            & span {
                font-size: 12px;
                padding-left: 20px;
                font-weight: 600;
            }
        }
    }

    .panel {
        border-radius:  0 0 22px 22px !important;
        padding: 20px 30px 30px;

        .info-row {
        }



    }
}



.weabox {
    white-space: nowrap;
    border: 2px solid var(--fm-grey);
    border-radius: 22px;
    padding: 30px;
    background-color: var(--fm-white);
}

.before-accordion .active {
    border-radius: 22px 22px 0 0 !important;

    .info-row {
        background-color: rgb(80, 157, 255) !important;
    }
}

.accordion-arrow, .accordion-arrow-up, .accordion-arrow-down {
    float:right;

    & i {
        vertical-align: sub;
    }
}

.wea-accordion {
    background-color: var(--fm-grey) !important;
}
.wea-panel {
    background-color: var(--fm-grey) !important;
}
.padding-15 {
    padding: 15px;
}

@media screen and (max-width: 400px) {
    .before-accordion {
        .accordion {
            padding: 8px 20px;
        }

        .panel {
            padding: 15px;

        }
    }

    .weabox {
        padding: 15px;
        min-width: unset !important;

        .icon-circle {
            margin-top: -10px;
            margin-right: -10px;
        }
    }
    .padding-15 {
        padding: unset;
    }
}

/* OTHER */

.text-container {
    display: flex;
    flex-direction: column;
    margin-left: auto;
}

.icon-circle {
    border-radius: 50%;
    font-size: 16px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    position: relative;

    .fa-redkite {
        font-size: 24px;
    }
}

.profitbox-inner {
    position: absolute;
    display: block;
    min-width: 350px;
    background: var(--fm-white);
    color: var(--fm-black);
    padding: 20px;
    box-shadow: 0 0 15px 0 var(--fm-black25);
    border-radius: 20px;

    .profit-list {
        padding-top: 10px;
        line-height: 17px;
        font-size: 13px;
        & span {
            float: right;
        }
    }
}

.profitbox {
    position: absolute;
    z-index: 15;
}

.profitbox p {
    line-height: normal;
}

.profitbox h3 {
    font-size: 22px;
}

.profitbox .sumprofit {
    font-size: 26px;
    margin-bottom: 0.5rem;
    float: right;
}

.table-responsive .dataTables_wrapper {
    padding-left: 0;
    padding-right: 0;
}

.dataTables_paginate .prev, .dataTables_paginate .next {
    position: inherit;
    width: auto;
    margin-top: 0;
    padding: 0;
    font-weight: inherit;
    font-size: inherit;
}

.dataTables_paginate .prev:hover, .dataTables_paginate .next:hover {
    background-color: unset;
}

.line-list {
    border-bottom: 1px solid var(--fm-grey);
    width: 100%;
}

.report-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #f4f4f4;
    border-radius: 20px;
    overflow: hidden;

    & th:first-child,
    & td:first-child {
        padding-left: 20px;
    }

    & th:last-child,
    & td:last-child {
        padding-right: 20px;
    }

    & thead tr:first-child th:first-child {
        border-top-left-radius: 20px;

    }

    & thead tr:first-child th:last-child {
        border-top-right-radius: 20px;

    }

    & tbody tr:last-child td:first-child {
        border-bottom-left-radius: 20px;

    }

    & tbody tr:last-child td:last-child {
        border-bottom-right-radius: 20px;

    }
    /*& tbody tr:nth-child(odd) {
        background-color: #f4f4f4;
    }

    & tbody tr:nth-child(even) {
        background-color: #ffffff;
    }*/

    & th, & td {
        vertical-align: middle;
    }

    & td {
        font-size: 12px;
        padding: 10px 6px;
        font-weight: 400;
        border-top: 1px solid var(--fm-grey);
    }

    & th {
        background-color: #ffffff;
        font-size: 12px;
        padding: 12px 6px;
        text-align: left;
    }
}

.dot {
    background-color: var(--fm-black25);
    width: 10px;
    height: 10px;
    margin-left: 10px;
    display: inline-block;
    border-radius: 50%;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

.dot-active {
    background-color: var(--fm-black75) !important;
}


/**MAP**/

.gm-style-mtc-bbw {
    margin: 20px !important;
    border-radius: 20px !important;

    .gm-style-mtc:first-of-type > button {
        border-top-left-radius: 20px !important;
        border-bottom-left-radius: 20px !important;
    }
    .gm-style-mtc:last-of-type > button {
        border-top-right-radius: 20px !important;
        border-bottom-right-radius: 20px !important;
    }

    .gm-style-mtc {
        & ul {
            margin-top: 10px !important;
            border-radius: 20px !important;
            padding: 0 5px 5px 5px !important;
        }
        & li {
            background-color: unset !important;
        }
    }
}
.gm-control-active {
    margin: 20px !important;
    border-radius: 20px !important;
}
.gmnoprint .gm-control-active {
    margin-left: -10px !important;
    margin-top: 10px !important;
}
.gm-svpc {
    margin-top: -10px !important;
    margin-left: -10px !important;
    border-radius: 20px !important;
}
.gm-style-cc {
    display: none !important;
}

.gm-style-iw {
    border-radius: 20px;
    padding: 30px 20px;
    min-width: 200px;

    .gm-style-iw-chr button {
        margin-top: 10px !important;
        margin-bottom: -10px !important;
    }
}

/**MODAL**/

.modal {
    background-color: var(--fm-black25);

    .modal-content {
        border-radius: 20px !important;

        .modal-header {
            padding: 20px 40px 15px 40px;
            border-bottom: 1px solid var(--fm-grey) !important;

            .modal-title {
                font-weight: 600;
                font-size: 19px;
            }
        }

        .modal-body {
            padding: 20px 40px 20px 40px;

            .small-modal-text {
                font-size: 12px;
                line-height: 15px;
            }

        }

        .modal-border-top {
        }
        .modal-footer {
            padding: 20px 40px 25px;
            border-top: 1px solid var(--fm-grey);
        }
    }
}
.modal-md {
    width: 90vw;
    max-width:600px;

    .modal-content {
    min-height: 450px;
        max-height: 600px;
    }
}
@media screen and (max-width: 400px) {
    .modal-md {

        .modal-content {
            max-height: unset;
        }
    }
}


.shutdown-preview {
    & span {
        font-weight: 600;
    }
    font-size: 12px;
    border: 1px solid var(--fm-grey);
    border-radius: 20px;
    padding: 15px;
}

/**LIGHTBOX**/

.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}
.lightbox-img {
    max-width: 90%;
    max-height: 80%;
    border-radius: 10px;
}
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
}
.nav-lightbox {
    position: absolute;
    top: 47%;
    font-size: 2rem;
    background: none;
    color: white;
    border: none;
    cursor: pointer;
    user-select: none;
}
.prev-lightbox {
    left: 30px;
}
.next-lightbox {
    right: 30px;
}
.image-counter {
    position: absolute;
    top: 35px;
    left: 35px;
    color: white;
    font-size: 15px;
    font-weight: bold;
}

/**POPOVER**/

.hover-popover {
    display: block !important;
}

.new-popover {
    min-width: 400px;
    background: var(--fm-white);
    color: var(--fm-black);
    box-shadow: 0 0 15px 0 var(--fm-black25);
    border-radius: 20px;

    .popover-arrow {
        position: absolute;
        top: -11px;
        left: 258px;
        width: 0;
        height: 0;
        border-left: 12px solid transparent;
        border-right: 12px solid transparent;
        border-bottom: 12px solid white;
        z-index: -1;
    }

    .popover-header-new {
        font-size: 18px;
        font-weight: 700;
        border-bottom: 1px solid var(--fm-grey);
        padding: 20px 30px;
    }

    .popover-body-new {
        padding: 20px 30px;
        font-size: 11px;

        & div {
            padding-bottom: 10px;
        }
    }
}

@media screen and (max-width: 990px) {
    .new-popover {
        min-width: 90% !important;

        .popover-arrow {
            display: none;
        }
    }
}

/**BUTTON CIRCLE NEW**/

.span-circle-new {
    font-size: 11px;
    position: relative;
    display: inline-block;
    margin-right: -10px;

    & i {
        background-color: var(--fm-green);
        color: var(--fm-green);
        position: relative;
        border-radius: 50%;
        top: -12px;
        left: -9px;
    }
}

.is-read {
    font-weight: 700;
}


