@font-face {
    font-family: 'Acciona Font';
    src: url('../fonts/acciona-extralight.eot');
    src: url('../fonts/acciona-extralight.eot?#iefix') format('embedded-opentype'), url('../fonts/acciona-extralight.woff2') format('woff2'), url('../fonts/acciona-extralight.woff') format('woff'), url('../fonts/acciona-extralight.ttf') format('truetype'), url('../fonts/acciona-extralight.svg#accionaextralight') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Acciona Font';
    src: url('../fonts/acciona-light.eot');
    src: url('../fonts/acciona-light.eot?#iefix') format('embedded-opentype'), url('../fonts/acciona-light.woff2') format('woff2'), url('../fonts/acciona-light.woff') format('woff'), url('../fonts/acciona-light.ttf') format('truetype'), url('../fonts/acciona-light.svg#accionalight') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'acciona-font';
    src: url('../fonts/acciona-font.eot');
    src: url('../fonts/acciona-font.eot?#iefix') format('embedded-opentype'), url('../fonts/acciona-font.woff2') format('woff2'), url('../fonts/acciona-font.woff') format('woff'), url('../fonts/acciona-font.ttf') format('truetype'), url('../fonts/acciona-font.svg#acciona-fontfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Acciona Font';
    src: url('../fonts/acciona-regular.eot');
    src: url('../fonts/acciona-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/acciona-regular.woff2') format('woff2'), url('../fonts/acciona-regular.woff') format('woff'), url('../fonts/acciona-regular.ttf') format('truetype'), url('../fonts/acciona-regular.svg#accionaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Acciona Font';
    src: url('../fonts/acciona-medium.eot');
    src: url('../fonts/acciona-medium.eot?#iefix') format('embedded-opentype'), url('../fonts/acciona-medium.woff2') format('woff2'), url('../fonts/acciona-medium.woff') format('woff'), url('../fonts/acciona-medium.ttf') format('truetype'), url('../fonts/acciona-medium.svg#accionamedium') format('svg');
    font-weight: 600;
    font-style: normal;
}

* {
    outline: none;
    outline-offset: 0;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    background: none;
    border: none;
    color: #232323;
}

body {
    background-color: #f1f1f1;
    padding: 0px;
    font-family: 'Acciona Font', sans-serif;
    font-weight: normal;
}

a:focus {
    outline: none;
    outline-offset: 0;
}

a:focus,
a:hover {
    color: initial;
    text-decoration: none;
}

a,
a:visited,
a:active {
    color: #232323;
}

.btn,
.btn:active,
.btn:focus,
.btn:visited {
    outline: none;
}

img {
    max-width: 100%;
    height: auto;
}

    img.img-fleetstatus {
        height: 35px;
        width: 35px;
        max-width: initial;
    }

    img.img-fleetstatusajaxload {
        max-width: initial;
    }

button:active > *,
button:focus > * {
    position: relative;
    top: 0;
    left: 0;
}
/**/
a {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

header {
    display: table;
    width: 100%;
    z-index: 500;
    background: white;
    height: 75px;
    border-bottom: 1px solid #f1f1f1;
}

    header > div {
        display: table-cell;
        vertical-align: middle;
    }

    header > :first-child {
        width: 300px;
    }

    header > :nth-child(2) {
        text-align: center;
    }

    header > :last-child {
        width: 300px;
        text-align: right;
    }

    header #logo {
        width: 200px;
        margin: 0px 65px;
    }

    header #logo-guler {
        height: 70px;
        vertical-align: middle;
    }

    header span {
        margin-left: 40px;
        font-size: 18px;
        vertical-align: middle;
    }

    header .right-menu {
        display: inline-block;
        margin-right: 35px;
    }

        header .right-menu a:hover {
            color: #ff0000;
        }

        header .right-menu li {
            display: inline-block;
        }

            header .right-menu li a {
                padding: 0px 5px;
            }

        header .right-menu img {
            float: left;
            margin-left: 20px;
            margin-right: 5px;
            width: 18px;
        }

        header .right-menu > :first-child:not(:last-child) a {
            display: block;
            border: 1px solid #ff0000;
            text-transform: uppercase;
            padding: 5px 10px;
            border-radius: 5px;
        }

            header .right-menu > :first-child:not(:last-child) a:before {
                content: '\f03a';
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                margin-right: 10px;
            }

            header .right-menu > :first-child:not(:last-child) a:hover {
                color: white;
                background-color: red;
            }

                header .right-menu > :first-child:not(:last-child) a:hover:before {
                    color: white;
                }


    header .profile-menu {
        background-color: white;
        position: absolute;
        z-index: 10001;
        right: 10px;
        border: 1px solid #f1f1f1;
    }

        header .profile-menu ul li a {
            display: block;
            padding: 10px 20px;
            text-align: left;
        }

            header .profile-menu ul li a:hover,
            header .profile-menu ul li a:hover .icon {
                color: #ff0000;
            }

        header .profile-menu ul li .icon {
            padding-right: 10px;
        }

@media (max-width: 991px) {
    #logo-guler {
        display: none;
    }

    header > :first-child {
        width: 30%;
    }

    header > :nth-child(2) {
        text-align: center;
    }

    header > :last-child {
        width: 30%;
        text-align: right;
    }

    header .right-menu > :first-child:not(:last-child) a {
        font-size: 0px;
    }

        header .right-menu > :first-child:not(:last-child) a:before {
            font-size: 15px;
            margin-right: 0px;
        }
}

@media (max-width: 770px) {
    header > :nth-child(2) {
        display: none;
    }
}

@media (max-width: 550px) {
    header #logo {
        width: 120px;
        margin: 0px 30px;
    }

    header .profile-btn {
        font-size: 0px;
    }

    header .right-menu {
        margin-right: 15px;
    }
}

.breadcrumbs {
    background-color: #232323;
    height: 50px;
    text-align: left;
    vertical-align: middle;
}

    .breadcrumbs .open-btn {
        height: 50px;
        padding: 17px 25px;
        float: left;
        text-align: center;
        background-color: #ff0000;
        color: white;
        cursor: pointer;
        position: absolute;
    }

    .breadcrumbs ul.breadcrumb-options {
        margin-left: 85px;
        transition: all 0.3s ease-in-out;
    }

        .breadcrumbs ul.breadcrumb-options.menu-open {
            padding-left: 185px;
        }

    .breadcrumbs ul {
        display: inline;
    }

        .breadcrumbs ul li {
            display: inline-block;
            font-size: 16px;
            position: relative;
            top: 14px;
        }

ul.modules {
    float: right;
}

    ul.modules a.modal-filters {
        padding: 7px 15px;
        border: 1px solid red;
        border-radius: 5px;
        margin-right: 15px;
        font-size: 15px;
    }

        ul.modules a.modal-filters:hover {
            background: #FF0000;
            color: white;
        }

.breadcrumbs ul li a {
    color: white;
    text-transform: uppercase;
}

.breadcrumbs ul li:after {
    content: ">";
    display: inline-block;
    position: relative;
    right: 0;
    color: white;
    padding: 0px 5px;
}

.breadcrumbs ul.modules li:after {
    content: "-";
}

.breadcrumbs ul > :last-child:after {
    display: none;
}

.breadcrumbs ul.separator li {
    margin: 0px 25px;
    color: #f00;
}

.menu-li-modules {
    display: none;
}

.menu-li-filters {
    display: none;
}

@media (max-width: 1024px) {
    #menu-info-title {
        display: none !important;
    }

    .menu-li-modules {
        display: list-item;
    }

    .breadcrumbs ul li a {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .breadcrumbs .separator {
        display: none !important;
    }

    .breadcrumbs ul > :not(:nth-last-child(2)) {
        display: none;
    }

    .breadcrumbs ul > :nth-last-child(2):after {
        content: '\f053';
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        margin-right: 10px;
        float: left;
    }
}

.menu-wrapper {
    position: absolute;
    top: 75px;
    height: calc(100vh - 75px);
    overflow-y: auto;
    z-index: 1000;
    background: white;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    padding-top: 30px;
    transition: all 0.3s ease-in-out;
}

    .menu-wrapper.closed {
        transform: translateX(-270px);
    }

    .menu-wrapper .close-btn {
        position: absolute;
        right: 0;
        top: 0;
        padding: 15px;
        color: #666666;
        cursor: pointer;
    }

        .menu-wrapper .close-btn.close-btn-right {
            left: 0;
        }

    .menu-wrapper .menu li {
        transition: width .4s;
        position: relative;
        background-color: white;
        text-transform: uppercase;
    }

        .menu-wrapper .menu li a:not(.jstree-anchor), .menu-wrapper .menu li div {
            display: block;
        }

        .menu-wrapper .menu li a:hover {
            color: #ff0000;
            border-left: 4px solid red;
        }

    .menu-wrapper .menu.side li {
        width: 250px;
    }

        .menu-wrapper .menu.side li a {
            padding: 15px 10px;
        }

            .menu-wrapper .menu.side li a.more:after {
                content: '\f105';
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                float: right;
            }

li.menu-li-filters.nochild a.more:after {
    content: none !important;
}

.menu-wrapper .menu.side li ul {
    position: absolute;
    display: none;
    top: 0;
    right: -250px;
}

.menu-wrapper .menu.side li:hover > ul {
    display: block;
}

.menu-wrapper .menu.side li .icon {
    margin-right: 0px;
}

.menu-wrapper .menu.side > li {
    width: 45px;
}

    .menu-wrapper .menu.side > li > a {
        font-size: 0px;
        line-height: 0px;
    }

.menu-wrapper .menu.accordion li {
    width: 250px;
}

    .menu-wrapper .menu.accordion li a:not(.jstree-anchor) {
        padding: 25px 20px;
    }

    .menu-wrapper .menu.accordion li a:hover:not(.jstree-anchor) {
        padding-left: 16px;
    }

    .menu-wrapper .menu.accordion li a.more:after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: right;
    }

    .menu-wrapper .menu.accordion li.active > a {
        color: #ff0000;
    }

        .menu-wrapper .menu.accordion li.active > a i {
            color: #ff0000;
        }

        .menu-wrapper .menu.accordion li.active > a.more:after {
            content: '\f106';
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            float: right;
        }

    .menu-wrapper .menu.accordion li ul:not(.jstree-children):not(.jstree-node) {
        display: none;
    }

        .menu-wrapper .menu.accordion li ul:not(.jstree-children):not(.jstree-node) li {
            background-color: #f2f2f2;
        }

            .menu-wrapper .menu.accordion li ul:not(.jstree-children):not(.jstree-node) li ul li {
                background-color: #e6e6e6;
            }

                .menu-wrapper .menu.accordion li ul:not(.jstree-children):not(.jstree-node) li ul li ul li {
                    background-color: #d9d9d9;
                }

    .menu-wrapper .menu.accordion li .icon {
        margin-top: -8px;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        display: inline-block;
        vertical-align: middle;
        background-position: center;
        background-size: cover;
    }

.icon.home {
    background-image: url('../img/menu_home.png');
}

.icon.export {
    background-image: url('../img/menu_export.png');
}

.icon.config {
    background-image: url('../img/menu_config.png');
}

.icon.tbm {
    background-image: url('../img/menu_tbm.png');
}

.icon.map {
    background-image: url('../img/menu_maps.png');
}

.icon.navigation {
    background-image: url('../img/menu_navigation.png');
}

.icon.fleet {
    background-image: url('../img/menu_fleet.svg');
}

.icon.reporting {
    background-image: url('../img/menu_reporting.png');
}

.icon.reportingdockets {
    background-image: url('../img/menu_reportingdockets.png');
}

.icon.docs {
    background-image: url('../img/menu_docs.png');
}

.icon.info {
    background-image: url('../img/menu_info.png');
}

.icon.module {
    background-image: url('../img/menu_module.png');
}

.icon.filter {
    background-image: url('../img/menu_filter.png');
}

.icon.masshaul {
    background-image: url('../img/menu_masshaul.svg');
}

a .icon.icon-big.masshaul {
    background-image: url('../img/mh_icon.svg');
}

a:hover .icon.icon-big.masshaul {
    background-image: url('../img/mh_icon_white.svg');
}

.icon.dashboard {
    background-image: url('../img/menu_dashboard.svg');
}

.icon.alerts {
    background-image: url('../img/menu_alert.svg');
}

.icon.data-consulting {
    background-image: url('../img/menu_data.svg');
}

.icon.admin {
    background-image: url('../img/admin_icon.svg');
}

@media (max-width: 770px) {
    .menu-wrapper-left {
        height: 0px;
        left: 0;
        top: 0;
        position: relative;
        padding-top: 0px;
        transition: max-height 0.3s ease-in;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    }

    .menu-wrapper-left {
        transform: none;
        height: auto;
    }

        .menu-wrapper-left.closed {
            transform: translateX(0);
            height: 0px;
        }

        .menu-wrapper-left .menu {
            margin: 0px;
        }

            .menu-wrapper-left .menu li {
                background-color: #ff0000;
            }

                .menu-wrapper-left .menu li a:hover {
                    border-left: none;
                }

            .menu-wrapper-left .menu.accordion li {
                width: 100%;
                text-align: center;
            }

                .menu-wrapper-left .menu.accordion li .icon {
                    display: none;
                }

                .menu-wrapper-left .menu.accordion li.active > a {
                    color: white;
                    font-weight: 600;
                    font-size: 16px;
                }

                .menu-wrapper-left .menu.accordion li a {
                    color: #f1f1f1;
                    padding: 15px 20px !important;
                    border-bottom: 1px solid #e60000;
                }

                    .menu-wrapper-left .menu.accordion li a:hover {
                        padding-left: 20px;
                        color: #232323;
                    }

                .menu-wrapper-left .menu.accordion li ul li {
                    background-color: #e60000 !important;
                }

                    .menu-wrapper-left .menu.accordion li ul li a {
                        border-bottom: 1px solid #cc0000;
                    }

                    .menu-wrapper-left .menu.accordion li ul li ul li {
                        background-color: #cc0000;
                    }

                        .menu-wrapper-left .menu.accordion li ul li ul li a {
                            border-bottom: 1px solid #b30000;
                        }

                        .menu-wrapper-left .menu.accordion li ul li ul li ul li {
                            background-color: #b30000;
                        }

                            .menu-wrapper-left .menu.accordion li ul li ul li ul li a {
                                border-bottom: 1px solid #990000;
                            }

    .breadcrumbs > ul.menu-open {
        transform: translateX(0px);
    }

    .breadcrumbs ul.breadcrumb-options.menu-open {
        padding-left: 0px;
    }
}

.content {
    overflow-y: auto;
    width: 100%;
    height: calc(100vh - 125px);
    transition: all .3s ease-in-out;
    float: right;
    background-color: #f1f1f1;
}

    .content.content-rawtable {
        overflow-y: auto;
        width: 100%;
        height: calc(100vh - 170px);
        transition: all .3s ease-in-out;
        float: right;
    }

@media (max-width: 770px) {
    .content {
        overflow: inherit;
    }

    .lineupPage {
        overflow-y: auto !important;
    }
}

@media (min-width: 1000px) {
    .content.menu-open {
        width: calc(100% - 250px);
    }
}

.content > .wrapper {
    min-height: calc(100vh - 170px);
}

    .content > .wrapper.dashboard {
        min-height: calc(100vh - 600px);
    }

.wrapper {
    display: block;
    position: relative;
    width: 100%;
    max-width: 1024px;
    padding: 20px 32px;
    margin: auto;
}

    .wrapper.fullscreen {
        max-width: 3000px;
    }

    .wrapper.dashboard {
        max-width: 1366px;
    }

.footer {
    display: table;
    width: 100%;
    background-color: #232323;
    height: 45px;
    text-align: right;
}

    .footer .wrapper {
        height: 100%;
        display: inline-block;
        padding: 10px;
    }

        .footer .wrapper span {
            display: inline-block;
            text-align: right;
            vertical-align: middle;
            color: white;
        }


.home-button {
    padding: 20px 0px 5px;
    display: table;
    width: 100%;
}

    .home-button a {
        display: table-cell;
        padding: 25px;
        border-radius: 10px;
        background-color: white;
        text-align: center;
        vertical-align: middle;
        box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
        height: 190px;
    }

        .home-button a span {
            font-size: 20px;
        }

        .home-button a .image-btn {
            margin: auto;
            width: 80px;
            height: 80px;
            background-image: url('../img/menu_maps.svg');
            background-size: 80px 80px;
            background-repeat: no-repeat;
        }

        .home-button a:hover {
            background-color: #ff0000;
        }

            .home-button a:hover span {
                color: white;
            }

    .home-button.red a {
        background-color: #ff0000;
    }

        .home-button.red a:hover {
            background-color: #232323;
        }

    .home-button.tbm a .image-btn {
        background-image: url('../img/menu_tbm.svg');
    }

    .home-button.tbm a:hover .image-btn {
        background-image: url('../img/menu_tbm_white.svg');
    }

    .home-button.workshift a .image-btn {
        background-image: url('../img/menu_workshift.svg');
    }

    .home-button.workshift a:hover .image-btn {
        background-image: url('../img/menu_workshift_white.svg');
    }

    .home-button.chart-builder a .image-btn {
        background-image: url('../img/menu_data.svg');
    }

    .home-button.chart-builder a:hover .image-btn {
        background-image: url('../img/menu_data_white.svg');
    }

    .home-button.mapping a .image-btn {
        background-image: url('../img/menu_maps.svg');
    }

    .home-button.mapping a:hover .image-btn {
        background-image: url('../img/menu_maps_white.svg');
    }

    .home-button.navigation a .image-btn {
        background-image: url('../img/menu_navigation.svg');
    }

    .home-button.planning a .image-btn, .icon.planning {
        background-image: url('../img/menu_planning.svg');
    }

    .home-button.planning a:hover .image-btn {
        background-image: url('../img/menu_planning_white.svg');
    }

    .home-button.fleet a .image-btn {
        background-image: url('../img/menu_fleet.svg');
    }

    .home-button.fleet a:hover .image-btn {
        background-image: url('../img/menu_fleet_white.svg');
    }

    .home-button.navigation a:hover .image-btn {
        background-image: url('../img/menu_navigation_white.svg');
    }

    .home-button.reporting a .image-btn {
        background-image: url('../img/menu_reporting.svg');
    }

    .home-button.reporting a:hover .image-btn {
        background-image: url('../img/menu_reporting_white.svg');
    }

    .home-button.report_equipment a .image-btn {
        background-image: url('../img/menu_report_equipment.svg');
    }

    .home-button.report_equipment a:hover .image-btn {
        background-image: url('../img/menu_report_equipment_white.svg');
    }

    .home-button.report_operation a .image-btn {
        background-image: url('../img/menu_report_operation.svg');
    }

    .home-button.report_operation a:hover .image-btn {
        background-image: url('../img/menu_report_operation_white.svg');
    }

    .home-button.reportingdockets a .image-btn {
        background-image: url('../img/menu_reporting.svg');
    }

    .home-button.reportingdockets a:hover .image-btn {
        background-image: url('../img/menu_reporting_white.svg');
    }

    .home-button.docs a .image-btn {
        background-image: url('../img/menu_docs.svg');
    }

    .home-button.docs a:hover .image-btn {
        background-image: url('../img/menu_docs_white.svg');
    }



    .home-button.forbidden a .image-btn {
        background-image: url('../img/forbidden_offlimits.svg');
    }

    .home-button.forbidden a:hover .image-btn {
        background-image: url('../img/forbidden_offlimits_white.svg');
    }

    .home-button.pretask a .image-btn, .icon.pretask {
        background-image: url('../img/menu_pretask.svg');
    }

    .home-button.pretask a:hover .image-btn {
        background-image: url('../img/menu_pretask_white.svg');
    }

    .home-button.telemetry a .image-btn, .icon.telemetry {
        background-image: url('../img/menu_telemetry.svg');
    }

    .home-button.telemetry a:hover .image-btn {
        background-image: url('../img/menu_telemetry_white.svg');
    }

    .home-button.telemetry-rt a .image-btn, .icon.telemetry-rt {
        background-image: url('../img/menu_telemetry_rt.svg');
    }

    .home-button.telemetry-rt a:hover .image-btn {
        background-image: url('../img/menu_telemetry_rt_white.svg');
    }

    .home-button.telemetry-history-lv a .image-btn, .icon.telemetry-history-lv {
        background-image: url('../img/menu_telemetry_history_lv.svg');
    }

    .home-button.telemetry-history-lv a:hover .image-btn {
        background-image: url('../img/menu_telemetry_history_lv_white.svg');
    }

    .home-button.telemetry-history a .image-btn, .icon.telemetry-history {
        background-image: url('../img/menu_telemetry_history.svg');
    }

    .home-button.telemetry-history a:hover .image-btn {
        background-image: url('../img/menu_telemetry_history_white.svg');
    }


    .home-button.fandl a .image-btn, .icon.fandl {
        background-image: url('../img/menu_fuelandlube.svg');
    }

    .home-button.fandl a:hover .image-btn {
        background-image: url('../img/menu_fuelandlube_white.svg');
    }

    .home-button.generalinfo a .image-btn, .icon.generalinfo {
        background-image: url('../img/menu_generalinfo.svg');
    }

    .home-button.generalinfo a:hover .image-btn {
        background-image: url('../img/menu_generalinfo_white.svg');
    }

    .home-button.checklists a .image-btn, .icon.checklists {
        background-image: url('../img/menu_checklists.svg');
    }

    .home-button.checklists a:hover .image-btn {
        background-image: url('../img/menu_checklists_white.svg');
    }

    .home-button.forecast a .image-btn, .icon.forecast {
        background-image: url('../img/menu_forecast.svg');
    }

    .home-button.forecast a:hover .image-btn {
        background-image: url('../img/menu_forecast_white.svg');
    }

    .home-button.gps a .image-btn, .icon.gps {
        background-image: url('../img/menu_gps.svg');
    }

    .home-button.gps a:hover .image-btn {
        background-image: url('../img/menu_gps_white.svg');
    }

    .home-button.newlineuphome a .image-btn, .icon.newlineuphome {
        background-image: url('../img/menu_lineup_home.svg');
    }

    .home-button.newlineuphome a:hover .image-btn {
        background-image: url('../img/menu_lineup_home_white.svg');
    }

    .home-button.newlineup a .image-btn, .icon.newlineup {
        background-image: url('../img/menu_lineup.svg');
    }

    .home-button.newlineup a:hover .image-btn {
        background-image: url('../img/menu_lineup_white.svg');
    }

    .home-button.lineupinfo a .image-btn, .icon.lineupinfo {
        background-image: url('../img/menu_lineupinfo.svg');
    }

    .home-button.lineupinfo a:hover .image-btn {
        background-image: url('../img/menu_lineupinfo_white.svg');
    }

    .home-button.maintenance a .image-btn, .icon.maintenance {
        background-image: url('../img/menu_maintenance.svg');
    }

    .home-button.maintenance a:hover .image-btn {
        background-image: url('../img/menu_maintenance_white.svg');
    }

    .home-button.decarbonization a .image-btn, .icon.decarbonization {
        background-image: url('../img/menu_decarbonization.svg');
    }

    .home-button.decarbonization a:hover .image-btn {
        background-image: url('../img/menu_decarbonization_white.svg');
    }





    .home-button.config a .image-btn {
        background-image: url('../img/menu_config_white.svg');
    }

    .home-button.config a:hover .image-btn {
        background-image: url('../img/menu_config.svg');
    }

    .home-button.charts a .image-btn {
        background-image: url('../img/menu_graph.svg');
    }

    .home-button.charts a:hover .image-btn {
        background-image: url('../img/menu_graph_white.svg');
    }

    .home-button.sensor a .image-btn {
        background-image: url('../img/menu_sensor.svg');
    }

    .home-button.sensor a:hover .image-btn {
        background-image: url('../img/menu_sensor_white.svg');
    }

    .home-button.tracking a .image-btn {
        background-image: url('../img/menu_tracking.svg');
    }

    .home-button.tracking a:hover .image-btn {
        background-image: url('../img/menu_tracking_white.svg');
    }

    .home-button.production a .image-btn {
        background-image: url('../img/menu_production.svg');
    }

    .home-button.production a:hover .image-btn {
        background-image: url('../img/menu_production_white.svg');
    }

    .home-button.security a .image-btn {
        background-image: url('../img/menu_security.svg');
    }

    .home-button.security a:hover .image-btn {
        background-image: url('../img/menu_security_white.svg');
    }

    .home-button.operator_availability a .image-btn {
        background-image: url('../img/menu_operator_availability.svg');
    }

    .home-button.operator_availability a:hover .image-btn {
        background-image: url('../img/menu_operator_availability_white.svg');
    }

    .home-button.post-processing a .image-btn {
        background-image: url('../img/menu_config.svg');
    }

    .home-button.post-processing a:hover .image-btn {
        background-image: url('../img/menu_config_white.svg');
    }

    .home-button.company a .image-btn {
        background-image: url('../img/menu_company.svg');
    }

    .home-button.company a:hover .image-btn {
        background-image: url('../img/menu_company_white.svg');
    }

    .home-button.language a .image-btn {
        background-image: url('../img/menu_language.svg');
    }

    .home-button.language a:hover .image-btn {
        background-image: url('../img/menu_language_white.svg');
    }

    .home-button.equipment a .image-btn {
        background-image: url('../img/equipment_icon.svg');
    }

    .home-button.equipment a:hover .image-btn {
        background-image: url('../img/equipment_icon_white.svg');
    }

    .home-button.user a .image-btn {
        background-image: url('../img/menu_user.svg');
    }

    .home-button.user a:hover .image-btn {
        background-image: url('../img/menu_user_white.svg');
    }

    .home-button.layer a .image-btn {
        background-image: url('../img/menu_layer.svg');
    }

    .home-button.layer a:hover .image-btn {
        background-image: url('../img/menu_layer_white.svg');
    }

    .home-button.web a .image-btn {
        background-image: url('../img/menu_web.svg');
    }

    .home-button.web a:hover .image-btn {
        background-image: url('../img/menu_web_white.svg');
    }

    .home-button.texts a .image-btn {
        background-image: url('../img/menu_text.svg');
    }

    .home-button.texts a:hover .image-btn {
        background-image: url('../img/menu_text_white.svg');
    }

    .home-button.stops a .image-btn {
        background-image: url('../img/menu_stops.svg');
    }

    .home-button.stops a:hover .image-btn {
        background-image: url('../img/menu_stops_white.svg');
    }

    .home-button.folder a .image-btn {
        background-image: url('../img/menu_folder.svg');
    }

    .home-button.folder a:hover .image-btn {
        background-image: url('../img/menu_folder_white.svg');
    }

    .home-button.dashboard a .image-btn {
        background-image: url('../img/menu_dashboard.svg');
    }

    .home-button.dashboard a:hover .image-btn {
        background-image: url('../img/menu_dashboard_white.svg');
    }

    .home-button.masshaul a .image-btn {
        background-image: url('../img/menu_masshaul.svg');
    }

    .home-button.masshaul a:hover .image-btn {
        background-image: url('../img/menu_masshaul_white.svg');
    }

    .home-button.alerts a .image-btn {
        background-image: url('../img/menu_alert.svg');
    }

    .home-button.alerts a:hover .image-btn {
        background-image: url('../img/menu_alert_white.svg');
    }

    .home-button.data a .image-btn {
        background-image: url('../img/menu_data.svg');
    }

    .home-button.data a:hover .image-btn {
        background-image: url('../img/menu_data_white.svg');
    }

    .home-button.crew a .image-btn {
        background-image: url('../img/crews_icon.svg');
    }

    .home-button.crew a:hover .image-btn {
        background-image: url('../img/crews_icon_white.svg');
    }

    .home-button.section a .image-btn {
        background-image: url('../img/sections_icon.svg');
    }

    .home-button.section a:hover .image-btn {
        background-image: url('../img/sections_icon_white.svg');
    }

    .home-button.alert_log a .image-btn {
        background-image: url('../img/menu_alert_log.svg');
    }

    .home-button.alert_log a:hover .image-btn {
        background-image: url('../img/menu_alert_log_white.svg');
    }

    .home-button.assignment a .image-btn {
        background-image: url('../img/eqmodels_icon.svg');
    }

    .home-button.assignment a:hover .image-btn {
        background-image: url('../img/eqmodels_icon_white.svg');
    }

    .home-button.alert_config a .image-btn {
        background-image: url('../img/menu_alert_config.svg');
    }

    .home-button.alert_config a:hover .image-btn {
        background-image: url('../img/menu_alert_config_white.svg');
    }

    .home-button.km a .image-btn {
        background-image: url('../img/menu_km.svg');
    }

    .home-button.km a:hover .image-btn {
        background-image: url('../img/menu_km_white.svg');
    }

    .home-button.performance a .image-btn {
        background-image: url('../img/menu_performance.svg');
    }

    .home-button.performance a:hover .image-btn {
        background-image: url('../img/menu_performance_white.svg');
    }

    .home-button.volume a .image-btn {
        background-image: url('../img/menu_volume.svg');
    }

    .home-button.volume a:hover .image-btn {
        background-image: url('../img/menu_volume_white.svg');
    }

    .home-button.materialassignment a .image-btn {
        background-image: url('../img/polygon_materials_icon.svg');
    }

    .home-button.materialassignment a:hover .image-btn {
        background-image: url('../img/polygon_materials_icon_white.svg');
    }

    .home-button.materialplanning a .image-btn, .icon.materialplanning {
        background-image: url('../img/material_planning_icon.svg');
    }

    .home-button.materialplanning a:hover .image-btn, a:hover .icon.materialplanning {
        background-image: url('../img/material_planning_icon_white.svg');
    }

    .home-button.table a .image-btn {
        background-image: url('../img/menu_table.svg');
    }

    .home-button.table a:hover .image-btn {
        background-image: url('../img/menu_table_white.svg');
    }

    .home-button.red a {
        background-color: #ff0000;
    }

        .home-button.red a span {
            color: white;
        }

.home-welcome {
    margin-top: 20px;
}

    .home-welcome > :first-child {
        font-size: 30px;
    }

    .home-welcome > :last-child {
        font-size: 18px;
        color: #666666;
    }

hr {
    margin: 10px 0px 5px;
    height: 1px;
    color: #ff0000;
    background-color: #666666;
    border: 0px;
}

.card {
    background-color: white;
    min-height: 100px;
    border-radius: 2px;
    margin: 10px 0px;
}

.card2 {
    background-color: white;
    border: 5px solid black;
    border-top: 0px;
    margin-left: -15px;
    margin-right: -15px;
}

    .card2 .card2-header {
        padding: 20px;
        border-bottom: 5px solid black;
    }

.card .card-header, .title-section-header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding: 6px 22px;
    background-color: #e6e6e6;
    height: 30px;
}


    .card .card-header select {
        text-transform: uppercase;
    }

        .card .card-header select option:checked {
            box-shadow: 0 0 10px 100px #FF0000 inset;
        }


.title-section-header {
    display: block;
    width: 100%;
}

.card.tab-card .card-header {
    padding: 0px !important;
}

    .card.tab-card .card-header ul {
        margin: 0px;
    }

        .card.tab-card .card-header ul li {
            cursor: pointer;
            position: relative;
            display: inline-block;
            padding: 7px 25px;
        }

            .card.tab-card .card-header ul li.selected {
                color: #ff0000;
            }

                .card.tab-card .card-header ul li.selected:before {
                    content: '';
                    display: block;
                    position: absolute;
                    width: 12px;
                    height: 12px;
                    border: 8px solid transparent;
                    border-bottom: 8px solid white;
                    bottom: 0;
                    left: 50%;
                    transform: translateX(-50%);
                }

.card .card-body {
    position: relative;
    padding: 25px 20px;
}

.ppal-launcher {
    margin-top: 30px;
}

    .ppal-launcher > div {
        text-align: center;
        padding: 20px;
    }

        .ppal-launcher > div > div {
            border-right: 1px solid #f1f1f1;
        }

        .ppal-launcher > div > :last-child {
            border: none;
        }

        .ppal-launcher > div img {
            width: 40px;
        }

        .ppal-launcher > div .measure-title {
            display: block;
            color: #666666;
            font-size: 12px;
            text-transform: uppercase;
            margin-top: 20px;
        }

        .ppal-launcher > div .measure {
            display: block;
            font-size: 36px;
            font-weight: 600;
            color: #232323;
            margin-top: -15px;
        }

.map {
    padding: 2px;
}

@media (max-width: 550px) {
    .wrapper {
        width: 100%;
        max-width: 1024px;
        padding: 10px 10px;
        margin: auto;
    }

    .ppal-launcher {
        margin-top: 15px;
    }

    .card.tab-card .card-header ul li {
        padding: 7px 15px;
        white-space: nowrap;
        overflow: hidden !important;
        text-overflow: ellipsis;
        width: 49%;
        text-align: center;
    }
}

table {
    width: 100%;
    margin-bottom: 20px;
}

    table thead {
        font-weight: 600;
        text-transform: uppercase;
    }

        table thead th {
            padding: 15px 20px;
            font-size: 14px;
            border-bottom: 2px solid #f1f1f1;
            border-right: 2px solid #f1f1f1;
        }

    table.large-table thead th, table.large-table tbody td {
        padding: 10px 10px;
        text-align: center;
    }

    table thead th :last-child {
        border-right: none;
    }

    table thead th {
        text-align: center;
    }

    table thead th, table tbody td {
        padding: 10px 20px;
        border-bottom: 2px solid #f1f1f1;
        border-right: 2px solid #f1f1f1;
        color: #666666;
    }

        table tbody td span,
        table tbody td a,
        table thead th span,
        table thead th a {
            color: #666666;
            font-size: 14px;
        }

    table tbody tr :last-child, table thead tr :last-child {
        border-right: none;
    }

    table tbody .failure {
        background-color: #ff0000;
        color: white;
        padding: 2px 5px;
        text-transform: uppercase;
    }

    table tbody .maintenance {
        background-color: #f7931e;
        color: white;
        padding: 2px 5px;
        text-transform: uppercase;
    }

    table.table-white th {
        background-color: #e6e6e6;
    }

    table.table-white td {
        background-color: white;
        position: relative;
    }

        table.table-white td a {
            display: table-cell;
            width: 100%;
            height: 100%;
        }

        table.table-white td img {
            width: 20px;
            position: absolute;
            top: 10px;
            left: 10px;
        }

.chart-wrapper {
    position: relative;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
}

    .chart-wrapper span#percent-center {
        position: absolute;
        top: 50%;
        left: 50%;
        display: inline-block;
        font-size: 28px;
        font-family: 'Acciona Font';
        font-weight: 600;
        color: #232323;
        transform: translateX(-50%) translateY(-50%);
    }

span#file-data {
    display: block;
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
    padding: 10px;
    width: 100%;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}

.side-menu li a {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    padding: 25px 10px;
    border-bottom: 1px solid #666666;
}

    .side-menu li a:hover {
        color: #ff0000;
    }

.side-menu :last-child a {
    border: none;
}

@media (max-width: 550px) {
    .chart-wrapper {
        max-width: 250px;
    }
}

.title-page {
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 20px;
    font-size: 28px;
}

.form-row, .form-rowWithImage {
    display: table;
    position: relative;
    width: 100%;
    padding: 0px;
    vertical-align: middle;
    margin-bottom: 20px;
}

    .form-row.row-bottom {
        margin-bottom: 0px;
    }

    .form-row.input-user:after {
        background: #666666 url(../img/icon_user.png);
    }

    .form-row.input-calendar:after {
        background: #666666 url(../img/icon_calendar.png);
    }

    .form-row.inp
    .form-row.input-user:after {
        background: #666666 url(../img/icon_user.png);
    }

ut-pass:after {
    background: #666666 url(../img/icon_pass_white.png);
}

.form-row.input-mail:after {
    background: #666666 url(../img/icon_mail.png);
}

.form-row.input-phone:after {
    background: #666666 url(../img/icon_phone.png);
}

.form-row.input-user:after,
.form-row.input-calendar:after,
.form-row.input-pass:after,
.form-row.input-mail:after,
.form-row.input-phone:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 45px;
    background-position: center;
    background-size: 45px;
}

.form-row input[type="text"],
.form-row input[type="password"],
.form-row input[type="number"] {
    display: table-cell;
    position: relative;
    background: white;
    padding: 11.5px 20px;
    vertical-align: middle;
    width: 100%;
    font-size: 16px;
    color: #666666;
}

.form-row2 {
    display: table;
    position: relative;
    width: 100%;
}

    .form-row2 input[type="text"],
    .form-row2 input[type="password"],
    .form-row2 input[type="number"] {
        display: table-cell;
        position: relative;
        background: white;
        vertical-align: middle;
        font-size: 16px;
        color: #666666;
    }

.form-row3 {
    height: 130px;
}

.form-row input.error {
    outline: 1px solid #FF0000;
}

.form-row input[type="chexbox"] {
    text-align: left;
}

.form-row > span {
    font-size: 12px;
    color: black;
}

.form-row .cb-container {
    display: block;
    position: relative;
    cursor: pointer;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Style the checkmark/indicator */
}

    .form-row .cb-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }

    .form-row .cb-container:nth-child(1) {
        padding-left: 25px;
    }

    .form-row .cb-container .checkmark {
        position: absolute;
        top: 3px;
        left: 0;
        height: 15px;
        width: 15px;
        background-color: white;
        border: 1px solid black;
    }

    .form-row .cb-container:hover input ~ .checkmark {
        background-color: #ccc;
    }

    .form-row .cb-container input:checked ~ .checkmark {
        background-color: black;
    }

    .form-row .cb-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    .form-row .cb-container input:checked ~ .checkmark:after {
        display: block;
    }

    .form-row .cb-container .checkmark:after {
        left: 4px;
        top: 1px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

.form-row .form-img {
    display: table-cell;
    background-color: #666666;
    width: 45px;
    height: 45px;
}

    .form-row .form-img .img {
        margin: auto;
    }

.form-row .forgot {
    font-size: 16px;
    color: white;
    margin-top: 18px;
    display: block;
}

    .form-row .forgot:hover {
        color: #f1f1f1;
    }

.form-row .select-hidden, .form-rowWithImage .select-hidden {
    display: none;
    visibility: hidden;
    padding-right: 10px;
}

.form-row .select, .form-rowWithImage .select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 16px;
    color: #232323;
    width: 100%;
    height: 45px;
}


.form-row .select-styled, .form-rowWithImage .select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: white;
    padding: 11px 15px;
    transform: transition(all 0.2s ease-in);
}

    .form-row .select-styled:after, .form-rowWithImage .select-styled:after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding: 4.5px 8px;
        min-width: 40px;
        color: white;
        border: 7px solid transparent;
        position: absolute;
        display: block;
        top: 0;
        right: 0;
        background-color: #666666;
    }

    .form-row .select-styled:hover, .form-rowWithImage .select-styled:hover {
        background-color: #fafafa;
    }

        .form-row .select-styled:hover:after, .form-rowWithImage .select-styled:hover:after {
            background-color: #ff0000;
        }

    .form-row .select-styled:active,
    .form-row .select-styled.active {
        background-color: white;
    }

        .form-row .select-styled:active:after,
        .form-row .select-styled.active:after {
            content: '\f106';
        }

.form-row-weekly .select-styled {
    background-color: #efefef;
}


.form-row .select-options,
.form-rowWithImage .select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: white;
    border-top: 1px solid rgb(173, 173, 173);
}

    .form-row .select-options li, .form-rowWithImage .select-options li {
        margin: 0;
        padding: 12px 12px;
        text-indent: 0px;
        transform: transition(all 0.15s ease-in);
    }

        .form-row .select-options li:hover, .form-rowWithImage .select-options li:hover {
            color: white;
            background: #ff0000;
        }

        .form-row .select-options li[rel="hide"], .form-rowWithImage .select-options li[rel="hide"] {
            display: none;
        }

.form-row-weekly .select-options {
    background-color: #efefef;
}

.form-row.input-gray input,
.form-row.input-gray .select-styled {
    background: #f1f1f1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-row .btn {
    padding: 15px 30px;
    background-color: white;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0px 5px;
    border-radius: 0px;
}

    .form-row .btn.btn-indicator:after {
        content: '\f105';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: right;
        color: #ff0000;
        margin-left: 10px;
    }

    .form-row .btn .icon {
        color: #ff0000;
        margin-right: 20px;
    }

    .form-row .btn.btn-gray {
        background-color: #f1f1f1;
    }

    .form-row .btn.btn-darkgray {
        background-color: #666666;
        color: white;
    }



.ui-button {
    padding: 10px 20px;
    margin-right: 5px;
}

.ui-checkboxradio-radio-label .ui-icon, .ui-checkboxradio-radio-label:hover .ui-icon {
    display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid white;
    background: white;
    font-weight: normal;
    color: #666;
    text-align: center;
}

    .ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
        border: 1px solid #666;
        background: #666;
        font-weight: normal;
        color: white;
    }

    .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
        border: 1px solid #ff0000;
        background: #ff0000;
        font-weight: normal;
        color: #ffffff;
        box-shadow: none;
    }

.ui-widget-header {
    border: 0px;
    background-color: white;
}

.top-25 {
    margin-top: 25px;
}

.btn.btn-red {
    background-color: #ff0000;
    color: white;
}

.btn.btn-darkgray {
    background-color: #666666;
    color: white;
}

    .btn.btn-red::after, .btn.btn-darkgray::after {
        color: white;
    }

    .btn.btn-red .icon, .btn.btn-darkgray i {
        color: white;
    }

.btn:hover,
.btn:hover.btn-gray,
.btn:hover.btn-darkgray {
    background-color: #ff0000;
}

    .btn:hover.btn-indicator:after,
    .btn:hover.btn-gray.btn-indicator:after,
    .btn:hover i,
    .btn:hover.btn-gray i,
    .btn:hover,
    .btn:hover.btn-gray {
        color: white !important;
    }

        .btn:hover.btn-red {
            background-color: #666666;
        }

.form-row .btn.btn-small-edit,
.form-row .btn.btn-small-delete,
.form-row .btn.btn-small-save,
.form-row .btn.btn-small-undo {
    padding: 0px;
}

    .form-row .btn.btn-small-edit:after,
    .form-row .btn.btn-small-delete:after,
    .form-row .btn.btn-small-save:after,
    .form-row .btn.btn-small-undo:after {
        content: "";
        font-family: "Font Awesome 5 Free";
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        right: 0;
    }

    .form-row .btn.btn-small-edit:after {
        content: "\f044";
    }

    .form-row .btn.btn-small-delete:after {
        content: "\f2ed";
    }

    .form-row .btn.btn-small-save:after {
        content: "\f0c7";
    }

    .form-row .btn.btn-small-undo:after {
        content: "\f0e2";
        font-weight: 900;
    }

.form-row.text-label label, .title-section {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    margin: 0px;
}

.form-row.text-label p {
    color: #666666;
    font-size: 16px;
}

.form-row.text-label .big-content {
    font-size: 36px;
}

.no-margin {
    margin: 0px !important;
}

.no-padding {
    padding: 0px !important;
}

@media (min-width: 991px) {
    .float-right-sd {
        float: right;
        max-width: 300px;
    }

    .form-row {
        display: table;
        width: 100%;
    }

        .form-row.align-right-sd {
            text-align: right;
        }

    .top-right {
        display: block;
        min-width: 0px;
        width: fit-content;
        position: absolute;
        top: 25px;
        right: 20px;
    }
}

@media (max-width: 991px) {
    .form-row:not(.no-table) a,
    .form-row:not(.no-table) button {
        text-align: center;
        display: inline-block;
        width: 47%;
    }

    .form-row.no-table {
        width: 100%;
    }

    .form-row .btn.btn-small-edit,
    .form-row .btn.btn-small-delete,
    .form-row .btn.btn-small-undo,
    .form-row .btn.btn-small-save {
        display: inline-block;
        width: initial;
    }

    .form-row.top-right {
        margin-top: 15px;
        text-align: right;
    }

    .text-label p {
        font-size: 14px;
    }

    .text-label .big-content {
        font-size: 22px !important;
    }
}

#table-vehicleStatus {
    margin-top: 0px !important;
}

#table-vehicleStatus_info, #table-vehicleStatus_length, #table-vehicleStatus_filter, #table-forecast_filter {
    display: none;
}

#table-vehicleStatus_paginate {
    margin-top: 15px;
}

@media (max-width: 550px) {
    .form-row {
        display: block;
        min-width: 0px;
    }

        .form-row .btn {
            display: block;
            margin-bottom: 5px;
            width: 100%;
        }

    .modal-footer .btn {
        margin-bottom: 0px;
        width: 46% !important;
    }
}

@media (max-width: 770px) {
    .title-page {
        padding-bottom: 10px;
        font-size: 20px;
    }
}

.progress {
    background-color: white;
    border-radius: 0px;
    height: 29px;
}

    .progress span {
        animation: loading 0.8s 0.3s ease-out;
        transform-origin: left;
        animation-fill-mode: backwards;
    }

@keyframes loading {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }
/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #666666;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #ff0000;
}

input:focus + .slider {
    box-shadow: 0 0 1px #ff0000;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 34px;
    width: 60px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.slider-switch input[type=checkbox] {
    margin: 10px 0 0;
    width: 60px;
}
/* INPUT FILE */
input[type="file"]#myfile, input[type="file"]#utefile, input[type="file"].inputfile {
    width: 0px;
    height: 0px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

label[for="myfile"], label[for="utefile"], label.inputfile {
    position: relative;
    font-size: 14px;
    height: 45px;
    color: #666666;
    text-align: left;
    width: 100%;
    background-color: #FFF;
    display: block;
    transition: all .5s;
    cursor: pointer;
    padding: 13px 60px 15px 20px;
}

    label[for="myfile"].file-gray, label[for="utefile"].file-gray, label.inputfile.file-gray {
        background-color: #f1f1f1;
    }

    label[for="myfile"] :after, label[for="utefile"] :after, label.inputfile :after {
        content: "";
        position: absolute;
        display: block;
        color: white;
        width: 40px;
        height: 45px;
        font-size: 14px;
        padding: 12px;
        background: #666666 url(../img/icon_upload.png);
        background-position: center;
        background-size: 45px;
        top: 0;
        right: 0;
    }

    label[for="myfile"]:hover :after, label[for="utefile"]:hover :after, label.inputfile:hover :after {
        background-color: #ff0000;
    }

#spinner {
    text-align: center;
    width: 100%;
    vertical-align: middle;
    background-color: rgba(35, 35, 35, 0.2);
    position: absolute;
    z-index: 500;
    height: calc(100vh - 125px);
}

#img-spinner {
    transform: translateY(30vh);
}

.row-project, .row-polygons, .row-polylines {
    background-color: #fff;
}

.project-wrapper {
    height: 285px;
}

.modal-content {
    border-radius: 0px;
    border: none;
    box-shadow: none;
}

.modal-footer.form-row {
    padding: 10px;
}

.menu-wrapper-right {
    right: 0px;
}

    .menu-wrapper-right.closed {
        transform: translateX(370px);
    }

.card-body span {
    display: block;
    font-size: 12px;
}

.open-btn-left {
    left: 0px;
}

.open-btn-right {
    right: 0px;
}

.jstree-default .jstree-clicked, .jstree-hovered {
    background: none !important;
    border-left: none !important;
    box-shadow: none !important;
}

.jstree-default .jstree-clicked {
    color: #f00 !important;
}

#jstree-icon-poly .jstree-icon.jstree-themeicon {
    background-position: 0px 0px !important;
    background-image: url('../img/jstree_poly.png');
    background-size: 24px auto !important;
    background-position: center !important;
}

#jstree-icon-polyline .jstree-icon.jstree-themeicon {
    background-position: 0px 0px !important;
    background-image: url('../img/jstree_polyline.png');
    background-size: 24px auto !important;
    background-position: center !important;
}

#jstree-icon-equipments .jstree-icon.jstree-themeicon {
    background-position: 0px 0px !important;
    background-image: url('../img/jstree_equipments.png');
    background-size: 24px auto !important;
    background-position: center !important;
}

#jstree-icon-alerts .jstree-icon.jstree-themeicon {
    background-position: 0px 0px !important;
    background-image: url('../img/jstree_alarms.png');
    background-size: 24px auto !important;
    background-position: center !important;
}

.jstree-container-ul {
    background: none;
}

    .jstree-container-ul li {
        background-color: transparent !important;
    }

.jstree-default .jstree-clicked {
    color: #232323 !important;
}

a.link-btn-red, span.link-btn-red {
    padding: 10px;
    background-color: #f00;
    color: #fff;
}

    a.link-btn-red:hover, span.link-btn-red:hover {
        background-color: #666;
    }


.gly-spin {
    -webkit-animation: spin 1s infinite linear;
    -moz-animation: spin 1s infinite linear;
    -o-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg);
    }

    100% {
        -o-transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.xdsoft_datetimepicker {
    width: 310px;
}

.menu-info-err {
    -webkit-box-shadow: inset 0px 0px 0px 2px #f00;
    -moz-box-shadow: inset 0px 0px 0px 2px #f00;
    box-shadow: inset 0px 0px 0px 2px #f00;
}

.gmnoscreen div {
    text-align: center !important;
}

a[rel="noopener"] {
    display: none !important;
}

.row-filter {
    margin: 0px;
    margin-bottom: 15px;
    background: #f00;
    padding-top: 5px;
}

.cell-filter label {
    color: #fff;
}

.cell-filter.cell-head {
    box-shadow: -5px -10px 0 #f00;
}

.align-input {
    display: inline-block;
    vertical-align: middle;
}

.align-label {
    margin-left: 5px;
    vertical-align: sub;
}

.mapboxgl-marker:hover {
    cursor: pointer !important;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
    position: fixed;
    right: 0px;
    bottom: 65px;
}

#map-preview .mapboxgl-canvas-container .mapboxgl-canvas {
    top: 0px;
    left: 0px;
}

.mapboxgl-ctrl-attrib.mapboxgl-compact {
    bottom: 0px;
    right: 0px;
}

.mapboxgl-ctrl.mapboxgl-ctrl-attrib.mapboxgl-compact {
    border-radius: 3px 3px 12px 3px;
}

.mapboxgl-compact a {
    margin: 0px !important;
    padding: 0px !important;
    display: inline-block !important;
    width: 100%;
    border: 0px solid #fff !important;
}

.btn-red i.fas {
    color: #fff;
}

.mapboxgl-ctrl-top-right {
    top: 130px !important;
}

.mapboxgl-ctrl-icon > .mapboxgl-ctrl-arrow-clockwise, .mapboxgl-ctrl-icon > .mapboxgl-ctrl-arrow-anticlockwise, .mapboxgl-ctrl-icon > .mapboxgl-ctrl-pitch0, .mapboxgl-ctrl-icon > .mapboxgl-ctrl-pitch60 {
    width: 20px;
    height: 20px;
    margin: 5px;
    display: inline-block;
}

.mapboxgl-ctrl-icon > .mapboxgl-ctrl-arrow-clockwise {
    background-image: url('../img/arrow-cw.svg');
}

.mapboxgl-ctrl-icon > .mapboxgl-ctrl-arrow-anticlockwise {
    background-image: url('../img/arrow-anticw.svg');
}

#input-filter-date {
    background-color: #fff;
}

    #input-filter-date::placeholder {
        color: #232323 !important;
    }

    #input-filter-date::-webkit-placeholder {
        color: #232323 !important;
    }

    #input-filter-date::-moz-placeholder {
        color: #232323 !important;
    }

    #input-filter-date::-ms-input-placeholder {
        color: #232323 !important;
    }

.row-project > div > .project-wrapper {
    background-color: white;
    display: block;
    padding: 20px;
    border-radius: 5px;
}

.select-opt-timezones {
    overflow-y: auto;
    max-height: 160px;
}

.select-opt-large {
    overflow-y: auto;
    max-height: 225px;
}
.select-opt-xlarge {
    overflow-y: auto;
    max-height: 755px;
}

.select-opt-five {
    overflow-y: auto;
    max-height: 290px;
}

.input-err {
    border: 4px solid #ff0000 !important;
}

.select-err {
    outline: 4px solid #ff0000 !important;
}

.colorpicker-alpha {
    display: none !important;
}

.colorpicker {
    min-width: 128px !important;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    opacity: 0.3 !important;
}

/* Dashboard */
.wrapper.dashboard {
    padding: 0px 15px;
    min-height: calc(100vh - 125px);
}

.card.card-dashboard, .card.card-dashboard-volumes {
    height: calc((100vh - 170px)/2);
    overflow-y: hidden;
    position: relative;
}

    .card.card-dashboard .card-header {
        padding: 6px 22px;
        height: 30px;
    }

.card .card-body.production .chart-wrapper {
    padding: 10px;
    margin-right: 50px;
}

.card.card-dashboard table {
    height: calc(((100vh - 170px)/2) - 60px);
}

    .card .card-body.production, .card.card-dashboard table.disable-footer {
        height: calc(((100vh - 170px)/2) - 30px);
    }

.card .card-body.production {
    display: table;
    width: 100%;
}

    .card .card-body.production .data-wrapper {
        padding: 20px;
        display: table-cell;
        width: 25%;
        vertical-align: top;
        white-space: nowrap;
    }

        .card .card-body.production .data-wrapper > div {
            display: block;
            text-align: left;
            margin-top: 25px;
        }

    .card .card-body.production .data-production {
        display: table;
        width: 95%;
        position: relative;
        height: 100%;
    }

@media (max-width: 576px) {
    .card .card-body.production .data-production {
        width: 100%;
    }
}

.card .card-body.production .data-production .charts-wrapper {
    top: 50%;
    position: absolute;
    width: 100%;
    display: table;
    text-align: center;
    transform: translateY(-50%);
}

    .card .card-body.production .data-production .charts-wrapper > div {
        display: table-cell;
        position: relative;
    }

.card .card-body.production .data-production > div .centered-info {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

    .card .card-body.production .data-production > div .centered-info .percent {
        font-size: 32px;
        font-weight: 600;
    }

.card .card-body.production .data-production #yesterday-production,
.card .card-body.production .data-production #all-production {
    margin: 0 auto;
    max-width: calc((90vh)/4);
    max-height: calc((90vh)/4);
    min-width: 100px;
    min-height: 100px;
    width: 100% !important;
}

.card .card-body.reduce-padding {
    position: relative;
    padding: 6px 20px;
}

.card .card-footer.production {
    border-top: 2px solid #e6e6e6;
    padding: 0px 30px;
    text-align: right;
    position: relative;
}

.card.card-dashboard .red, .card.card-dashboard .red * {
    color: #FF0000;
    font-weight: 600;
}

.card.card-dashboard .green, .card.card-dashboard .green * {
    color: #8CC63F;
    font-weight: 600;
}

.card.card-dashboard .blue, .card.card-dashboard .blue * {
    color: #29ABE2;
    font-weight: 600;
}

.card.card-dashboard .more-info {
    background: #FF0000;
    padding: 2px 5px;
}

    .card.card-dashboard .more-info:hover {
        background: #333333;
    }

    .card.card-dashboard .more-info * {
        color: #FFFFFF;
    }


.card.card-dashboard #back-kpi i {
    font-size: 16px;
    margin-right: 5px;
}

.card.card-dashboard #back-kpi {
    padding: 5px 15px 5px 0px;
    text-align: left;
}

    .card.card-dashboard #back-kpi i {
        color: #666666;
        font-size: 12px;
    }

    .card.card-dashboard #back-kpi:hover i {
        color: #FF0000;
    }

.card .card-footer.production .elapsed {
    position: absolute;
    left: 5px;
    top: 7px;
    left: 30px;
    font-size: 14px;
}

.card .card-footer.production .estimated-wrapper {
    margin-top: 4px;
}

.card .card-footer.production .estimated-time {
    font-size: 16px;
    padding: 0px 10px;
}

.volumes-wrapper {
    height: calc((100vh - 400px)/2);
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0px 25px;
}

.progress {
    height: 5px;
    position: relative;
    background: #e6e6e6;
}

    .progress > span {
        display: block;
        height: 35px;
        background-color: #29abe2;
        position: relative;
        overflow: hidden;
    }

.progress {
    margin-bottom: 15px;
}

    .progress.dark {
        height: 5px;
        margin-bottom: 0px;
    }

        .progress.dark > span {
            background-color: #666666;
        }


    .progress.red, .progress.green {
        height: 12px;
        margin: 0px;
    }

        .progress.red > span {
            background-color: #FF0000;
        }


        .progress.green > span {
            background-color: #8CC63F;
            height: 35px;
        }

.data-wrapper span {
    display: block;
}

.data-wrapper > div :nth-child(odd) {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: -5px;
}

.data-wrapper > div > :nth-child(even) {
    font-size: 25px;
}

.data-wrapper div :nth-child(even) span {
    display: inline;
    text-transform: lowercase;
    font-size: 22px;
}

@media (max-width: 576px) {
    .card.card.card-dashboard {
        height: initial;
    }

    .card .card-body.production .data-wrapper {
        display: block;
        text-align: center;
        margin: 0 auto;
    }

    .card .card-body.production .data-production {
        display: block;
        float: none;
        padding: 5px;
        margin-bottom: 15px;
    }

        .card .card-body.production .data-production .charts-wrapper {
            position: static;
            transform: translateY(0);
        }

    .card .card-body.production .data-wrapper {
        display: block;
        width: 100%;
        border-bottom: 1px solid #e6e6e6;
        padding: 15px;
    }

    .card .card-body.production .data-production #production {
        max-width: 240px;
        max-height: 240px;
    }

    .card .card-body.production .data-wrapper div {
        width: 33.3333333%;
        display: inline-block;
        text-align: center;
    }

    .card .card-body.production .chart-wrapper {
        margin: 0 auto;
    }

    .data-wrapper > div :nth-child(odd) {
        font-size: 12px;
        margin-bottom: 0px;
    }

    .data-wrapper > div :nth-child(even) span {
        font-size: 14px;
    }

    .data-wrapper > div > :nth-child(even) {
        font-size: 25px;
    }

    .card .card-footer.production .estimated-wrapper {
        margin-bottom: 10px;
    }

    .card .card-footer.production {
        margin: 0px 20px;
        padding: 6px 0px;
    }

        .card .card-footer.production .elapsed {
            top: 25px;
            left: 5px;
            font-size: 16px;
        }

        .card .card-footer.production .estimated-time {
            font-size: 20px;
            padding: 0px 10px;
        }

    .progress {
        height: 15px;
    }
}

#moved, #expected, #expected_today {
    width: 100%;
}

    #moved, #moved span, #moved sup {
        color: #FF0000;
    }

    #expected, #expected span, #expected sup {
        color: #8CC63F;
    }

    #expected_today, #expected_today span, #expected_today sup {
        color: #29ABE2;
    }

table[id^="dash-table"] {
    margin-bottom: 0px;
}

    table[id^="dash-table"] th, table[id^="dash-table"] td {
        padding: 0px 20px;
        height: calc((100vh - 120px)/16);
    }

    table[id^="dash-table"] thead tr th {
        text-align: left;
    }

    table[id^="dash-table"] tbody tr > :first-child {
        font-size: 16px;
        vertical-align: middle;
    }

    table[id^="dash-table"] tbody tr :nth-child(2) span {
        font-size: 12px;
        font-weight: 600;
    }

    table[id^="dash-table"] tbody tr :nth-child(2) div {
        height: 5px;
        background: #e6e6e6;
    }


        table[id^="dash-table"] tbody tr :nth-child(2) div div {
            height: 10px;
            background: #333333;
        }

    table[id^="dash-table"] tbody tr > :last-child span {
        background: none;
        display: inline-block;
        color: #666;
        font-size: 15px;
        line-height: 20px;
        margin-right: 5px;
        vertical-align: middle;
    }


    table[id^="dash-table"] thead tr > :last-child,
    table[id^="dash-table"] tbody tr > :last-child {
        white-space: nowrap;
        text-align: right;
    }

    table[id^="dash-table"] tbody tr .stoped:before,
    table[id^="dash-table"] tbody tr .available:before,
    table[id^="dash-table"] tbody tr .maintenance:before,
    table[id^="dash-table"] tbody tr .alarm:before {
        content: "";
        display: inline-block;
        vertical-align: text-top;
        width: 20px;
        height: 20px;
        border-radius: 15px;
        margin-right: 5px;
    }

    table[id^="dash-table"] tbody tr td.td-btn {
        text-align: center;
    }

#dash-table-vehicles thead tr > :nth-child(4),
#dash-table-vehicles tbody tr > :nth-child(4) {
    text-align: center;
}

    #dash-table-vehicles tbody tr > :nth-child(4) span {
        font-size: 18px;
    }

#dash-table-vehicles tbody tr .stoped:before,
#dash-table-vehicles tbody tr .available:before,
#dash-table-vehicles tbody tr .maintenance:before,
#dash-table-vehicles tbody tr .alarm:before {
    text-align: center;
    margin: 0px;
}

#dash-table-vehicles tr > :nth-child(2),
#dash-table-vehicles tr > :nth-child(3) {
    text-align: center !important;
    padding: 0px;
}

table[id^="dash-table"] tbody tr .available:before {
    background-color: #8CC63F;
}

table[id^="dash-table"] tbody tr .stoped:before {
    background-color: #FF0000;
}

table[id^="dash-table"] tbody tr .maintenance:before {
    background-color: transparent;
    background-image: url(../img/maintenance.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 0px !important;
}

table[id^="dash-table"] tbody tr .alarm:before {
    background-color: transparent;
    background-image: url(../img/alarm.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    border-radius: 0px !important;
}

table[id^="dash-table"] tbody tr .maintenance {
    background-color: transparent;
    margin: 0px !important;
}

#dash-table-kpi-detail td:not(:first-child), #dash-table-kpi-detail th:not(:first-child) {
    text-align: center;
}

#dash-table tbody tr .maintenance {
    margin-left: -10px !important;
}

table[id^="dash-table"] tbody tr .available,
table[id^="dash-table"] tbody tr .stoped,
table[id^="dash-table"] tbody tr .maintenance {
    width: 50px;
    text-align: left;
}

div[id^="dash-table"] .dataTables_length, div[id^="dash-table"] .dataTables_filter {
    display: none;
}

div[id^="dash-table"] .dataTables_info {
    float: left;
    font-size: 12px;
    color: #666666;
    padding: 5px 20px;
}

div[id^="dash-table"] .dataTables_paginate {
    float: right;
    padding: 5px;
}

    div[id^="dash-table"] .dataTables_paginate a {
        padding: 2px 5px;
        margin: 5px;
        background-color: #e6e6e6;
        cursor: pointer;
    }

        div[id^="dash-table"] .dataTables_paginate a.current {
            background-color: #666666;
            color: #FFFFFF;
        }


        div[id^="dash-table"] .dataTables_paginate a.disabled {
            display: none;
        }

        div[id^="dash-table"] .dataTables_paginate a:hover {
            background-color: #ff0000;
            color: #FFFFFF;
        }

        div[id^="dash-table"] .dataTables_paginate a.current:hover {
            background-color: #666666;
            color: #FFFFFF;
        }

@media (max-width: 576px) {
    table[id^="dash-table"] tbody tr > :first-child {
        font-size: 14px;
    }

    table[id^="dash-table"] td, table[id^="dash-table"] th {
        height: 40px;
        padding: 2px 10px;
    }

    table[id^="dash-table"] tbody tr :nth-child(2) div {
        height: 5px;
    }

    table[id^="dash-table"] tbody tr :nth-child(2) span {
        font-size: 14px;
    }

    table[id^="dash-table"] tbody tr > :last-child span {
        font-size: 14px;
        line-height: 20px;
        margin-right: 5px;
        vertical-align: middle;
    }

    table[id^="dash-table"] tbody tr .available,
    table[id^="dash-table"] tbody tr .stoped,
    table[id^="dash-table"] tbody tr .maintenance {
        width: 30px;
    }

        table[id^="dash-table"] tbody tr .stoped:before,
        table[id^="dash-table"] tbody tr .available:before,
        table[id^="dash-table"] tbody tr .maintenance:before {
            vertical-align: text-top;
            width: 15px;
            height: 15px;
            border-radius: 10px;
        }

        table[id^="dash-table"] tbody tr .maintenance:before {
            background-color: none;
            background-image: url(../img/maintenance.svg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: 15px 15px;
            border-radius: 0px !important;
        }
}

.volumes-moved li,
.volumes-cut-moved li,
.volumes-fill-moved li {
    display: table;
    width: 100%;
    height: 5vh;
    min-height: 45px;
    position: relative;
}

    .volumes-moved li > div,
    .volumes-cut-moved li > div,
    .volumes-fill-moved li > div {
        display: table-cell;
        vertical-align: middle;
        height: 30px;
    }

        .volumes-moved li > div .expected,
        .volumes-fill-moved li > div .expected,
        .volumes-cut-moved li > div .expected {
            float: right;
        }

        .volumes-moved li > div:nth-child(2) {
            vertical-align: top;
        }

    .volumes-moved li > :first-child, .volumes-moved li > :last-child,
    .volumes-cut-moved li > :first-child, .volumes-cut-moved li > :last-child,
    .volumes-fill-moved li > :first-child, .volumes-fill-moved li > :last-child {
        font-size: 20px;
        line-height: 30px;
        vertical-align: middle;
    }

    .volumes-moved li > :first-child,
    .volumes-cut-moved li > :first-child,
    .volumes-fill-moved li > :first-child {
        position: relative;
        width: 50px;
        max-width: 50px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-right: 10px;
    }

    .volumes-moved li .tooltiptext,
    .volumes-cut-moved li .tooltiptext,
    .volumes-fill-moved li .tooltiptext {
        float: left;
        visibility: hidden;
        position: absolute;
        border-radius: 0px 5px 5px 5px;
        z-index: 100;
        left: 45px;
        top: 16px;
        background-color: #2323239e;
        color: white;
        padding: 5px 15px;
        text-align: center;
        width: initial !important;
    }

        .volumes-moved li .tooltiptext:before,
        .volumes-cut-moved li .tooltiptext:before,
        .volumes-fill-moved li .tooltiptext:before {
            content: '';
            display: block;
            height: 6px;
            width: 6px;
            position: absolute;
            left: -6px;
            top: 0;
            border: 3px solid transparent;
            border-top-color: #2323239e;
            border-right-color: #2323239e;
        }

.weather-wrapper .tooltipweather {
    position: absolute;
    visibility: hidden;
    border-radius: 5px;
    z-index: 100;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #2323239e;
    color: white;
    padding: 5px 15px;
    text-align: center;
    width: initial !important;
}

.weather-list > li:hover .tooltipweather {
    visibility: visible;
}

.volumes-moved li > :first-child:hover + .tooltiptext,
.volumes-cut-moved li > :first-child:hover + .tooltiptext,
.volumes-fill-moved li > :first-child:hover + .tooltiptext {
    visibility: visible;
}

.volumes-moved li > :last-child,
.volumes-cut-moved li > :last-child,
.volumes-fill-moved li > :last-child {
    width: 50px;
    text-align: right;
}

.volumes-moved li > :first-child, .volumes-moved li > :last-child {
    font-size: 20px;
}

.volumes-cut-moved li > :first-child, .volumes-cut-moved li > :last-child,
.volumes-fill-moved li > :first-child, .volumes-fill-moved li > :last-child {
    font-size: 16px;
}

.volumes-moved li > :first-child,
.volumes-cut-moved li > :first-child,
.volumes-fill-moved li > :first-child {
    text-align: left;
}

.volumes-moved li > :last-child,
.volumes-cut-moved li > :last-child,
.volumes-fill-moved li > :last-child {
    text-align: right;
    color: #777;
}

.volumes-moved li > :nth-child(2),
.volumes-cut-moved li > :nth-child(2),
.volumes-fill-moved li > :nth-child(2) {
    width: calc(100% - 100px);
}

.volumes-cut-moved,
.volumes-fill-moved {
    margin-top: -10px;
    padding: 0px 15px;
}

.volumes-cut-moved {
    border-right: 2px solid #d9d9d9;
}

span.volume-cut, span.volume-fill {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 15px;
}

    span.volume-fill.sm {
        display: none;
    }

@media (max-width: 767px) {
    span.volume-fill.md {
        display: none;
    }

    span.volume-fill.sm {
        display: block;
    }

    .volumes-wrapper {
        height: auto;
    }

    .card.card-dashboard-volumes {
        height: auto;
    }

    .volumes-cut-moved {
        border-right: 0px;
    }
}

.volume-cut {
    color: #FF0000;
}

.volume-fill {
    color: #8CC63F;
}

#weekly_chart, #weekly_acumulated_chart {
    padding-right: 40px;
    transform: translateX(10px);
    height: calc(((100vh - 170px)/2) - 70px);
}

#anual_chart, #anual_chart_acumulated {
    padding-right: 20px;
    height: calc((100vh - 250px)/2);
}

.weather-list {
    white-space: nowrap;
    font-size: 0px;
    transform: translateX(83px);
    margin-bottom: 0px;
    margin-top: -20px;
}

    .weather-list li {
        display: inline-block;
        text-align: left;
        width: calc((100% - 121px)/7);
        position: relative;
        text-align: center;
    }

        .weather-list li img {
            width: 35px;
            margin-top: -15px;
            margin-bottom: -5px;
        }

.weather-list-new {
    white-space: nowrap;
    font-size: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-top: -20px;
}

    .weather-list-new li {
        display: inline-block;
        text-align: left;
        width: calc((100%)/9);
        position: relative;
        text-align: center;
    }

        .weather-list-new li img {
            width: 35px;
            margin-top: -15px;
            margin-bottom: -5px;
        }

#dash-table-vehicles tr, #dash-table-vehicles th, #dash-table-vehicles td {
    height: 35px;
}

#dash-table-vehicles img {
    width: 35px;
    height: 35px;
    min-width: 30px;
}

@media (max-width: 576px) {
    .volumes-moved li > div,
    .volumes-cut-moved li > div,
    .volumes-fill-moved li > div {
        height: 30px;
    }

    .progress.red, .progress.green {
        height: 20px;
    }

    .volumes-moved li > :first-child,
    .volumes-moved li > :last-child,
    .volumes-cut-moved li > :first-child,
    .volumes-cut-moved li > :last-child,
    .volumes-fill-moved li > :first-child,
    .volumes-fill-moved li > :last-child {
        line-height: 30px;
    }

    .card .card-body.weather-wrapper {
        padding: 30px 10px 10px;
    }
}

#dash-table-vehicles img {
    width: 35px;
    height: 35px;
    min-width: 35px;
}

#dash-table-vehicles tbody tr > :nth-child(4) span {
    font-size: 14px;
}

#weekly_canvas {
    transform: translateX(12px);
}

.wi {
    line-height: 1.4;
    font-size: 25px;
    color: #666666;
}
/* openweathermap */
.owm-01d:before {
    content: "\f00d";
}

.owm-02d:before {
    content: "\f002";
}

.owm-03d:before {
    content: "\f041";
}

.owm-04d:before {
    content: "\f013";
}

.owm-09d:before {
    content: "\f01a";
}

.owm-10d:before {
    content: "\f008";
}

.owm-11d:before {
    content: "\f01e";
}
/*f010*/
.owm-13d:before {
    content: "\f01b";
}

.owm-50d:before {
    content: "\f003";
}

.owm-01n:before {
    content: "\f02e";
}

.owm-02n:before {
    content: "\f086";
}

.owm-03n:before {
    content: "\f041";
}

.owm-04n:before {
    content: "\f013";
}

.owm-09n:before {
    content: "\f01a";
}

.owm-10n:before {
    content: "\f028";
}

.owm-11n:before {
    content: "\f01e";
}
/*f02d*/
.owm-13n:before {
    content: "\f01b";
}

.owm-50n:before {
    content: "\f04a";
}

.owm-nd:before {
    content: "\f07b";
}


.no-data span {
    text-align: center;
    padding: 50px;
    font-size: 20px;
    font-weight: 200;
    font-style: italic;
    color: #666666;
}

@media (max-height: 600px) {
    .card.card-dashboard, .card.card-dashboard-volumes {
        height: auto;
        position: relative;
        min-height: 300px;
    }

    .card .card-body.production .data-production {
        height: 270px;
    }

        .card .card-body.production .data-production #yesterday-production, .card .card-body.production .data-production #all-production {
            height: 200px;
            width: 200px;
            max-height: 200px;
            max-width: 200px;
        }

    #weekly_chart, #weekly_acumulated_chart {
        height: 200px;
    }

    .card .card-body.production, .card.card-dashboard table.disable-footer {
        height: 200px;
    }

    .volumes-wrapper {
        overflow-y: auto;
        overflow-x: hidden;
        padding: 0px 25px;
    }
}

/* RTNav */

.btn-overlay {
    position: absolute;
    left: 20px;
    top: 135px;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    color: white;
    border-radius: 5px;
    font-weight: 900;
    font-size: large;
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.btn-overlay-2 {
    left: 70px;
}

.btn-overlay-3 {
    left: 120px;
}

.tree-wrapper {
    position: absolute;
    top: 135px;
    left: 40px;
    z-index: 200;
    /*width: 200px;*/
    background-color: rgba(0, 0, 0, 0.5);
    max-height: calc(100% - 190px);
    padding: 20px 10px;
    overflow-y: auto;
    border-radius: 5px;
    transition: all 0.4s ease-in-out;
}

.tree-rtnav *, .tree-polyline * {
    color: white;
    text-transform: initial;
}

.tree-rtnav ul, .tree-polyline ul {
    padding-left: 20px;
}

.tree-wrapper.closed {
    width: 0px;
    height: 0px;
}

.btn-tree {
    position: absolute;
    left: 20px;
    top: 135px;
    width: 20px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 200;
    color: white;
    border-radius: 5px;
    font-weight: 900;
    font-size: large;
    transition: all 0.4s ease-in-out;
}

    .btn-tree:after {
        content: '\f053';
        font-family: "Font Awesome 5 Free";
    }

    .btn-tree.closed {
        width: 50px;
        height: 70px;
    }

        .btn-tree.closed:after {
            content: '\f00e';
        }

    .btn-tree:hover {
        background-color: rgba(104, 104, 104, 0.5)
    }

    .btn-tree i {
        color: white;
    }

.tree-wrapper.menu-open {
    margin-left: 260px;
}

.btn-tree.menu-open {
    margin-left: 260px;
}

#jstree * {
    text-transform: uppercase;
    color: white;
}

    #jstree *:hover {
        color: red;
    }

    #jstree *.jstree-clicked {
        font-weight: 600;
        color: white !important;
    }

#menu-info {
    width: 350px;
    padding: 0px 25px 10px;
    text-align: center;
}

    #menu-info #menu-info-name {
        font-weight: 600;
        height: auto;
        font-size: 20px;
        margin-top: -5px;
    }

span#menu-info-model {
    text-transform: uppercase;
    font-size: 14px;
    display: block;
}

#menu-info-status {
    display: block;
    padding: 5px;
    margin: 5px 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
}

    #menu-info-status.status-on {
        background: #8CC63F;
    }

    #menu-info-status.status-off {
        background: #666;
    }

    #menu-info-status.status-mant {
        background: #f7931e;
    }

    #menu-info-status.status-unk {
        background: #f1f1f1;
    }

span#menu-info-status * {
    vertical-align: bottom;
}

span#menu-info-gps {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

div#menu-info-alerts {
    text-align: center;
    padding: 5px 0px;
    border-top: 1px solid #f1f1f1;
    margin-top: 10px;
}

a.menu-info-alerts-text {
    text-transform: uppercase;
    color: red;
}

    a.menu-info-alerts-text:before {
        content: "";
        background-image: url(../img/menu_alert.svg);
        background-repeat: no-repeat;
        background-size: 25px;
        display: inline-block;
        top: 7px;
        margin-right: 10px;
        position: relative;
        width: 25px;
        height: 25px;
    }

.menu-info-wrapper {
    background-color: #f1f1f1;
    padding: 5px;
    margin-top: 5px;
}

    .menu-info-wrapper > span,
    .menu-info-wrapper > div > span {
        display: block;
        color: #666666;
        font-size: 14px;
    }

        .menu-info-wrapper > div > span sup {
            color: #666666;
        }

        .menu-info-wrapper > span b,
        .menu-info-wrapper > div > span b {
            text-transform: uppercase;
            font-weight: 600;
        }

        .menu-info-wrapper > div > span b {
            display: block;
        }

.form-row.menu-info-heatmaps span {
    display: inline-block;
    margin: 0px;
}

.form-row.menu-info-heatmaps {
    padding: 0px;
    margin-top: 25px;
}

span#menu-info-paths, span#menu-info-clearpath, span#routes-info-paths, span#routes-info-clearpath {
    display: block;
    margin-bottom: 5px;
}

a.btn-dismiss-alerts {
    padding: 5px !important;
    margin: 0px !important;
    width: 35px;
    display: inline-block;
    color: #f00 !important;
    border: none !important;
}

    a.btn-dismiss-alerts i {
        margin: 0px 5px;
        color: #f00 !important;
    }

@media (max-width: 770px) {
    .tree-wrapper.menu-open {
        margin-left: 0px;
    }


    .tree-wrapper {
        top: 10px;
        height: calc(100% - 20px);
    }

        .tree-wrapper.map-key {
            bottom: 50px !important;
        }

        .tree-wrapper.closed {
            transform: translateX(-220px);
        }

    .btn-tree {
        display: block;
    }
}

/*  Settings */
.row-settings > div {
    padding-left: 5px;
    padding-right: 5px;
}

.setting-btn {
    display: table;
    width: 100%;
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 25px 10px 25px 20px;
    height: 115px;
    box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.05);
    text-align: middle;
    margin: 10px 0px;
}

    .setting-btn:hover,
    .setting-btn:hover > span {
        background-color: #FF0000;
        color: white;
    }

    .setting-btn > * {
        display: table-cell;
        vertical-align: middle;
    }

    .setting-btn > div {
        min-width: 60px;
    }

    .setting-btn > span {
        padding: 10px;
        text-transform: uppercase;
    }

    .setting-btn .icon.tbm {
        background-image: url('../img/menu_tbm.svg');
    }

    .setting-btn:hover .icon.tbm {
        background-image: url('../img/menu_tbm_white.svg');
    }

    .setting-btn .icon.polygon {
        background-image: url('../img/polygons_icon.svg');
    }

    .setting-btn:hover .icon.polygon {
        background-image: url('../img/polygons_icon_white.svg');
    }

    .setting-btn .icon.safety {
        background-image: url('../img/menu_safety.svg');
    }

    .setting-btn:hover .icon.safety {
        background-image: url('../img/menu_safety_white.svg');
    }

    .setting-btn .icon.polyline {
        background-image: url('../img/lines_icon.svg');
    }

    .setting-btn:hover .icon.polyline {
        background-image: url('../img/lines_icon_white.svg');
    }

    .setting-btn .icon.kml {
        background-image: url('../img/kml_icon.svg');
    }

    .setting-btn .icon.project {
        background-image: url('../img/menu_project.png');
    }

    .setting-btn:hover .icon.project {
        background-image: url('../img/menu_project_white.png');
    }

    .setting-btn .icon.section {
        background-image: url('../img/sections_icon.svg');
    }

    .setting-btn:hover .icon.section {
        background-image: url('../img/sections_icon_white.svg');
    }

    .setting-btn .icon.equipment {
        background-image: url('../img/equipment_icon.svg');
    }

    .setting-btn:hover .icon.equipment {
        background-image: url('../img/equipment_icon_white.svg');
    }

    .setting-btn .icon.equipment_cat {
        background-image: url('../img/eqcat_icon.svg');
    }

    .setting-btn:hover .icon.equipment_cat {
        background-image: url('../img/eqcat_icon_white.svg');
    }

    .setting-btn .icon.subcontractor {
        background-image: url('../img/subcontractors_icon.svg');
    }

    .setting-btn:hover .icon.subcontractor {
        background-image: url('../img/subcontractors_icon_white.svg');
    }

    .setting-btn .icon.type {
        background-image: url('../img/polygon_types_icon.svg');
    }

    .setting-btn:hover .icon.type {
        background-image: url('../img/polygon_types_icon_white.svg');
    }

    .setting-btn .icon.linetype {
        background-image: url('../img/lines_types_icon.svg');
    }

    .setting-btn:hover .icon.linetype {
        background-image: url('../img/lines_types_icon_white.svg');
    }

    .setting-btn .icon.overlay {
        background-image: url('../img/menu_layer.svg');
    }

    .setting-btn:hover .icon.overlay {
        background-image: url('../img/menu_layer_white.svg');
    }

    .setting-btn .icon.role {
        background-image: url('../img/roles_icon.svg');
    }

    .setting-btn:hover .icon.role {
        background-image: url('../img/roles_icon_white.svg');
    }

    .setting-btn .icon.user {
        background-image: url('../img/users_icon.svg');
    }

    .setting-btn:hover .icon.user {
        background-image: url('../img/users_icon_white.svg');
    }

    .setting-btn .icon.equipment_model {
        background-image: url('../img/eqmodels_icon.svg');
    }

    .setting-btn:hover .icon.equipment_model {
        background-image: url('../img/eqmodels_icon_white.svg');
    }

    .setting-btn .icon.crew {
        background-image: url('../img/crews_icon.svg');
    }

    .setting-btn:hover .icon.crew {
        background-image: url('../img/crews_icon_white.svg');
    }

    .setting-btn .icon.material {
        background-image: url('../img/materials_icon.svg');
    }

    .setting-btn:hover .icon.material {
        background-image: url('../img/materials_icon_white.svg');
    }

    .setting-btn .icon.polygonmaterial {
        background-image: url('../img/polygon_materials_icon.svg');
    }

    .setting-btn:hover .icon.polygonmaterial {
        background-image: url('../img/polygon_materials_icon_white.svg');
    }

    .setting-btn .icon.topup {
        background-image: url('../img/topup_icon.svg');
    }

    .setting-btn:hover .icon.topup {
        background-image: url('../img/topup_icon_white.svg');
    }

    .setting-btn .icon.cost {
        background-image: url('../img/costs_icon.svg');
    }

    .setting-btn:hover .icon.cost {
        background-image: url('../img/costs_icon_white.svg');
    }

    .setting-btn .icon.volume {
        background-image: url('../img/menu_volume.svg');
    }

    .setting-btn:hover .icon.volume {
        background-image: url('../img/menu_volume_white.svg');
    }

    .setting-btn .icon.equipment_manufacturer {
        background-image: url('../img/eqmanu_icon.svg');
    }

    .setting-btn:hover .icon.equipment_manufacturer {
        background-image: url('../img/eqmanu_icon_white.svg');
    }

    .setting-btn .icon.spo {
        background-image: url('../img/menu_spo.svg');
    }

    .setting-btn:hover .icon.spo {
        background-image: url('../img/menu_spo_white.svg');
    }

    .setting-btn .icon.sm {
        background-image: url('../img/menu_sm.svg');
    }

    .setting-btn:hover .icon.sm {
        background-image: url('../img/menu_sm_white.svg');
    }

    .setting-btn .icon.icon-big {
        background-size: 60px 60px !important;
        background-position: center;
        background-repeat: no-repeat;
        width: 60px !important;
        height: 60px !important;
        margin-right: 25px;
    }

.map-avail * {
    color: #fff !important;
}

.mapkey-avail-hidden {
    right: 40px !important;
}

.map-speed * {
    color: #fff !important;
}

.mapkey-speed-hidden {
    right: 40px !important;
}

.mapkey-speedpositiontwo-hidden {
    right: 610px !important;
}

.mapkey-speedpositionthree-hidden {
    right: 1080px !important;
}
/*REPORTING DETAILS*/

.family-resume {
    border: 1px solid #e6e6e6;
    border-radius: 5px;
}

.performance-resume {
    background-color: #e6e6e6;
    border: 1px solid white;
    border-radius: 5px;
}


.family-resume,
.family-detail,
.family-indicator,
.performance-resume {
    display: table;
    width: 100%;
}

.family-detail,
.performance-detail {
    border-bottom: 1px solid #e6e6e6;
}

.family-resume:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.performance-resume:hover {
    background-color: #f97e7e;
    cursor: pointer;
}

.family-resume:after,
.performance-resume:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 20px;
    display: block;
    padding: 10px;
    width: 10px;
    height: 10px;
    top: 0;
    margin-right: 20px;
}

.performance-resume:after {
    padding: 3px;
}

.family-resume.open {
    background-color: #f1f1f1;
}

.performance-resume.open {
    background-color: #ff0000;
}

    .performance-resume.open > div {
        background-color: #ff0000;
        color: white;
    }

.family-resume.open:hover {
    background-color: #e6e6e6;
}

.performance-resume.open:hover {
    background-color: #bd4141;
}

.family-resume.open:after,
.performance-resume.open:after {
    content: "\f106";
    color: white;
}

.family-resume > div,
.family-detail > div,
.family-indicator > div {
    display: table-cell;
    padding: 10px 20px;
}

.performance-resume > div,
.performance-detail > div {
    display: table-cell;
    padding: 7px;
    vertical-align: middle;
}

.family-resume > div {
    font-size: 18px;
    text-transform: uppercase;
}

.performance-resume > div {
    font-size: 15px;
    text-transform: uppercase;
}

.family-resume > :first-child,
.family-detail > :first-child,
.family-indicator > :first-child,
.performance-resume > :first-child,
.performance-detail > :first-child {
    width: 100%;
}

.family-resume > :not(:first-child),
.family-detail > :not(:first-child),
.family-indicator > :not(:first-child),
.performance-resume > :not(:first-child),
.performance-detail > :not(:first-child) {
    min-width: 145px;
    text-align: right;
}

.family-detail > div,
.performance-detail > div {
    color: #666666;
    font-weight: 200;
    white-space: nowrap;
}

.family-detail > :not(:first-child),
.family-indicator > :not(:first-child) {
    padding-right: 50px;
}

.family-indicator > :not(:first-child) {
    font-weight: 600;
    background-color: rgba(143, 236, 18, 0.22);
}

.family-detail.had-value > div,
.performance-detail.had-value > div {
    color: black;
    font-weight: 600;
    background-color: #f1f1f1;
}


/* Volumes setting */

.date-settings .ui-datepicker {
    width: 99%;
    padding: 0;
}

.date-settings .ui-widget {
    font-size: 0.9em;
}

.date-settings .ui-datepicker table {
    font-size: 0.7em;
}

.date-settings .ui-widget.ui-widget-content {
    border: 0px;
    border-radius: 0px;
}

.date-settings .ui-state-highlight, .date-settings .ui-widget-content .ui-state-highlight, .date-settings .ui-widget-header .ui-state-highlight {
    border: 1px solid white;
    background: #ff0000;
    color: white;
}

    .date-settings .ui-state-highlight a, .date-settings .ui-widget-content .ui-state-highlight a, .date-settings .ui-widget-header .ui-state-highlight a {
        color: #ffffff;
        background-color: red;
        border: 0px;
    }

.date-settings .ui-state-active, .ui-widget-content .ui-state-active, .date-settings .ui-widget-header .ui-state-active, .date-settings a.ui-button:active, .date-settings .ui-button:active, .date-settings .ui-button.ui-state-active:hover {
    border: 1px solid #ffffff;
    background: #ffffff;
    font-weight: normal;
    color: #666666;
    box-shadow: none;
}

.date-settings .ui-datepicker table {
    border: 1px solid #f1f1f1;
    table-layout: fixed;
}

.date-settings .ui-datepicker td {
    height: 77px;
}

.date-settings .ui-datepicker td {
    border: 1px solid #e6e6e6;
    position: relative;
    padding: 0px;
}

    .date-settings .ui-datepicker td:hover {
        cursor: pointer;
        background-color: #f1f1f1;
    }

    .date-settings .ui-datepicker td.ui-state-highlight:hover {
        color: white;
        border: 0px;
        background-color: #990000;
    }

.date-settings .ui-state-default, .date-settings .ui-widget-content .ui-state-default, .date-settings .ui-widget-header .ui-state-default, .date-settings .ui-button, html .date-settings .ui-button.ui-state-disabled:hover, html .date-settings .ui-button.ui-state-disabled:active {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 14px;
    font-weight: 600;
    padding: 0px;
}

.ui-datepicker-calendar tbody tr td {
    vertical-align: text-top;
}

.date-settings .ui-datepicker td .cell-data, .date-settings .ui-datepicker td .cell-data-mat {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
}

.date-settings .ui-datepicker td .ui-state-default {
    background-color: transparent;
    border: 0px;
    position: relative;
    top: 0;
    text-align: right;
}

    .date-settings .ui-datepicker td .ui-state-default:hover {
        color: inherit;
    }

.date-settings .ui-datepicker td .ui-state-highlight {
    color: red;
}


    .date-settings .ui-datepicker td.ui-state-highlight .ui-state-highlight {
        color: white !important;
    }

.date-settings .ui-datepicker td .cell-data span,
.date-settings .ui-datepicker td .cell-data-mat span {
    font-size: 10px;
    text-align: center;
    padding: 0px;
    border-radius: 3px;
    margin: 2px;
}

.date-settings .ui-datepicker td .cell-data-mat > span:nth-child(odd) {
    background-color: rgba(41, 170, 226, 0.5) !important;
    color: #666666 !important;
}

.date-settings .ui-datepicker td .cell-data > span:nth-child(1) {
    background-color: rgba(41, 170, 226, 0.5);
}

.date-settings .ui-datepicker td .cell-data > span:nth-child(2),
.date-settings .ui-datepicker td .cell-data > span:nth-child(3) {
    display: inline-block;
    width: 46%;
    margin: 0px;
}

.date-settings .ui-datepicker td .cell-data > span:nth-child(2) {
    background-color: rgba(139, 198, 63, 0.5);
    margin-right: 2px;
}

.date-settings .ui-datepicker td .cell-data > span:nth-child(3) {
    background-color: rgba(139, 0, 0, 0.3);
}

.date-settings .ui-datepicker td .cell-data > span:nth-child(4) {
    background-color: rgba(102, 102, 102, 0.5);
}

.date-settings .ui-datepicker td .cell-data-mat > span:nth-child(even) {
    background-color: rgba(255, 255, 0, 0.3) !important;
    color: #666666 !important;
}

.date-settings .ui-datepicker td.ui-state-highlight .cell-data span,
.date-settings .ui-datepicker td.ui-state-highlight .cell-data-mat span {
    color: white;
    border: 0px;
    background-color: red;
}

.date-settings .ui-datepicker td.ui-state-highlight:hover .cell-data span,
.date-settings .ui-datepicker td.ui-state-highlight:hover .cell-data-mat span {
    color: white;
    border: 0px;
    background-color: #990000;
}

.ui-button .ui-icon {
    display: none;
}

.report-acc-header {
    line-height: 50px;
    font-size: 20px;
    cursor: pointer;
    padding-top: 0px;
    padding-bottom: 0px;
}

    .report-acc-header:hover {
        border-left: #f00 solid 5px;
        padding-left: 10px;
    }

    .report-acc-header:after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        float: right;
    }

.active .report-acc-header:after {
    content: '\f106';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    float: right;
}

.date-settings-mat td {
    background-color: #fff !important;
    border: 1px solid #e6e6e6 !important;
}

    .date-settings-mat td a, .date-settings-mat .ui-datepicker td.ui-state-highlight .ui-state-highlight {
        color: #000 !important;
    }

.mhArrowLine {
    stroke: rgb(54,105,201);
    stroke-width: 2;
    marker-start: url(#markerDot);
    marker-end: url(#markerArrow);
}

.mapboxgl-ctrl-span {
    display: block;
    text-align: center;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0px !important;
}

.mapboxgl-ctrl-icon > .mapboxgl-ctrl-pitch0 {
    background-image: url('../img/pitch_0.svg');
}

.mapboxgl-ctrl-icon > .mapboxgl-ctrl-pitch60 {
    background-image: url('../img/pitch_60.svg');
}



.mapboxgl-slider {
    -webkit-appearance: none;
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
    transform: rotate(270deg);
    height: 16px;
    width: 100px !important;
    position: relative;
    margin-top: 30px;
    margin-bottom: 20px;
    margin-left: -35px;
    margin-right: -41px;
}

    .mapboxgl-slider:hover {
        opacity: 1;
    }

    .mapboxgl-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 16px;
        height: 16px;
        background: #FF0000;
        cursor: pointer;
    }

    .mapboxgl-slider::-moz-range-thumb {
        width: 16px;
        height: 16px;
        background: #FF0000;
        cursor: pointer;
    }

.crud-list th td, .crud-list tr td {
    text-align: center;
}

.mapboxgl-ctrl-top-right {
    z-index: 999 !important;
}

.ui-datepicker-current-day {
    background-color: #dfdfdf;
}


div#loading_wrapper {
    position: fixed !important;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

    div#loading_wrapper #loading-spinner {
        position: relative;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -40%);
    }


#slidergpsvoltage .slider-track-high {
    background-color: darkgreen;
}

#slidergpsvoltage .slider-track-low {
    background-color: darkred;
}

#slidergpsvoltage .slider-selection {
    background-color: #FFCB15;
    background-image: none;
}

.slider.slider-horizontal {
    background-color: white;
}

.slider-handle {
    background-image: -webkit-linear-gradient(top, #aeaeae 0%, #aeaeae 100%) !important;
    background-image: -o-linear-gradient(top, #aeaeae 0%, #aeaeae 100%) !important;
    background-image: linear-gradient(to bottom, #aeaeae 0%, #aeaeae 100%) !important;
    background-color: #aeaeae;
    width: 25px !important;
    height: 25px !important;
}

.slider.slider-horizontal .slider-selection, .slider.slider-horizontal .slider-track-low, .slider.slider-horizontal .slider-track-high {
    height: 130% !important;
    top: 0;
    bottom: 0;
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 20px !important;
}

.slider-handle.round {
    border-radius: 0% !important;
}

.slider-handle {
    width: 10px !important;
    height: 20px !important;
    margin-left: -6px !important;
}


.home-button.polygon a .image-btn {
    background-image: url('../img/polygons_icon.svg');
}

.home-button.polygon a:hover .image-btn {
    background-image: url('../img/polygons_icon_white.svg');
}

.mapboxgl-map {
    font: 15px 'Acciona Font', sans-serif;
}

.card .card-body.production .data-production #materials_yesterday,
.card .card-body.production .data-production #materials_total {
    margin: 0 auto;
    max-width: calc((115vh)/4);
    max-height: calc((115vh)/4);
    min-width: 100px;
    min-height: 100px;
    width: 100% !important;
}

.tree-ul {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer !important;
}

.markerCombi {
    background-repeat: no-repeat;
    background-size: contain;
}

.tableDashboardGlobal {
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

    .tableDashboardGlobal .tableDashboardGlobalHeader {
        border-bottom: 2px solid #f1f1f1;
        border-right: 2px solid #f1f1f1;
        background-color: #e6e6e6;
    }

        .tableDashboardGlobal .tableDashboardGlobalHeader * {
            color: #666666;
            text-transform: uppercase;
        }

    .tableDashboardGlobal .tableDashboardGlobalSecondary .tableMaterial {
        transform: rotate(-90deg);
        color: #666666;
        text-transform: uppercase;
    }

    .tableDashboardGlobal .tableDashboardGlobalSecondary {
        border-bottom: 3px solid #f1f1f1;
        border-right: 2px solid #f1f1f1;
        background-color: #e6e6e6;
    }

.col-xs-0-7 {
    width: 14.284%;
    padding: 0px 10px;
}

.colbody {
    padding: 10px 20px;
    color: #666666;
    padding: 0px 10px;
}

.lastTr {
    border-bottom: 3px solid #e6e6e6;
}

.col-xs-0-5 {
    width: 4.16%;
}

.col-xs-1-5 {
    width: 12.5%;
}

.materialBox {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #666 !important;
    float: left;
    margin-top: 5px;
    margin-left: 5px;
}

.docket-number {
    font-size: 20px;
    padding: 10px 20px;
    border: 1px solid #f1f1f1;
    border-radius: 25px;
    background-color: white;
    margin-bottom: 10px;
    margin-top: 20px;
    display: inline-block;
}

span.docket-style {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 5px 15px;
    font-size: 18px;
    line-height: 36px;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
}

span.fluid-style {
    position: relative;
    text-align: center;
    margin: 0 auto;
    padding: 5px 2px;
    font-size: 14px;
    line-height: 36px;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
}

.form-row.center {
    text-align: center;
}

.form-row .docket-number {
    font-size: 20px;
    padding: 10px 20px;
    border: 1px solid #f1f1f1;
    border-radius: 25px;
    background-color: white;
    margin-bottom: 10px;
    margin-top: 20px;
    display: inline-block;
}

.card-body.dckt-workfile > .row, .card-body.dckt-taskfile > .row {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 0px;
}

.card-body.dckt-workfile, .card-body.dckt-taskfile {
    padding-bottom: 0px;
}

    .card-body.dckt-workfile > :first-child, .card-body.dckt-taskfile > :first-child {
        padding-top: 0px;
    }

    .card-body.dckt-workfile > :last-child, .card-body.dckt-taskfile > :last-child {
        border-bottom: 0px;
    }

label.cb-container.cb-tristate:before {
    content: "";
    width: 20px;
    height: 20px;
    padding: 0px 5px;
    font-family: "Font Awesome 5 Free";
    border: 2px solid #232323;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}

label.cb-container.cb-tristate.wrong:before {
    border: 0px;
    background-color: red;
    content: "\f00d";
    font-weight: bolder;
    color: white;
}

label.cb-container.cb-tristate.check:before {
    content: "\f00c";
    font-weight: bolder;
    color: red;
    padding: 0px;
    vertical-align: text-top;
    line-height: 17px;
    font-size: 16px;
}

label.cb-container.cb-tristate.na:before {
    background-color: #666666;
    content: "\f715";
    font-weight: 800;
    color: white;
    border: 0px;
    padding: 0px 15px;
    vertical-align: text-top;
    line-height: 19px;
    padding-left: 3px;
    font-size: 11px;
    transform: rotate(-90deg);
}

#table-rawtable thead tr td {
    padding: 5px 15px;
    text-align: center;
}

#table-rawtable tbody tr th {
    padding: 5px 15px;
    text-align: center;
}

.cell-rawtable-med {
    display: block;
    width: 100px;
}

.cell-rawtable-wide {
    display: block;
    width: 150px;
}

#table-rawtable * {
    font-size: 12px;
}

#table-rawtable {
    padding-right: 20px;
}

    #table-rawtable thead {
        font-weight: 600;
        text-transform: uppercase;
        position: sticky;
        top: -20px;
    }

    #table-rawtable tbody {
        background-color: #fff;
    }

    #table-rawtable th, #table-rawtable th span, #table-assets th, #table-assets th span, #table-details th, #table-details th span { 
        background-color: #666;
        color: #fff;
        border-width: 0px !important;
    }

#table-details_wrapper .dataTables_info {
    display: none;
}

#table-rawtable_wrapper {
    position: relative;
}

    #table-rawtable_wrapper .dataTables_info {
        position: absolute;
        margin-top: 25px;
    }

    #table-rawtable_wrapper .dataTables_paginate {
        position: absolute;
        margin-top: 25px;
        right: 30px;
    }

table-rawtable_previous {
    margin-right: 20px;
}

table-rawtable_next {
    margin-left: 5px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #232323;
    border: 1px solid transparent;
}

.paginate_button:hover {
    color: #fff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #ff0000;
    color: white !important;
    border: 1px solid transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #232323;
    border: 1px solid transparent;
}

.paginate_button:hover {
    color: #fff;
}

span .paginate_button {
    border-radius: 50%;
}

.paginate_button {
    margin-right: 15px;
    padding: 3px 10px;
    cursor: pointer;
    border: 1px solid transparent;
}

table.dataTable thead tr:nth-child(2) th:after {
    content: none;
}

table.dataTable thead {
    cursor: pointer;
}

#table-rawtable_filter {
    display: none;
}

.form-row-lat {
    height: 51px;
    margin-bottom: 5px;
}

    .form-row-lat label {
        margin-top: 12px;
    }

#table-works input, #table-unit input {
    width: 100%;
    height: 40px;
    background-color: #efefef;
    padding: 0px 15px;
}

    #table-works input.input-err, #table-unit input.input-err {
        border: 1px solid #f00 !important;
    }

.col-labels-bold label {
    font-weight: bold !important;
}

.col-labels-normal label {
    font-weight: normal !important;
}

input.searcheable {
    display: block;
    background-color: #f1f1f1;
    margin-bottom: 2px;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    padding: 15px;
    border: 2px solid #e6e6e6;
}

.div-search {
    position: sticky;
    top: 0;
    padding: 5px 10px;
    background-color: white;
    border-bottom: 1px solid #f1f1f1;
}

input.select-search {
    width: 100%;
    display: block;
    height: 40px;
    background-color: #f1f1f1;
    border-radius: 5px;
    padding: 15px;
}

.ui-datepicker {
    z-index: 10000 !important;
}

.bfcell, .hidden-select-option-cat, .hidden-select-option-manuf, .hidden-select-option-mod {
    display: none;
}

.card-alert {
    background-image: url('../img/bg_alert.svg');
    background-repeat: no-repeat;
    background-position: left 5px top 5px;
    background-size: 100px;
}

.card-info {
    background-image: url('../img/bg_info.svg');
    background-repeat: no-repeat;
    background-position: left 5px top 5px;
    background-size: 100px;
}

.checklist-status .select-styled {
    padding-left: 9px;
}

.docket-editor input {
    padding: 10px;
}

.datepicker-hasData a {
    background-color: #f00 !important;
    color: #fff !important;
}

.datepicker-hasDataValidated a, .datepicker-hasDataDisabled span {
    background-color: #266628 !important;
    color: #fff !important;
}

.select-polygon .select-options {
    max-height: 200px;
    overflow-y: scroll;
}

.h3-inline {
    margin-top: 5px;
    font-size: 35px;
}

.wrapper.wp-medium {
    max-width: 1470px;
}

.col-line-from, .col-line-to {
    background-image: url(../img/line.png);
    background-repeat: repeat-x;
    background-position-x: left;
    background-position-y: center;
}

.col-line-to {
    background-position-x: right;
}

.btn-fixedwidth {
    min-width: 210px;
}

.hr-dashed {
    height: 2px;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23AAA' stroke-width='10' stroke-dasharray='6%2c 20' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    /*padding: 20px;
    display: inline-block;*/
}

.text-err {
    color: #f00 !important;
}

.card-shadow {
    padding: 10px;
    border-radius: 20px;
    min-height: 350px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
}

.card-scroll {
    padding-left: 20px;
    height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}

#table-vehicleStatus thead th, table tbody td {
    padding: 10px 10px;
}

.filter-term-vehicleStatus::placeholder {
    color: #e6e6e6;
}

#clock-timezone {
    color: #fff;
}

@media (max-width: 501px) {
    .filter-term-vehicleStatus-label {
        display: none;
    }

    .filter-term-vehicleStatus {
        width: 100%;
    }

        .filter-term-vehicleStatus::placeholder {
            color: #b8b8b8;
        }

    #clock-timezone {
        display: none;
    }
}

.th-remove-ordering:after {
    content: none !important;
}

.column-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dtr-data .column-ellipsis {
    white-space: normal;
}

#table-vehicleStatus {
    margin: 0 auto;
    width: 100% !important;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;
}

.selectedOption {
    background-color: #f1f1f1;
}

.eq-notInSubreach {
    background-image: url('../img/err-noreach.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.eq-inMaintenance {
    background-image: url('../img/err-maintenance.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
}

.eq-notInSubreach:hover {
    background-image: url('../img/err-noreach-hover.png') !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
}

.eq-inMaintenance:hover {
    background-image: url('../img/err-maintenance-hover.png') !important;
    background-repeat: no-repeat !important;
    background-position: right 20px center !important;
}

.op-unavailable {
    display: none !important;
}

.op-unavailable-v3 {
    background-image: url('../img/err-unavailable.png');
    background-repeat: no-repeat;
    background-position: right 20px center;
}

    .op-unavailable-v3:hover {
        background-image: url('../img/err-unavailable-hover.png') !important;
        background-repeat: no-repeat !important;
        background-position: right 20px center !important;
    }

.selectDisabled {
    background-color: rgb(221, 221, 221) !important;
    cursor: initial;
}

    .selectDisabled:after {
        content: none !important;
        width: 0px !important;
        max-width: 0px !important;
    }

.dataTables_scrollHeadInner thead tr th, .dataTables_scrollHeadInner thead tr th span {
    color: white;
    font-size: 12px;
    border: 0px solid transparent;
}

table.table-lv.dataTable.no-footer, .dataTables_scrollHeadInner {
    margin: 0px !important;
    padding: 0px !important;
}

.dataTables_scrollHeadInner, table.table-lv {
    width: 100% !important;
}

#table-rawtable_wrapper .dataTables_length {
    display: none;
}

/* MULTISELECT */
.multiselect-native-select {
    display: block;
    width: 100%;
    background-color: #f1f1f1;
}

    .multiselect-native-select .btn-group {
        background-image: url('../img/dropdown1.png');
        background-repeat: no-repeat;
        background-position: center right;
    }
    .multiselect-native-select .btn-group:hover {
        background-image: url('../img/dropdown2.png');
        background-repeat: no-repeat;
        background-position: center right;
    }

    .multiselect-native-select .btn-group.open {
        background-image: url('../img/dropdown3.png');
    }

    .multiselect-native-select .btn-group {
        width: 100%;
        padding: 11px 15px;
        font-size: 16px;
    }

        .multiselect-native-select .btn-group .multiselect {
            text-align: left;
            width: 100%;
        }

.multiselect-container.dropdown-menu {
    border-radius: 0px;
    box-shadow: none;
    max-height: 160px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.multiselect.dropdown-toggle {
    box-shadow: none !important;
}
.multiselect-option.dropdown-item {
    padding: 12px 12px;
}
.multiselect-option:hover, .multiselect-option:hover * {
    color: #fff !important;
    background-color: #f00 !important;
}

.multiselect-option.dropdown-item, .multiselect-option.dropdown-item .form-check {
    width: 100%;
    text-align: left;
    font-size:14px;
}

    .multiselect-option.dropdown-item .form-check .form-check-input {
        margin-right: 10px;
    }

.docket-list-text {
    text-align: center
}

.rawtable_newline, .rawtable_newline_buttons {
    background-color: #dfdfdf;
}
    .rawtable_newline_buttons th {
        background-color: transparent !important;
    }

    .rawtable_newline th {
        background-color: transparent !important;
        box-shadow: -1px 0 2px #ccc inset;
    }

        .rawtable_newline th input {
            width: 100% !important;
            color: #333 !important;
            border: 1px solid #ccc !important;
            background-color: #fff !important;
            height: 30px;
        }
        .rawtable_newline th select {
            width: 100%;
            color: #333;
            border: 1px solid #ccc !important;
            background-color: #fff;
            height: 30px;
        }
        .rawtable_newline th span {
            color: #333 !important;
            background-color: transparent !important;
            width: 100%;
            display: inline-block;
            text-align: center;
        }

        .rawtable_newline th input.input-err, .rawtable_newline th select.input-err {
            border: 1px solid #f00 !important;
        }

.row-lineupZero, .row-lineupOne {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.row-lineupZero .form-row.input-gray, .row-lineupOne .form-row.input-gray {
    margin: 0px;
    margin-top: 5px;
}

    .row-lineupZero [class^="col-xs-"], .row-lineupOne [class^="col-xs-"] {
        padding-left: 4px;
        padding-right: 4px;
    }

.customSelect-hide {
    display:none !important;
}
.selectedOperator {
    background-color: #266628 !important;
}

    .selectedOperator span {
        color: #fff !important;
    }

    .selectedOperator:hover {
        background-color: #8d0000 !important;
    }

    .selectedOperator:hover span{
        color: #fff !important;
    }

.multiselect-native-select .select-styled.disabled {
    font-size: 16px;
    height: 45px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
    background-color: transparent !important;
    box-shadow: none !important;
    border: none !important;
    color: #333 !important;
    top: 20px !important;
    left: 10px !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.col-vehiclestatus-equipment {
    width: 70px !important;
}
.col-vehiclestatus-status {
    width: 70px !important;
}
.col-vehiclestatus-buttons {
    width: 43px !important;
}
.col-vehiclestatus-description {
    width: 70px !important;
}
.col-vehiclestatus-source{
    width:50px !important;
}
.col-vehiclestatus-reason{
    width:120px !important;
}
.col-vehiclestatus-vendor{
    width:80px !important;
}
.col-vehiclestatus-channel, ..col-vehiclestatus-heavy {
    width: 55px !important;
}
.col-vehiclestatus-subreach{
    width:45px !important;
}
.col-vehiclestatus-updateon {
    width: 70px !important;
}
@media (max-width: 850px) {
    /*.col-vehiclestatus-reason {
        display: none !important;
    }*/

    .col-vehiclestatus-status-from {
        display: none !important;
    }

   .col-vehiclestatus-by {
        display: none !important;
    }

    .col-vehiclestatus-updateon {
        display: table-cell !important;
        width: 65px !important;
    }

    .col-vehiclestatus-subreach {
        display: table-cell !important;
        width: 37px !important;
    }
    .col-vehiclestatus-reason {
        display: none !important;
    }
    .col-vehiclestatus-description {
        display: none !important;
    }

    .col-vehiclestatus-source {
        display: none !important;
    }

    .col-vehiclestatus-vendor {
        display: none !important;
    }

    .col-vehiclestatus-channel, .col-vehiclestatus-heavy {
        display: none !important;
    }

    #btn_filter {
        display: table;
        margin-right: auto;
        margin-bottom: 5px;
        margin-left: auto;
        width: 70%;
    }
}

/*@media (max-width: 700px) {
    .col-vehiclestatus-description {
        display: none !important;
    }
}*/

/*@media (max-width: 400px) {
    .col-vehiclestatus-subreach {
        display: none !important;
    }
}*/

.badge-equipment {
    text-transform: uppercase;
    display: inline-block !important;
    font-size: initial;
    padding: 15px;
    border-radius: 20px;
    background-color: transparent;
    border: 2px solid #f00;
    padding: 10px 30px 12px 30px;
    color: #f00;
}

.select-options .disabled {
    color: #adadad;
}

.multiselect-selected-text {
    width: 100%;
    background: transparent;
    height: 100%;
    display: inline;
    padding: 0px;
    padding-right: 45px;
    color: #333 !important;
    cursor: pointer;
}
.content.fixedFooter {
    height: calc(100vh - 170px) !important;
}
.footer.fixedFooter {
    position: fixed !important;
    bottom: 0px !important;
}


th.tooltip1 {
    z-index: 37;
}

.tooltipservice {
    display: none;
    position: absolute;
    z-index: 100;
    background-color: transparent;
    padding: 3px;
    color: blue;
    top: 20px;
    left: 20px;
}

.tooltip1:hover span.tooltipservice {
    display: block;
}
#clearRowBtn {
    margin-right: 35%;
}

#header-sticky {
    position: sticky;
    top: 0;
    z-index: 100;
}

#table-vehicleStatusHistory_filter, #table-assets_filter {
    display: none;
}

.lineupPage {
    overflow-y: hidden;
}

.input-lineupZero-workingArea, .input-lineupOne-workingArea {
    display: block !important;
}

.select2-lineupDropDown {
    min-width: 200px;
}

/*.col-lineupZero-workingArea, .col-lineupOne-workingArea {
    min-height: 55px;
}*/

.input-errCell .select2-container {
    border-inline: 4px solid #f00;
    border-top: 4px solid #f00 !important;
    border-bottom: 4px solid #f00 !important;
    overflow: hidden !important;
}

.row-lineup-isOdd .select2-selection {
    background-color: rgb(241, 241, 241) !important;
}

.row-lineup-isEven .select2-selection {
    background-color: rgb(189, 189, 189) !important;
}
.col_equip_history_large{
    width:190px !important;
}
.col_equip_history_normal {
    width: 120px !important;
}

.selectedOperatorList {
    background-color: #266628 !important;
    color: #fff !important;
    font-weight: bold;
}

.pkmarker {
    width: 10px;
    height: 10px;
    background-color: #fe7e7e;
    border-radius: 50%;
}

.pkmarker-13 {
    width: 3px;
    height: 3px;
}

.mapboxgl-popup {
    max-width: 200px;
}
.mapboxgl-popup-content {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.checklist-text{
    text-align: center;
}

/* FLUID REPORT - STICKY TABLE */

.fluidreport-filter .form-row {
    display: inline-table;
}

.table-fr {
    width: 100%;
    height: 75vh;
    overflow: auto;
    overflow-x: auto;
}

    .table-fr td, .table-fr td span {
        font-size: 12px;
    }

.fluidreport-row-cat, .fluidreport-row-mod, .fluidreport-row-eq {
    height: 38px;
}

.fluidreport-row-cat td, .fluidreport-row-mod td, .fluidreport-row-eq td {
    outline: none !important;
    border: none;
}

    .fluidreport-row-mod:nth-child(1), .fluidreport-row-mod td:nth-child(1) {
        padding-left: 20px;
    }

    .fluidreport-row-eq:nth-child(1), .fluidreport-row-eq td:nth-child(1) {
        padding-left: 30px;
    }

.fluidreport-row-mod .fluidreport-toggle {
    background-color: #b3d2f3;
}

.fluidreport-row-eq:nth-child(odd) td {
    background-color: #ffffff;
}

.fluidreport-row-eq:nth-child(even) td {
    background-color: #f8f8f8;
}

    .fluidreport-row-cat td.fixed-side, .fluidreport-row-cat td.fixed-side span{
        background-color: #c1c6c8;
        color: #000 !important;
        white-space: nowrap;
    }

.fluidreport-row-mod td.fixed-side {
    background-color: #b3d2f3;
}

.fluidreport-toggle-cat:hover {
    background-color: #e5e7e7 !important;
}

.fluidreport-toggle-mod:hover {
    background-color: #e6f0fb !important;
}
.fluidreport-toggle-cat:hover span {
    background-color: #e5e7e7 !important;
}

.fluidreport-toggle-mod:hover span {
    background-color: #e6f0fb !important;
}

.sticky-header, .sticky-header th, .sticky-header th span {
    background-color: #f1f1f1 !important;
    border-right: none !important;
    text-align: center;
    font-weight: bold;
    font-size: 12px;
    color: #000 !important;
    text-transform: none !important;
}


    .sticky-header th[scope='col']{
        white-space: nowrap;
    }

    .fluidreport-row-cat td, .fluidreport-row-cat td span, .fluidreport-row-mod td, .fluidreport-row-mod td span, .fluidreport-row-eq td, .fluidreport-row-eq td span {
        text-align: center;
        white-space: nowrap;
    }

    .fluidreport-row-cat td:first-child span, .fluidreport-row-mod td:first-child span, .fluidreport-row-eq td:first-child span {
        text-align: left;
        white-space: nowrap;
    }

.sticky-header th span {
    width: 100%;
}

.fluidreport-toggle {
    width: 30px;
    cursor: pointer;
    border-right: 1px solid #eeeeee !important;
    text-align: center;
}

.sticky-header {
    position: sticky;
    z-index: 20;
    top: 0;
}

.fixed-side-toggle {
    padding: 0px;
    width: 35px;
    position: sticky;
    right: 0px;
}

.fixed-side-toggle span {
    width: 43px !important;
    display: block;
}

.fixed-side-name {
    position: sticky;
    left: 0px
}

.fixed-side-name span {
    min-width: 135px;
    display: block;
}

.fixed-side-grandtotal {
    position: sticky;
    left: 175px;
}

.fixed-side-grandtotal span {
    display: inline-block;
    text-align: center;
}

.fluidreport-row-cat td span {
    font-weight: bold;
    color: #333333;
}

.fluidreport-row-mod td span {
    font-weight: bold;
    color: #0863c5 !important;
}

/* !FLUID REPORT - STICKY TABLE */
.tree-equipment-item {
    display: list-item;
}

.tree-equipment-item-hidden {
    display: none;
}