﻿@font-face {
    font-family: 'Segoe Condensed';
    src: url('../Fonts/SegoeCondensed.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe Condensed';
    src: url('../Fonts/SegoeCondensedBold.ttf');
    font-weight: 700;
    font-style: normal;
}



* {

    font-family: 'Segoe UI', 'SF Display', sans-serif;
    outline: none;
    color: #020202;
}

.navbar-nav>li>a>span.mobileTag {
    font-size: 12px;
    color: #4f24b7;
}

#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    z-index: 99;
    background: #fff
}

@-webkit-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate-forever {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loading {

    transition: opacity .4s;
    opacity: 1;
}

body.loaded .loading {

    opacity: 0;
}

.loading-spinner {
    -webkit-animation-duration: 0.75s;
    -moz-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: rotate-forever;
    -moz-animation-name: rotate-forever;
    animation-name: rotate-forever;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    height: 30px;
    width: 30px;
    border: 8px solid #223D7D;
    border-right-color: transparent;
    border-radius: 50%;
    display: inline-block;
}


.loading-spinner {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    margin: -15px 0 -15px;
}


body {

    padding-bottom: 60px;
    /*padding-top: 71px;*/
    padding-top: 9vh;
    background-color: #aca0f199;
}

@media screen and (min-width: 768px) {
    body {
        /*background: rgba(121,134,141,1);
        background: -moz-linear-gradient(top, rgba(121,134,141,1) 0%, rgba(28,36,60,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(121,134,141,1)), color-stop(100%, rgba(28,36,60,1)));
        background: -webkit-linear-gradient(top, rgba(121,134,141,1) 0%, rgba(28,36,60,1) 100%);
        background: -o-linear-gradient(top, rgba(121,134,141,1) 0%, rgba(28,36,60,1) 100%);
        background: -ms-linear-gradient(top, rgba(121,134,141,1) 0%, rgba(28,36,60,1) 100%);
        background: linear-gradient(to bottom, rgba(121,134,141,1) 0%, rgba(28,36,60,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#79868d', endColorstr='#1c243c', GradientType=0 );
        background-attachment: fixed;
        background-image: url("../Imagenes/mainBg.jpg");*/
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }
}

body.sinMargen {

    padding-top: 12px;
}

.scrolltop {

    position: fixed;
    bottom: 117px;
    right: 38px;
    z-index: 2;
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #223d7d;
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 50%;
    transition: .2s transform;
    padding: 9px;
    transform: scale(0);
    cursor: hand;
    cursor: pointer;
}

.scrolltop.show {

    transform: scale(1);
}

header {

    background-color: #ffffff;
    border-top: 0.6vh solid #ffffff;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10;
    box-shadow: 0 0 20px 0px black;
}

header .navbar {

    margin-bottom: 0;
}

.navbar-right {

    /*margin-top: 15px;*/
    margin-top: 1.4vh;
}

.navbar-brand {

    padding: 1.1vh;
}

.navbar-nav>li {}

.navbar-nav>li.active {

    font-weight: bold;
}

.navbar-nav>li>a {

    padding: 1vh 15px;
    letter-spacing: -.5px;
    font-size: 1.1vw;
    text-align: center;
}

@media (max-width: 768px) {
    .navbar-nav>li>a {
        padding: 8px 10px;
        /* Ajusta este valor según sea necesario */
        font-size: 14px;
        /* Ajusta este valor según sea necesario */
    }
}

.navbar-nav>li>a:focus,
.navbar-nav>li>a:hover {

    background: transparent;
    opacity: .6;
}

.navbar-nav>li>a>span.mobileTag {
    font-size: 12px
}

.navbar-nav>li.user {

    margin-top: 0;
    border-left: 1px solid #223d7d;
    padding: 6px 15px 6px 0;
}

@media (max-width: 768px) {
    .navbar-nav>li.user {
        border-left: none;
        /* Eliminar el borde izquierdo en pantallas más pequeñas */
        padding: 6px 0;
        /* Ajustar el relleno horizontal para pantallas más pequeñas */
        margin-top: 4px;
        /* Ajustar el margen superior para pantallas más pequeñas */
    }
}

.navbar-nav>li.user.open>a {

    background-color: transparent;
}

.navbar-nav>li.user>a {

    font-weight: bold;
    padding-right: 0px;
    color: #ffffff;
}

.navbar-nav>li.user>.dropdown-menu {

    top: calc(100% + 10px);
    min-width: 120px;
}

.navbar-nav>li.user>a>.usericon {

    width: 30px;
    height: 30px;
    background: #3685cb;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 5px;
    color: #fff;
    padding: 8px;
}

.btn-logout-hidden {

    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
}


.control-derecha {

    position: relative;
}


.control-derecha h2 {

    display: inline-block;
}

.control-empresa {

    bottom: 10px;
    right: 331px;
    position: absolute;
}

.control-empresa input[type="text"] {

    padding: 6px;
    padding-right: 0;
    width: 221px;
}

@media (max-width: 768px) {
    .control-empresa input[type="text"] {
        /* Ajustar el ancho y el relleno para pantallas más pequeñas */
        width: 150px;
        /* Cambiar el ancho para pantallas pequeñas */
        padding: 4px;
        /* Cambiar el relleno para pantallas pequeñas */
    }
}

.control-empresa .botonDropDown {

    top: 0;
    height: 34px !important;
    vertical-align: top;
}

.btn-primary {
    background-color: #f39f20;
    border-color: #f39f20;
    cursor: pointer;
}


.btn-primary:hover,
.btn-primary:active {
    background-color: #325bb8;
    /*        margin-left: 20px;*/
}

.btn.active,
.btn:active {

    box-shadow: none;
}

.btn-danger {

    background-color: #f85e54;
}

.control-derecha .btn-group {

    position: absolute;
    right: 0;
    bottom: 10px;
}

@media (max-width: 768px) {

    /* Ajustar la posición del elemento .btn-group para pantallas más pequeñas */
    .control-derecha .btn-group {
        position: static;
        margin-top: 2px;
        /* O cualquier otro valor que desees */
        margin-left: 105px;
    }
}

footer {

    box-shadow: 0 0 24px rgba(0, 0, 0, .2);
    position: fixed;
    width: 100%;
    bottom: 0;
    /*padding: 11px 15px;*/
    padding: 1.8vh 2vh;
    background: #ffffff;
    user-select: none;
    z-index: 10;
}

footer>a {

    text-decoration: none;
    margin-left: 15px;
    display: inline-block;
}

rect[Attributes Style] {
    x: 0;
    y: 0;
    width: 301;
    height: 208;
    stroke: none;
    stroke-width: 0;
    fill: rgb(165, 201, 202);
}


footer>span {

    text-transform: uppercase;
    font-size: 12px;
    font-style: italic;
    color: #333333;
}

footer img {

    height: 4.6vh;
    max-height: 30px;
    opacity: .8
}

footer>img:first-of-type {

    border-right: 1px solid #666;
    padding-right: 15px;
    margin-right: 15px;
}

footer>.footer-mail {

    display: inline-block;
    width: 80%;
    text-align: center;
}

footer>.footer-mail a {

    color: #333;
    margin-right: 12px;
    font-weight: 600;
    font-size: 1vw;
}

footer>.footer-mail a:hover {

    color: #223d7d;
}


footer .btn-group .glyphicon-comment {

    vertical-align: sub
}

footer .btn-group .langtag {

    display: inline-block;
    font-family: arial;
    font-stretch: condensed;
    font-size: 11px;
    font-weight: bold;
}

.ui-state-default.botonDropDown {
    border: 4px solid #1baff5ad;
    background-color: #1baff5ad;
    height: 24px;
    vertical-align: super;
    transform: translateY(1px);
}

@media (max-width: 768px) {
    .ui-state-default.botonDropDown {
        /* Ajustar los estilos para pantallas más pequeñas */
        height: 20px;
        /* Cambiar la altura para pantallas pequeñas */
        transform: translateY(0);
        /* Resetear la transformación para pantallas pequeñas */
    }
}

.btn-primary {
    background-color: #0b6e9dad;
    border-color: #00adffad;
}

.ui-state-default.botonDropDown.ui-state-hover {

    background-color: #325bb8;
    color: #fff;
}

.ui-autocomplete {
    z-index: 9000;
    max-width: 500px;
    min-width: 500px;
    max-height: 300px;
}

.ui-autocomplete .ui-menu-item {

    padding: 5px;
    cursor: hand;
    cursor: pointer;
}

.ui-autocomplete .ui-menu-item.ui-state-focus {

    color: #fff;
    background-color: #2354C9;
}

.formCombobox {

    padding: 1px 0 1px 4px;
    border-radius: 4px 0 0 4px;
}

.ui-widget-header .ui-icon {
    background-image: url(jquery-ui-1.8.20.custom/css/smoothness/images/ui-icons_454545_256x240.png) !important;
}

.ui-tooltip {

    max-width: 200px;
    width: auto !important;
    padding: 5px 10px;
    position: absolute;
    border-color: #ebebeb !important;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .2);
}

.ui-tooltip .ui-tooltip-content {

    width: auto !important;
    display: inline-block;
}

.ui-datepicker table {

    font-size: 12px !important;
}

.ui-datepicker .ui-datepicker-title {

    font-size: 14px;
}

.ui-widget-content.ui-datepicker table .ui-datepicker-today .ui-state-highlight {
    background: #fff !important;
    color: #223d7d !important;
    border-color: #223d7d;
}



.ui-widget-content.ui-datepicker table .ui-datepicker-current-day .ui-state-active {
    background: #223d7d !important;
    color: #fff !important;
    border-color: #223d7d;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {

    cursor: hand;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover,
.ui-datepicker .ui-datepicker-next.ui-state-hover {

    background-color: #223d7d;
    ;
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover span,
.ui-datepicker .ui-datepicker-next.ui-state-hover span {

    background-image: url(jquery-ui-1.8.20.custom/css/smoothness/images/ui-icons_222222_256x240.png) !important;
}

/* reemplazar chk*/


.reemplazarChk label {
    color: white;
}

.reemplazarChk label:before {
    border: 2px solid #999;
}

.reemplazarChk input[type=checkbox]:checked+label:before {

    background-color: #233e7d;
    color: #f3f3f3;
}

#ctl00_contenidoMaster_lnkOlvidoClave {

    color: #fafafb !important;
    font-weight: bold;
}

/* Login */

.panelLogin {
    background: #fff0;
    padding: 10px 10px 25px 10px;
    margin: 100px auto;
    text-align: center;
    transition: all .2s ease-in-out;

    /* background: #fff0;
    padding: 0px 0px 0px 0px;
    margin: auto;
    margin-block: 92px;
    margin-block-start: 110px;
    text-align: center;
    box-shadow: 0 0px 0px rgb(0 0 0 / 12%);
    transition: all .2s ease-in-out;
    border-radius: 52px;
    width: 283px;
    margin-left: 463px;
    margin-top: 107px;*/
}

input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
    background: #f39f20;
    color: #ffffff;
    border: #ffffff;
    font-size: medium;
}

.logoIzquierda {

    width: 158px;
    top: 8px;
    opacity: .8;
}

.logoDerecha {

    width: 118px;
}

.devices-artwork {

    display: none;
}

.verPass {

    line-height: 30px !important;

}

.verPass img {

    filter: brightness(0);
    opacity: .6;
}

/*.verPass {
    position: absolute;
    top: 50%;
    right: 5px;*/
/* Ajusta según sea necesario */
/*transform: translateY(-50%);
    cursor: pointer;
}*/

.verPass {
    display: inline-block;
    position: absolute;
    line-height: 42px;
    left: 50%;
    margin-left: 108px;
    margin-top: 0px;
    cursor: pointer;
    opacity: 0;
    transition: opacity .2s;
}


.gradientBg {
    background: url('../Imagenes/FondoNexproConnect.jpg') !important;
    background-repeat: no-repeat;
    background-size: cover !important;
    background-position: center center !important;
}

.errorcito {
    background: #ffdfe4;
    color: #fb0023;
    display: block;
    font-size: 12px;
    margin: 0 -10px;
    padding: 2px 15px;
}

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

/* home */


/*
.dash-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}*/

.dash-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

@media (max-width: 768px) {
    .dash-section {
        margin: 0;
    }
}

@media (max-width: 480px) {
    .dash-section {
        flex-direction: column;
    }
}

.dash-item {
    background: #ffffff;
    flex-grow: 1;
    flex-basis: 0px;
    padding: 12px;
    padding: 2vh;
    margin: 5px;
    border-radius: 4px;
    border: 1px solid #413f7200;
    position: relative;
}

@media (max-width: 768px) {
    .dash-item {
        /* Ajustar los estilos para pantallas más pequeñas */
        padding: 10px;
        /* Cambiar el relleno horizontal y vertical */
        margin: 3px;
        width: 100%;
        /* Cambiar el margen */
    }
}


@media (max-width: 768px) {
    .dash-item {
        flex-basis: calc(50% - 10px);
    }
}

@media (max-width: 480px) {
    .dash-item {
        flex-basis: 100%;
        margin: 5px 0;
    }
}

.dash-item.loading:after {

    content: '';
    position: absolute;
    background: white;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../Imagenes/preloader.gif);
    background-repeat: no-repeat;
    background-position: center center;
}

.dash-item .cifra {
    /*font-size: 24px;*/
    font-size: 3vh;
    font-weight: 100;
    color: #223d7d;
}

.dash-item h4 {
    margin: 0;
    margin-bottom: 5px;
}

.dash-item h6 {
    margin-top: 5px;
}

.dash-item .chartArea {
    height: 200px;
    position: relative;
}

.dash-item .chartArea .loader {

    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
}

.dash-item .dash-division {

    display: inline-block;
}

.descripcion-grafico {
    vertical-align: top;
    display: inline-block;
    padding-left: 15px;
    margin-left: -8px;
}

.descripcion-grafico h4 {
    margin-top: 0;
    margin-bottom: 12px;
}

.descripcion-grafico h4 .glyphicon-info-sign {

    font-size: 13px;
}

.descripcion-grafico .eje {

    margin: 5px 0;
}

.descripcion-grafico .eje .eje-porc {
    padding: 2px 4px;
    color: #fff;
    margin-right: 5px;
    font-weight: 500;
    display: inline-block;
    min-width: 36px;
    text-align: right;
    font-size: 10px;
}

.descripcion-grafico .eje .eje-tag {
    font-weight: 500;
    margin-right: 5px;
    display: inline-block;
    min-width: 75px;
}

.descripcion-grafico .eje .eje-valor {
    display: inline-block;
    min-width: 45px;
    margin-right: 5px;
}

.dash-section.promedios .dash-item .label {

    padding: 6px 6px 2px 6px;
}

.dash-section.promedios .dash-item .label span {

    font-family: 'Segoe Condensed', 'Segoe UI', sans-serif;
    /*font-size: 18px;*/
    font-size: 2.5vh;
    font-weight: 400;
    display: inline-block;
}

.clas-actual {

    display: inline-block;

}

.clas-actual .clas {

    width: 100px;
    height: 100px;
}

.clas-anterior .clas {

    width: 20px;
    height: 20px;
}

.clas-anterior .clas-comp {

    width: 20px;
    height: 20px;
}

.clas,
.clas-comp {

    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.clas.a {

    background-image: url(../Imagenes/Iveco/score/score_a.svg);
}

.clas.b {

    background-image: url(../Imagenes/Iveco/score/score_b.svg);
}

.clas.c {

    background-image: url(../Imagenes/Iveco/score/score_c.svg);
}

.clas.d {

    background-image: url(../Imagenes/Iveco/score/score_d.svg);
}

.clas.e {

    background-image: url(../Imagenes/Iveco/score/score_e.svg);
}

.clas-comp.up {

    background-image: url(../Imagenes/Iveco/comparison/comparison_up.svg);
}

.clas-comp.down {

    background-image: url(../Imagenes/Iveco/comparison/comparison_down.svg);
}

.clas-comp.inverso.up {

    background-image: url(../Imagenes/Iveco/comparison/comparison_upred.svg);
}

.clas-comp.inverso.down {

    background-image: url(../Imagenes/Iveco/comparison/comparison_downgreen.svg);
}


.clas-comp.same {

    background-image: url(../Imagenes/Iveco/comparison/comparison_same.svg);
}

.detalle .clas-label {

    vertical-align: super;
}

.clas-anterior {

    display: inline-block;
}

.clas-bignum {

    display: block;
    font-size: 27px;
    font-weight: bold;
    line-height: 19px;
    color: #ff8115;
    padding-bottom: 14px;

}

.clas-mednum {

    /*margin-top: 0px;
    font-size: 16px;
    color: #220756;*/
    display: block;
    font-size: 27px;
    font-weight: bold;
    line-height: 19px;
    color: #ff8115;
    padding-bottom: 14px;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: darkslateblue;
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    background-color: darkslateblue;
}


.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: darkslateblue;
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ebeaef;
    /*margin-left: 544px;*/
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
    background-color: #ebeaef;
}

.btn-group>.btn:last-child:not(:first-child),
.btn-group>.dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ebeaef;
}

/*aside.mapa{

    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;

}*/

aside.mapa {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    margin-left: -5px;
}

@media (max-width: 768px) {
    aside.mapa {
        width: 100%;
        /* Cambiar el ancho al 100% en pantallas más pequeñas */
        margin-left: 0;
        /* Eliminar el margen izquierdo negativo */
    }
}

/*aside.mapa .dash-item.home-map{

    position: relative;
    height: 447px;
    overflow:hidden;
    opacity: 0;
    transition: opacity .5s;
}*/

aside.mapa .dash-item.home-map {
    position: relative;
    height: 447px;
    overflow: hidden;
    opacity: 0;
    transition: opacity .5s;
}

@media (max-width: 768px) {
    aside.mapa .dash-item.home-map {
        height: auto;
        max-height: 300px;
        opacity: 1;
    }
}

/*aside.mapa .dash-item.home-map > #map{

    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 32px;
    cursor: hand;
    cursor: pointer;
}*/

aside.mapa .dash-item.home-map>#map {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 32px;
    cursor: pointer;
}

@media (max-width: 768px) {
    aside.mapa .dash-item.home-map>#map {
        top: 0;
        bottom: 0;
        height: 100%;
    }
}


aside.mapa .dash-item.home-map>#map:before {

    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 2;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 90%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);

}

.dashboard-arq.home {

    width: 75%;
    display: inline-block;
    vertical-align: top;
    margin-right: -5px;
}

.dashboard-arq.home .dash-item h4,
aside.mapa .dash-item h4 {

    font-family: 'Segoe Condensed', 'Segoe UI', sans-serif;
    font-weight: bold;
    /*font-size: 18px;*/
    font-size: 2.5vh;
    margin-bottom: 0;
}

.dashboard-arq.home .dash-item h6 {

    /*font-size: 14px;*/
    font-size: 2vh;
}

.dashboard-arq.home .dash-section.valores .dash-item {

    /*padding-left: 53px;*/
    padding-left: 8vh;
    position: relative;
    opacity: 0;
    transition: opacity .5s;
}

.dashboard-arq.home .dash-section.valores .dash-item:before {

    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    /*left: 6px;*/
    left: .9vh;
    /*width: 43px;*/
    width: 6vh;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../Imagenes/Iveco/dashboard/icon_consumo.svg);

}

.dashboard-arq.home .dash-section.valores .dash-item:nth-child(2):before {

    background-image: url(../Imagenes/Iveco/dashboard/icon_distancia.svg);
}

.dashboard-arq.home .dash-section.valores .dash-item:nth-child(3):before {

    background-image: url(../Imagenes/Iveco/dashboard/icon_hmotor.svg);
}

.dashboard-arq.home .dash-section.valores .dash-item:last-child:before {

    background-image: url(../Imagenes/Iveco/dashboard/icon_hralenti.svg);
}

.dashboard-arq.home .dash-section.promedios .dash-item {

    opacity: 0;
    transition: opacity .5s;
    transition-delay: .5s;
}

.dashboard-arq.home .dash-section.promedios .dash-item .cifra .unidad {

    /*font-size: 18px;*/
    font-size: 1.4vw;
}

.dashboard-arq.home .dash-section.graficos .dash-item {

    opacity: 0;
    transition: opacity .5s;
    transition-delay: 1s;
}

.dashboard-arq.home .dash-item #grafico-general #grafico-general2 {
    width: 100%;
    height: 15vw;
    margin-top: 16px;
}

.dashboard-arq.home .dash-item .chartArea {
    /*height: 210px;*/
    height: 32vh;
    position: relative;
}

.dashboard-arq.home .dash-item .floating-btn-group {

    position: absolute;
    top: 11px;
    right: 10px;
    z-index: 2;
}

/* animaciones del home */

body.loaded aside.mapa .dash-item {

    opacity: 1;
}

body.loaded .dashboard-arq.home .dash-section.valores .dash-item {

    opacity: 1;
}

body.loaded .dashboard-arq.home .dash-section.promedios .dash-item {

    opacity: 1;
}

body.loaded .dashboard-arq.home .dash-section.graficos .dash-item {

    opacity: 1;
}

/* conduccion */

span.score-grilla {
    font-size: 16px;
    font-weight: 500;
    color: #f87f55;
    border: 1px solid #f87f55;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    line-height: 17px
}

span.score-grilla.a {

    color: #5cb85c;
    border-color: #5cb85c;
}

span.score-grilla.b {

    color: #92b290;
    border-color: #92b290;
}

span.score-grilla.c {

    color: #f79f55;
    border-color: #f79f55;
}

span.score-grilla.d {

    color: #f87f55;
    border-color: #f87f55;
}

span.score-grilla.e {

    color: #f85e54;
    border-color: #f85e54;
}

span.score-grilla.prom {

    color: #fff !important;
    font-weight: 700;
}

span.score-grilla.prom.a {

    background-color: #5cb85c;
}

span.score-grilla.prom.b {

    background-color: #92b290;
}

span.score-grilla.prom.c {

    background-color: #f79f55;
}

span.score-grilla.prom.d {

    background-color: #f87f55;
}

span.score-grilla.prom.e {

    background-color: #f85e54;
}

tr.odd td.score-grilla,
tr.even td.score-grilla {

    color: #fff !important;
    font-size: 16px;
    font-weight: 700;
}

td.score-grilla.a {

    background-color: #5cb85c;
}

td.score-grilla.b {

    background-color: #92b290;
}

td.score-grilla.c {

    background-color: #f79f55;
}

td.score-grilla.d {

    background-color: #f87f55;
}

td.score-grilla.e {

    background-color: #f85e54;
}


table#tablita {

    margin: 0 -12px 0 -12px;
    width: calc(100% + 24px);
}

table#tablita th {
    font-weight: 400;
    letter-spacing: -.6px;
    text-align: center;
}

table#tablita th:first-child {

    text-align: left
}

table#tablita td:first-child {

    text-align: left
}

table#tablita tr {

    border-top: 1px solid hsla(0, 0%, 80%, 1);
}

table#tablita td {

    text-align: center;
    padding: 5px 0;
}

table tr td .desplegable {

    height: 0;
    overflow: hidden;
    transition: all .4s;

}

table tr.desplegado td .desplegable {

    height: auto;
    padding-top: 15px;
}

.arrow-image {

    display: inline-block;
    background-image: url(../Imagenes/Iveco/improvement-icon.svg);
    margin: 0 4px;
    width: 17px;
    height: 17px;
    background-size: cover;
    vertical-align: text-top;

}


/* grillas */

.ui-widget-header {
    background-color: transparent !important;
    color: #000 !important;
    border: none !important;
}

.ui-widget-header label {

    font-weight: 400;

}

/*table .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{

    background-color: #ddd !important;
    color: #000 !important;
}*/
/* Posicionar el buscador donde vos quieras */
#ctl00_contenidoMaster_GridSeguimiento_filter {
    float: left !important;
    /* Elimina que se vaya a la derecha */
    text-align: left !important;
    /* Alinea el label a la izquierda */
    width: auto !important;
    /* Evita que ocupe 50% */
    margin-left: 114px;
    /* Ajustá según tu diseño */
}

#ctl00_contenidoMaster_GridSeguimiento_length label {
    display: flex !important;
    flex-direction: row-reverse !important;
    gap: 6px !important;
}



.ui-state-default.botonDropDown {
    border: 5px solid #3685cb;
    background-color: #3685cb;
    height: 24px;
    vertical-align: super;
    transform: translateY(1px);
}

tr.odd,
tr.even {

    background-color: transparent !important;
}

tr.odd td,
tr.even td {

    border-left: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-color: #ccc !important;
    padding: 10px 7px !important;
    color: #333 !important;
}

.dataTable tr th {
    cursor: hand;
    cursor: pointer;
    background-color: #60b1f9a1;
    font-weight: 600;
}

table.fijado {

    background-color: #ddd !important;
}

table.fijado th {

    font-weight: 600;
}

.dataTable tr th .DataTables_sort_icon {

    transition: filter .4s;
    display: inline-block;
    transform: translateY(3px);
}

.dataTable tr th:hover .DataTables_sort_icon {

    filter: brightness(0);
}

.dash-item tr td:first-child,
.dash-item tr th:first-child {

    padding-left: 12px !important;
}

.dash-item tr td:last-child,
.dash-item tr th:last-child {

    padding-right: 12px !important;
}


.dash-item .JsonGrid {

    margin: 0 -12px 0 -12px;
    width: calc(100% + 24px) !important;

}

.grillaConductores {

    table-layout: fixed;
}

.grillaConductores th:first-child {

    width: 150px;
}

.grillaConductores th:first-child,
.grillaConductores td:first-child {

    text-align: left;

}

.grillaConductores th:last-child span.score-grilla,
.grillaConductores td:last-child span.score-grilla {

    font-weight: 700
}

.grillaConductores th,
.grillaConductores td {

    text-align: center;
}

.grillaConductores td:first-child {

    font-size: 18px;
    border-right: 1px solid #ccc !important;
}

.grillaConductores+.fg-toolbar {

    display: none;
}

.grillaConductores tr.desplegado td:first-child .glyphicon.glyphicon-chevron-down {

    transform: rotate(180deg);
}

.grillaConductores .cifra-puntaje {

    display: block;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Segoe Condensed';
    margin: 0 18px;
    border-radius: 5px 5px 0 0;
    color: #fff;

}

.grillaConductores .prom+.desplegable .cifra-puntaje {

    background-color: transparent !important;
    font-size: 2em
}

.score-grilla.a+.desplegable .cifra-puntaje {

    background-color: #5cb85c;
}

.score-grilla.b+.desplegable .cifra-puntaje {

    background-color: #92b290;
}

.score-grilla.c+.desplegable .cifra-puntaje {

    background-color: #f79f55;
}

.score-grilla.d+.desplegable .cifra-puntaje {

    background-color: #f87f55;
}

.score-grilla.e+.desplegable .cifra-puntaje {

    background-color: #f85e54;
}

.score-grilla.a.prom+.desplegable .cifra-puntaje {

    color: #5cb85c;
}

.score-grilla.b.prom+.desplegable .cifra-puntaje {

    color: #92b290;
}

.score-grilla.c.prom+.desplegable .cifra-puntaje {

    color: #f79f55;
}

.score-grilla.d.prom+.desplegable .cifra-puntaje {

    color: #f87f55;
}

.score-grilla.e.prom+.desplegable .cifra-puntaje {

    color: #f85e54;
}



.grillaConductores .mejora {
    background-color: rgba(0, 0, 0, 0.09);
    padding: 5px 10px;
    color: #333;
    margin: 0 18px;
    border-radius: 0 0 5px 5px;
    display: block;
    font-size: 12px;
    position: relative;
}


.grillaConductores .mejora.ideal {

    background: rgba(0, 255, 0, .2);
    color: #386f38;

}

.grillaConductores .mejora>.glyphicon {

    display: block;
    margin-bottom: 5px;
    color: #386f38;
}

.grillaConductores .mejora span.iconos-mejora {
    display: block;
    margin-bottom: 8px;
}

.grillaConductores .mejora span.iconos-mejora .score-grilla {

    font-size: 12px;
    line-height: 14px;
    height: 17px
}

.grillaConductores .mejora span.iconos-mejora .score-grilla.prom {

    opacity: .6;
}

.grillaConductores .mejora span.iconos-mejora .glyphicon {

    font-size: .8em;
    margin: 0 5px;
    color: #999;
}

.mejora {
    width: auto !important;
    /* Permitir que el ancho del contenedor se ajuste automáticamente */
    max-width: 100%;
    /* Limitar el ancho máximo al 100% del contenedor padre */
    overflow-y: auto;
    /* Agregar barra de desplazamiento vertical si el contenido excede la altura del contenedor */
    /* Propiedades para ajustar el texto */
    word-wrap: break-word !important;
    /* Para navegadores más antiguos */
    overflow-wrap: break-word !important;
    white-space: normal !important;
    /* Permitir el ajuste del texto al contenedor */
}

.column-grid-help {

    font-size: 14px;
    color: #223d7d;
    vertical-align: initial;
    margin-left: 5px;
    display: inline-block;
}

.popover {

    max-width: 999px;
    max-height: 270px;
    padding: 0px !important;
}

.botoneraSeguimiento2 {

    display: none;
}

.botoneraSeguimiento7 {
    background: #7567aa;
    display: none;
    padding: 10px;
    left: 85.9%;
    /* left: 1062px; */
    top: 19px;
    position: relative;
    border-radius: 0 0 5px 5px;
    border: 3px solid #5d3ea6;
    border-top: none;
}

.botoneraSeguimiento7 img {
    width: 34px;
    height: auto;
    background: #3C276E;
    border-radius: 5px;
    border: 2px solid #3C276E;
    transition: border .2s;
}

.botoneraSeguimiento7 a {
    animation-name: animBotonera;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

.botoneraSeguimiento7 a:first-child {
    animation-delay: .6s;
}

.botoneraSeguimiento7 a:nth-child(2) {
    animation-delay: .4s;
}

.botoneraSeguimiento7 a:nth-child(3) {
    animation-delay: .2s;
}

.botoneraSeguimiento7 img:hover {
    border-color: White;
}

.panel-seguimiento {

    border: 0px;
    position: absolute;
    bottom: 56px;
    z-index: 3;
    background: #fff;
    padding: 0px 2px 10px 10px;
    top: 71px;
    bottom: 50px;
    left: 0;
}

.panel-seguimiento #grilla {

    overflow-y: scroll;
    padding-right: 4px;
    padding-bottom: 4px;
}

@media screen and (max-width: 768px) {

    /* ============================================
       PANEL COMPLETO (estado normal)
    ============================================ */
    #panel.panel-seguimiento {
        width: 80%;
        max-width: 80%;
        transition: width 0.3s ease-in-out, max-width 0.3s ease-in-out, overflow 0.3s ease-in-out;
    }

    /* ============================================
       AJUSTES DE LA GRILLA
    ============================================ */
    #panel.panel-seguimiento #grilla>div {
        width: auto;
        max-width: 100%;
        margin-left: 0 !important;
    }

    #panel.panel-seguimiento #grilla {
        white-space: nowrap !important;
    }

    /* ============================================
       FORMULARIOS (Empresa, País)
    ============================================ */
    #panel.panel-seguimiento .panelCombos {
        display: flex !important;
        flex-direction: column;
        gap: 10px;
        width: 100%;
        padding: 5px 10px;
        box-sizing: border-box;
    }

    #panel.panel-seguimiento .conjFormulario {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    #panel.panel-seguimiento .conjFormulario>div {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 4px;
        width: 100%;
    }

    #panel.panel-seguimiento #SelEmpresa,
    #panel.panel-seguimiento #SelPais {
        width: 100% !important;
        height: 32px !important;
        padding-left: 6px;
        box-sizing: border-box;
    }

    #panel.panel-seguimiento #SelEmpresa+button,
    #panel.panel-seguimiento #SelPais+button {
        width: 33px !important;
        height: 30px !important;
        min-width: 32px !important;
        padding: 0 !important;
        margin: 0 !important;
        flex-shrink: 0;
        top: -31px !important;
        left: 261px;
    }

    /* ============================================
       BUSCADOR
    ============================================ */
    #panel.panel-seguimiento .dataTables_filter {
        float: none !important;
        clear: both !important;
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 6px !important;
        margin-top: 12px !important;
        width: auto !important;
        margin-left: -210px;
    }

    #panel.panel-seguimiento .dataTables_filter label {
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 6px !important;
        margin: 0 !important;
        width: auto !important;
    }

    #panel.panel-seguimiento .dataTables_filter input[type="text"] {
        height: 32px !important;
        width: 160px !important;
        max-width: 160px !important;
        box-sizing: border-box;
        margin: 0 !important;
    }

    #panel.panel-seguimiento .dataTables_filter input[type="text"]+button {
        width: 32px !important;
        height: 32px !important;
        padding: 0 !important;
        margin: 0 !important;
        flex-shrink: 0;
    }

    /* ============================================
       COLAPSO DEL PANEL (CLAVE)
       Si el JS oculta la grilla → achicar panel
    ============================================ */
    #panel.panel-seguimiento:has(#grilla[style*="display: none"]) {
        width: 45px !important;
        max-width: 45px !important;
        overflow: hidden !important;
        transition: width 0.3s ease-in-out, max-width 0.3s ease-in-out;
    }

    /* ============================================
       MOVER BARRA VIOLETA CUANDO ESTÁ COLAPSADO
    ============================================ */
    #panel.panel-seguimiento:has(#grilla[style*="display: none"]) .barraColapsar {
        right: 0 !important;
        transition: right 0.3s ease-in-out;
    }

    /* ============================================
       MOVER BOTÓN COLAPSAR CUANDO ESTÁ COLAPSADO
    ============================================ */
    #panel.panel-seguimiento:has(#grilla[style*="display: none"]) .botonColapsar {
        right: 0 !important;
        border-left: none !important;
        transition: right 0.3s ease-in-out, border-left 0.3s ease-in-out;
    }
        #panel.panel-seguimiento .dataTables_filter {
            margin-bottom: 12px;  espacio con la grilla 
        }

            #panel.panel-seguimiento
            .dataTables_filter .ui-state-default,
            #panel.panel-seguimiento
            .dataTables_filter .ui-state-focus,
            #panel.panel-seguimiento
            .dataTables_filter .ui-state-hover {
                outline: none !important;
                border: none !important;
                box-shadow: none !important;
                background-image: none !important;
            }

        /* ============================================
       RELOJES - LAYOUT MOBILE (como consola)
    ============================================ */

        #panel.panel-seguimiento .containerRelojes {
            float: left;
            width: 73%;
            margin: -12px 1px 3px 0%;
            padding: 6px 8px;
            box-sizing: border-box;
            border-radius: 8px;
            min-height: 26px;
        }

            /* Ajuste fino del contenido interno */
            #panel.panel-seguimiento .containerRelojes img {
                vertical-align: middle;
                margin-right: 6px;
            }

            #panel.panel-seguimiento .containerRelojes span {
                vertical-align: middle;
                font-size: 12px;
                line-height: 1.2;
            }
        #panel.panel-seguimiento #grilla > div {
            background: #d6d6d6; /* gris más suave */
            border-radius: 10px;
            padding: 0px 0;
            margin-top: 6px;
        }
        #panel.panel-seguimiento .containerRelojes {
            background: #f4f4f4; /* más claro */
            border: 1px solid #cfcfcf; /* borde sutil */
            box-shadow: 0 1px 2px rgba(0,0,0,0.08);
        }
            #panel.panel-seguimiento .containerRelojes span {
                color: #333;
                font-weight: 500;
            }
        /* Contenedor gris de relojes */
        #panel.panel-seguimiento #grilla > div[style*="rgb(170, 170, 170)"] {
            width: 90% !important;
            margin: 7px auto !important;
            padding: 0px 0 !important;
            float: none !important;
        }
            /* ============================================
       CONTAINER RELOJES (NUEVO – MOBILE)
    ============================================ */
   /* #panel.panel-seguimiento #grilla > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 8px;
    }
            
            
            #panel.panel-seguimiento .containerRelojes {
            width: calc(33.33% - 6px);
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 6px 4px;
            box-sizing: border-box;
            text-align: center;
        }*/

}




/* width */
.panel-seguimiento #grilla::-webkit-scrollbar {
    width: 5px;
    margin-right: 5px;
}


/* Handle */
.panel-seguimiento #grilla::-webkit-scrollbar-thumb {
    background: #7327a2;
    border-radius: 10px;
    border: 5px transparent;
}

.panel-seguimiento #grilla::-webkit-scrollbar-track {
    border-radius: 10px;
    margin: 5px;
    padding: 5px;
    padding-right: 5px;
}

.panelCombos {
    background: white;
    padding: 10px;
    margin-bottom: -56px;
}

/* Handle on hover */
.panel-seguimiento #grilla::-webkit-scrollbar-thumb:hover {
    background: #b30000;
}

.mapa-seguimiento {
    position: fixed;
    top: 71px;
    left: 0;
    right: 0;
    bottom: 56px;
}

.mapa-seguimiento .divtreelist#ctl00_contenidoMaster_ctlViasFerrobaires_treelist {

    width: 272px;

}

.barraColapsar {
    width: 15px;
    background: #9679da;
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0px;
    transition: right 0.3s ease-in-out;
}

.botonColapsar {
    width: 40px;
    height: 40px;
    padding: 10px;
    background: #9679da;
    position: absolute;
    top: calc(50% - 20px);
    right: -40px;
    border-left: 1px solid #9679da;
    cursor: pointer;
    cursor: hand;
    transition: background 0.4s ease-in-out, right 0.3s ease-in-out, border-left 0.3s ease-in-out;
}

.botonColapsar:hover {
    background: #223d7d;
}

#flechaColapsar {
    transition: .4s transform;
}

#flechaColapsar.flipeado {
    transform: rotateY(180deg);
}

.btn-auto-refresh label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    font-size: 13px;
    color: white;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    width: 96px;
}

.btn-auto-refresh label:before {
    content: "•";
    color: rgba(255, 255, 255, .4);
    background-color: #223d7d;
    background-image: url(../Imagenes/Iveco/mapServerRefresh.png);
    background-repeat: no-repeat;
    background-position: 9px 3px;
    border: #484848 1px solid !important;
    border-radius: 4px;
    display: inline-block;
    padding: 2px;
    width: 37px;
    height: 30px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 1px;
    transform: translateY(7px);
    transition: all .2s;

}

.btn-auto-refresh label:hover:before {
    background-color: #325bb8;

}

.btn-auto-refresh input[type=checkbox]:checked+label:before {
    color: #6cff6c;

}

.btn-auto-refresh #ctl00_contenidoMaster_btnBuscar {

    opacity: 0;
    width: 0;
    height: 0;
}

#ctl00_contenidoMaster_GridSeguimiento tr.even td,
#ctl00_contenidoMaster_GridSeguimiento tr.odd td {

    padding: 3px 0px !important;
}

.dataTables_info {

    font-size: 11px;
}

div[id$="_Pais"],
div[id$="_Provincia"],
div[id$="_autore"] {
    display: none !important;
}

.paging_full_numbers .ui-button {

    background-color: #3685cb !important;
    font-size: 11px;
}

/* treelist */

.titletreelist {
    margin-left: 10px;
}

.divtreelist {
    float: left;
    min-width: 280px !important;
    width: auto;
    height: 445px;
    overflow-y: scroll;
    background-color: rgb(234, 234, 234);
    position: relative;
    /*margin: 22px 0 0 0;*/
    z-index: 10;
    border: 1px solid gray;
    display: block;


}

.combotreelist {
    float: left;
    cursor: pointer;
    background-color: #075eab;
    color: white;
    padding: 2px 0px 2px 0px;
    min-width: 182px !important;
}

.treelist {
    float: left;
}

.divspantitle {
    float: left;
    width: 87%;
}

.buttontitle,
.buttontitleup {
    display: block;
    height: 15px;
    width: 10%;
    background-image: url('../../Images/triangulito.png');
    background-repeat: no-repeat;
    margin: 0px 0px 0px 0px;
    float: left;
}

.buttontitleup {
    background-image: url('../../Images/triangulitoUp.png');
}

.jstree-default .jstree-checkbox {
    background-position: 0 0 !important;
    background-image: url(../Images/treelist/chk-normal.png) !important;
}

.jstree-default .jstree-checkbox:hover {
    background-position: 0 0 !important;
    background-image: url(../Images/treelist/chk-hover-normal.png) !important;
}

.jstree-default .jstree-clicked>.jstree-checkbox {
    background-position: 0 0 !important;
    background-image: url(../Images/treelist/chk-checked-full.png) !important;
}

.jstree-default .jstree-clicked>.jstree-checkbox:hover {
    background-position: 0 0 !important;
    background-image: url(../Images/treelist/chk-hover-checked-full.png) !important;
}

.jstree-default .jstree-anchor>.jstree-undetermined {
    background-position: 0 0 !important;
    background-image: url(../Images/treelist/chk-checked.png) !important;
}

.jstree-default .jstree-anchor>.jstree-undetermined:hover {
    background-position: 0 0 !important;
    background-image: url(../Images/treelist/chk-hover-checked.png) !important;
}

/* seguimiento div cargando */

#divCargando .cargando-fallback {

    background-color: #fff;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0.7;
}

#divCargando .cargando-cuadro {

    background-color: #223d7d;
    margin-left: -43px;
    padding: 20px;
    margin-top: -20px;
    position: fixed;
    z-index: 3;
    left: 50%;
    top: 50%;
    color: Red;
    border-radius: 4px;
}


/* extras */

.emoji {

    font-weight: 400;
    font-family: apple color emoji, segoe ui emoji, noto color emoji, android emoji, emojisymbols, emojione mozilla, twemoji mozilla, segoe ui symbol;
}

.loader {
    border: 9px solid #999;
    border-top: 9px solid #223d7d;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.btn-rango {

    position: relative;
}

.btn-rango .cont-rango {

    display: none;
    position: absolute;
    top: 33px;
    right: 0;
    height: 80px;
    width: 200px;
    background: white;
    border: 1px solid #cccccc;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.btn-rango.active .cont-rango {

    display: block;
}

/* Ocultar ayudas rapidas */

.help-panel,
.tutorial-backdrop {

    display: none !important;
}


/* Estilos de compatibilidad con forms Vectio Latam ----------------------------------------------------------------------------------------*/

/* Navbar */

.navbar-nav .dropdown img {

    /*display: none;*/
    display: block;
    margin: 0 auto;
}

/* Tabs */

.nav.nav-tabs {

    margin-top: 18px;
}

/* Encabezado */

.formTitle {

    background-color: #fff;
    padding: 0 15px;
    margin-top: 18px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.formTitle.sub {

    padding-top: 0;
    margin-top: 0 !important;
}

.nav.nav-tabs+.formTitle {
    margin-top: 0px !important;
    border-radius: 0px;
}

.formTitle,
.formTitle span {

    font-size: 30px;
    padding-top: 77px;
    padding-bottom: 10px;
    margin: 0;
    font-weight: 500;
    line-height: 1.1;
}

#paddingTitle {
    padding-top: 25px;
}

.formTitle.sub,
.formTitle.sub span {

    font-size: 24px;
}

#lbltituloShoTable {
    font-size: 24px;
    background-color: white;
    margin-block: auto;
    margin-top: 20px;
    padding-block: 10px;
    padding-left: 10px;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.subtVineta {

    font-weight: bold;
    font-size: 18px;
    display: block;
    margin: 20px 0 10px 0;
}

/* Form bootstrap grids */
.ui-slider-range.ui-widget-header {
    background-image: url("../Imagenes/stripePatternActive2.png") !important;
    /*background-attachment: fixed;*/
    background-repeat: repeat;
}

.formBase {

    margin: 0;
    background-color: #ffff;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.panelRutas .formBase {
    background: rgb(46, 49, 58);
    margin-bottom: 0;
}

.conjFormulario {
    min-height: 40px;
    margin-left: -1px;
    position: relative;
    top: -4px;
    z-index: 2;
}

#ctl00_contenidoMaster_GridSeguimiento_length {
    position: relative !important;
    top: 4px !important;
    margin-left: -254px;
}

/* Ocultar las opciones no deseadas del selector de cantidad de registros */
#ctl00_contenidoMaster_GridSeguimiento_length select option[value="10000"],
#ctl00_contenidoMaster_GridSeguimiento_length select option[value="0"] {
    display: none !important;
}


#ctl00_contenidoMaster_GridSeguimiento_filter {
    position: relative;
}

#ctl00_contenidoMaster_GridSeguimiento_filter input {
    padding-left: 32px !important;
    background: url('https://cdn-icons-png.flaticon.com/512/622/622669.png') no-repeat 8px center / 16px;
}

/* Ancho del input */
#SelEmpresa {
    width: 554px !important;
    /* o el tamaño que quieras */
    height: 23px !important;
    box-sizing: border-box !important;
}

/* Botón del ComboBox (la flecha azul) */
#SelEmpresa+button {
    height: 23px !important;
    /* misma altura que el input */
    margin-top: -36px !important;
    /* que no se desplace hacia abajo */
    position: relative !important;
    top: -13px !important;
    /* alineado verticalmente */
    margin-left: 553px;
}

.conjFormulario2 {
    min-height: 40px;
    margin-left: 0px;
}


.conjFormulario label {
    width: 100px;
    text-align: left;
    margin-left: 5px;
}

.btnCalendario {
    cursor: pointer;
    width: auto !important;
}

.ComboBoxAjustar {
    width: 100px;
    display: inline-block;
}

input[type=text].cajaTexto,
textarea.cajaTexto,
input[type=password].cajaTexto {
    border: 1px solid #181d91 !important;
    padding: 1px 0 1px 4px;
    border-radius: 0px;
    margin-top: 4px;
    margin-left: 5px;
    color: #0a0909;
    font-size: 15px;
}

input[type="text"].cajaTexto.hasDatepicker {
    width: 90px !important;
}

input[type=text].cajaTexto {

    width: 187px;
    margin-left: 5px;
}


input[type=text].cajaTexto1 {
    width: 187px;
    margin-left: -23px;
}

input[type=text].cajaTexto {
    width: 177px;
    margin-left: 5px;
}

.comboTexto {

    border: 1px solid #aaaaaa;
    padding: 1px 0 1px 4px;
    border-radius: 4px;
    margin-top: 4px;
}

.custom-file-input {
    /* display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid #121f40;
    border-radius: 4px;
    background-color: #223d7d;*/

    display: table;
    position: relative;
    background-color: #ddd;
    border-color: grey !important;
    box-shadow: 0px 2px 0px grey;
    cursor: pointer;
    cursor: hand;
    width: 153px;
    height: 34px;
}

.custom-file-input.grey {
    background-color: #c9a2cbed;
}

.custom-file-input input {
    visibility: hidden;
    width: 150px;
    display: none;
}

.custom-file-input>label {

    color: #fff;
    font-weight: normal;
    margin: 0;
    cursor: pointer;
    cursor: hand;
}

.ui-datepicker {

    width: 20em !important;
}

/* Grilla */

.fg-toolbar.ui-toolbar.ui-widget-header.ui-corner-tl.ui-corner-tr.ui-helper-clearfix {
    padding: 49px 12px 1px 220px;
    background-color: #fff !important;
}

.fg-toolbar.ui-toolbar.ui-widget-header.ui-corner-bl.ui-corner-br.ui-helper-clearfix {
    background-color: #60b1f9a1 !important;
    padding: 4px 12px 12px 12px;
}

.formBase .fg-toolbar.ui-toolbar.ui-widget-header.ui-corner-tl.ui-corner-tr.ui-helper-clearfix {
    background-color: #60b1f9a1 !important;
    border: 1px solid #60b1f9a1;
}


.dash-item .gridUnidades .fg-toolbar.ui-toolbar.ui-widget-header.ui-corner-tl.ui-corner-tr.ui-helper-clearfix {
    /* para no modificar grilla de analisis de conduccion */
    padding: 4px 12px 4px 12px;
    background-color: transparent !important;
}

.JsonGrid.dataTable {

    background-color: #fff;
}

.JsonGrid.dataTable th {

    text-align: center;
}

.JsonGrid.dataTable th:first-child,
.JsonGrid.dataTable td:first-child {

    padding-left: 12px;
}


@media (max-width: 768px) {

    .JsonGrid.dataTable th:first-child,
    .JsonGrid.dataTable td:first-child {
        /* Ajustar el relleno para pantallas más pequeñas */
        padding-left: 8px;
        /* Cambiar el relleno para pantallas pequeñas */
    }
}

.fg-toolbar.ui-corner-bl.ui-corner-br {

    margin-bottom: 14px;
}

tr td img[src="../Images/grid/status/0.gif"],
tr td img[src="../Images/grid/status/0b.gif"],
tr td img[src="../Images/grid/status/1.gif"],
tr td img[src="../Images/grid/status/-1.gif"],
tr td img[src="../Images/grid/status/2.gif"],
tr td img[src="../Images/grid/status/3.gif"],
tr td img[src="../Images/grid/status/4.gif"] {
    border-radius: 21px;
    padding: 5px;
}

.dataTables_empty {

    text-align: center !important;
}

/* Tabla documentos unidades show */

.tdsubtitulopagina {

    background-color: transparent !important;
    color: #333 !important;
}

.gridDocumentos,
.gridDocumentos th,
.gridDocumentos td {
    border: none !important;
}

.gridDocumentos th {
    background: #223d7d;
    color: #fff;
    text-align: center;
}

.gridDocumentos th:first-child {
    width: 30%;
}

.gridDocumentos tr {
    border-bottom: 1px solid #92A0AB;
}

.gridDocumentos td {
    text-align: center;
    border-bottom: 1px solid #333;
    height: 34px;
}

.gridDocumentos td:first-child,
.gridDocumentos th:first-child {
    text-align: left;
    padding-left: 5px;
}

.gridDocumentos td:first-child {
    font-weight: bold;
}

/* Chat msjs conductor */

.columnaInputChat {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    overflow: hidden;
    display: flex;
    padding: 5px;
    border-top: 1px solid #32394F;
}

.columnaInputChat input[type=text].cajaTexto {
    background: rgb(28, 32, 45) !important;
    height: 32px;
}

.btnEnviar {
    width: 42px;
    height: 42px;
    display: inline-block;
    padding: 9px 7px 9px 11px;
    border: 2px solid #223d7d;
    border-radius: 50%;
    background: #223d7d;
    margin: 5px;
    transition: all .2s;
}

.btnEnviar:hover {
    border-color: #2d52a9;
    background-color: #2d52a9;
    cursor: pointer;
    cursor: hand;
}

/* Filas data */
.showPersonaTabla .col-lg-3,
.showPersonaTabla .col-lg-2,
.showPersonaTabla .col-lg-4,
.showPersonaTabla .col-lg-6,
.showPersonaTabla .col-lg-8,
.showPersonaTabla .col-lg-9,
.showPersonaTabla .col-lg-10 {
    min-height: 30px;
    height: 30px;
    text-align: left !important;
    vertical-align: middle;
}

.showPersonaTabla .col-lg-3,
.showPersonaTabla .col-lg-2,
.showPersonaTabla .col-lg-4,
.showPersonaTabla .col-lg-6,
.showPersonaTabla .col-lg-8,
.showPersonaTabla .col-lg-9,
.showPersonaTabla .col-lg-10 {
    min-height: 49px;
    height: 28px;
    text-align: left !important;
    vertical-align: middle;
    width: 251px;
}

.tdsubtitulopagina {
    font-size: 18px;
    display: block;
    margin: 20px 0 10px 0;
    text-align: left;
    font-weight: bold;
    /* color: #2B8EE4; */
    background: rgba(43, 142, 228, 0.15);
    padding: 5px;
    color: white;
}

.showPersonaTabla>div * {

    vertical-align: sub
}

.filaClara {

    background: initial;
}

.filaOscura {

    background: rgba(0, 0, 0, 0.03);
}

/* Secciones detalle unidad */

.actionFields {
    border: 1px solid #666;
    margin-top: 25px;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
}


/* GRAFICOS ECODRIVE */

.formSubtitle {

    display: block;
    font-size: 14px;
    font-weight: bold;
    background: #4f4f4f;
    padding: 5px 15px;
    color: #fff;
    position: relative;
}

.formSubtitle2 {
    display: block;
    font-size: 14px;
    font-weight: bold;
    background: #9bcefb;
    padding: 5px 15px;
    color: #fff;
    position: relative;
    color: black;
}

.tagConsumo {
    font-size: 14px;
    color: #223d7d;
    position: absolute;
    right: 0px;
    top: 0;
    display: block;
    height: 50px;
    width: 18%;
    text-align: right;
    padding: 5px 40px 5px 0;
}

.tagConsumo span {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: block;
}

.tagRpm {
    font-size: 14px;
    color: #223d7d;
    position: absolute;
    right: 0px;
    bottom: 40px;
    display: block;
    height: 50px;
    width: 18%;
    text-align: right;
    padding: 5px 40px 5px 0;
}

.tagRpm span {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    display: block;
}

.graficoComplejo {
    position: relative;
    height: 300px;
}

.graficoComplejo .graficoBase {
    width: 80%;
    height: 300px;
}

.graficoComplejo img.loader {
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -25px;
}

.graficoComplejo .zona {
    position: absolute;
    left: 0;
    right: 0;
}

.graficoComplejo .zona img {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: .6;
    right: 50px;
}

.graficoComplejo .zona.verde {
    background: rgba(0, 255, 0, 0.4);
    border-top: 2px dashed red;
}

.graficoComplejo .zona.roja {
    background: rgba(255, 0, 0, 0.4);
}

/* codigos falla*/

.formSmallTitle {

    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
}

.panelCodigosFalla {
    border: 10px solid #9679da;
    border-radius: 33px;
    padding: 5px 20px 5px 35px;
    background: #fff;
    width: 477px;
    font-size: 0px;
    position: absolute;
    right: 30%;
    bottom: 5%;
    transform: translateX(50%);
    transition: .4s all linear;
}

@media (max-width: 767px) {
    .panelCodigosFalla {
        width: 90%;
        /* Ajustamos el ancho al 90% del contenedor */
        max-width: 400px;
        /* Ajustamos el ancho máximo según sea necesario */
        font-size: 14px;
        /* Ajustamos el tamaño de fuente */
        padding: 15px;
        /* Ajustamos el padding */
        border-radius: 20px;
        /* Ajustamos el radio del borde según sea necesario */
        right: 0;
        left: 0;
        margin: auto;
        /* Centramos horizontalmente */
        bottom: 20px;
        /* Ajustamos la posición vertical */
        transform: none;
        /* Eliminamos la transformación */
        border-width: 5px;
        /* Ajustamos el ancho del borde */
    }
}

/* Media query para pantallas más pequeñas */
@media (max-width: 767px) {
    .panelCodigosFalla {
        border: 10px solid #9679da;
        border-radius: 33px;
        padding: 5px 20px 5px 35px;
        background: #fff;
        width: 477px;
        font-size: 0px;
        position: absolute;
        right: 65%;
        bottom: 5%;
        transform: translateX(50%);
        transition: .4s all linear;
    }
}


.panelCodigosFalla.full {
    right: 50%;
}

.panelCodigosFalla .panelDivision {

    width: 25%;
    display: inline-block;
    font-size: inherit;
}

.panelCodigosFalla .panelDivision .cifra {

    font-size: 19px;
    display: block;
    font-family: 'Segoe Condensed', sans-serif;
}

.panelCodigosFalla .panelDivision .cifra:before {

    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border-radius: 50%;
    background-color: red;
}

.panelCodigosFalla .panelDivision .cifra.sinErrores {

    color: #6C9F43;
}

.panelCodigosFalla .panelDivision .cifra.sinErrores:before {

    background-color: #6C9F43;
}

.panelCodigosFalla .panelDivision .cifra.enTrata {

    color: #008CFF;
}

.panelCodigosFalla .panelDivision .cifra.enTrata:before {

    background-color: #008CFF;
}

.panelCodigosFalla .panelDivision .cifra.advertencia {

    color: #FFAA00;
}

.panelCodigosFalla .panelDivision .cifra.advertencia:before {

    background-color: #FFAA00;
}

.panelCodigosFalla .panelDivision .cifra.critico {

    color: #FF0000;
}

.panelCodigosFalla .panelDivision .cifra.critico:before {

    background-color: #FF0000;
}

.panelCodigosFalla .panelDivision .cifraLabel {

    color: #0E3558;
    font-size: 12px;
}

/* Detalle codigos de falla */

/* tabla errores*/

.cssTablaErrores {

    margin-top: 20px;
}

.cssTablaErrores tr {

    /*border-top: 1px solid rgba(255, 255, 255, 0.4);
            border-bottom: 1px solid rgba(255, 255, 255, 0.4);*/

}

.cssTablaErrores tr:nth-child(odd) {
    background-color: rgba(0, 0, 0, 0.03);
}

.cssTablaErrores tr:first-child {

    background-color: transparent !important;
}

.cssTablaErrores tr:first-child {

    border-top: none;
}

.cssTablaErrores tr:last-child {

    border-bottom: none;
}

.cssTablaErrores td,
.cssTablaErrores th {

    padding: 5px;
    background: rgba(255, 255, 255, 0.04);
    text-align: left;

}

.cssTablaErrores td.segundaFila {

    padding-top: 0px;
}

.cssTablaErrores td.aderecha,
.cssTablaErrores th.aderecha {

    text-align: center;
}

.cssTablaErrores td.ImagenCentrada,
.cssTablaErrores th.ImagenCentrada {

    text-align: center;
}

.cssTablaErrores th {

    text-align: center;
    background-color: #ddd;
}

.cssTablaErrores th:first-child {

    border-top-left-radius: 6px;
}

.cssTablaErrores th:last-child {

    border-top-right-radius: 6px;
    text-align: center;
}

.cssTablaErrores tr:last-child td:first-child {

    border-bottom-left-radius: 6px;
}

.cssTablaErrores tr:last-child td:last-child {

    border-bottom-right-radius: 6px;
}


.dropdown.dropdownIdioma .dropdown-toggle {
    line-height: 10px;
}

.dropdown.dropdownIdioma .dropdown-menu {
    width: 30px;
    min-width: auto;
}

.dropdown.dropdownIdioma .dropdown-menu .divIdioma {
    text-align: center;
    color: #4f24b7;
}

.dropdown.dropdownIdioma .dropdown-toggle img {

    width: 25px;
    height: auto;
}

.dropdown.dropdownIdioma .dropdown-menu .divIdioma input {
    background: transparent;
    border: none;
    font-size: .8em;
    color: #4f24b7;
}

.dropdown.dropdownIdioma .dropdown-toggle {
    background: transparent;
    line-height: 13px;
    text-align: left;
    padding-left: 15px;
}

.dropdown.dropdownIdioma {

    position: absolute;
    top: 0px;
    right: 0px;
    border-bottom: none;
}

.dropdown.dropdownIdioma:after,
.dropdown.dropdownIdioma.open:after {

    content: '';
}

dropdown.dropdownIdioma:after {

    content: '';
    width: 30px;
    height: 30px;
    background-image: url(../Imagenes/languageIcon.svg);
    background-repeat: no-repeat;
    position: absolute;
    z-index: -1;
    background-size: cover;
    top: 0;
    left: 0;

}

.dropdown.dropdownIdioma .dropdown-toggle,
.navbar-right .dropdown.dropdownIdioma:hover .dropdown-toggle,
.dropdown.dropdownIdioma.open .dropdown-toggle {

    padding: 0px;
    background: transparent !important;
    border-bottom: none;

}


.dropdown.dropdownIdioma .dropdown-menu {

    padding: 2px;
    background-color: #fff !important;
    width: 80px;
    bottom: 20px;
    position: absolute;
    left: auto;
    right: 2px;
    border-radius: 3px;
    border-top: none;
}


.dropdown.dropdownIdioma .dropdown-menu:after {

    content: '';
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    top: -10px;
    left: 58px;
    border-style: outset;
    border-width: 0 5px 10px 0px;
    border-color: transparent transparent #ffffff transparent;

}

.btn-primary {
    background-color: #f39f20;
    border-color: #f39f20;
}

.passChangeVal1 {
    white-space: pre-line;
}

.passChangeVal1 {
    font-family: "Verdana", sans-serif;
    font-size: 10px;
    text-align: left;
    display: inline-table;
    margin-left: 510px;
}

.passChangeVal2 {
    white-space: pre-line;
}

.passChangeVal2 {
    font-family: "Verdana", sans-serif;
    font-size: 10px;
    text-align: left;
    display: inline-table;
    margin-left: -1119px;
    margin-top: 79px;
    margin-right: -221px;
}


/*HOME*/

.map-stats {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    font-size: 0;
    padding: 0px 0;
}

.map-stats .vehicle-chart {
    padding: 2px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    left: 11px;
    bottom: 6px;
    background-color: #d8bbff;
}

.map-stats .vehicle-chart .pie-chart {
    width: 90px;
    height: 90px;
}

.pie-chart-data {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #7750b3;
    text-align: center;
    overflow: hidden;
    padding-top: 22px
}

.pie-chart-data .pie-chart-data-number {
    font-size: 33px;
    line-height: 7px;
    font-weight: bold;
    color: white;
}

.pie-chart-data p {
    color: #e5d7d7;
    margin: 0;
    font-size: 13px;
    line-height: 26px;
}

.map-stats .vehicle-stats {
    display: table;
    width: 100%;
    padding-left: 37%;
}

.map-stats .vehicle-stats .vehicle-stats-row {
    display: table-row;
    width: 100%;
}

.map-stats .vehicle-stats .vehicle-stats-row>span {
    display: table-cell;
    border: 4px solid transparent;
}

.map-stats .vehicle-stats .vehicle-stats-row span {
    color: #3c4760;
    font-size: 12px;
}

.map-stats .vehicle-stats .vehicle-stats-row .vehicle-stat-number {
    min-width: 26px;
    padding: 1px 5px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    display: inline-block
}

.map-stats .vehicle-stats .vehicle-stats-row .vehicle-stat-number.positive {
    background: #0c9a59
}

.map-stats .vehicle-stats .vehicle-stats-row .vehicle-stat-number.negative {
    background: #5e5ce0
}

.map-stats .vehicle-stats .vehicle-stats-row .vehicle-icon-stat img {
    display: inline-block;
    margin-right: 5px;
}



.subtSinMargen1 {
    width: 100%;
    background: #9b7defa6;
}




/*aca agrego los stylos param graficos defs iveco*/

.JsonGrid .seleccion {
    background-color: #DF9DFA !important;
    transition: all .4s;
}

/* ESTILOS PARA DASHBOARD ----------------------------------------------------------------- */

.dashboard .homeBox {
    cursor: pointer;
    overflow: hidden;
    /*background: rgba(61, 41, 111, 0.5);*/
    background: #3d296f;
    opacity: 0.5;
    min-height: 0;
    max-height: 60px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.42);
    padding: 5px;
    margin-bottom: 15px;
}

.dashboard.row>div,
.menuAccesos.row>div {
    padding-left: 5px;
    padding-right: 5px;
}

.dashboard .homeBox .imgMetro {

    width: 50px;
}

.dashboard .homeBox span.imgMetro {
    width: 50px;
    height: 50px;
    display: inline-block;
    background-image: url(../Imagenes/Home/iconos/docPersona.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.dashboard .dashboardItem {

    background: #ffffff !important;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.42);
}

.dashboard .dashboardItem.torta {

    position: relative;
}


.dashboard .dashboardItem *::selection {
    background: rgba(0, 0, 0, .4);
}

.dashboard .dashboardItem *::-moz-selection {
    background: rgba(0, 0, 0, .4);
}

.dashboard .dashboardItem.topInfo {

    padding: 5px 10px;
    position: relative;
    height: 64px;
}

.dashboard .dashboardItem.topInfo.topInfoWIcon {

    padding-left: 64px;
}

.dashboard .dashboardItem.topInfo .topInfoIcon {

    position: absolute;
    left: 0;
    top: 0;
    width: 64px;
    height: 64px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    animation: .5s ease-in-out 0s 1 animZoomIn;
}


@keyframes animZoomIn {
    0% {
        background-size: 0%;
    }

    100% {
        background-size: 100%;
    }
}

@keyframes animFadeIn {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.dashboard .dashboardItem.topInfo .topInfoIcon.combustible {

    background-image: url("../Imagenes/dashboard/combustible.svg");
}

.dashboard .dashboardItem.topInfo .topInfoIcon.distancia {

    background-image: url("../Imagenes/dashboard/distancia.svg");
}

.dashboard .dashboardItem.topInfo .topInfoIcon.ralenti {

    background-image: url("../Imagenes/dashboard/ralenti.svg");
}

.dashboard .dashboardItem.topInfo .topInfoIcon.horasMotor {

    background-image: url("../Imagenes/dashboard/horasMotor.svg");
}


.dashboard .dashboardItem.topInfo .topInfoTag {

    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    display: block;
    user-select: none;
    cursor: default;
    opacity: 0;
    animation: .4s ease-in-out .5s 1 animFadeIn;
    animation-fill-mode: forwards
}



.dashboard .dashboardItem.topInfo .topInfoData {

    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    opacity: 0;
    animation: .4s ease-in-out .9s 1 animFadeIn;
    animation-fill-mode: forwards
}

.dashboard .dashboardItem.topInfo.topInfoWIcon .topInfoData {

    line-height: initial;
    font-size: 20px;
}

.dashboard .dashboardItem.topInfo .topInfoData .unidad {

    font-size: 12px;
    color: rgba(255, 255, 255, .5);
}

.dashboard .dashboardItem .chartTag {
    font-size: 14px;
    /* color: rgba(255,255,255,.5);*/
    background: #ffffff;
    opacity: undefined;
    display: block;
    padding: 7px 10px;
    user-select: none;
    cursor: default;
    opacity: 0;
    animation: .4s ease-in-out .5s 1 animFadeIn;
    animation-fill-mode: forwards
}

.dashboard .dashboardItem.bottomInfo .bottomInfoTag {

    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    display: block;
    user-select: none;
    cursor: default;
    opacity: 0;
    animation: .4s ease-in-out .5s 1 animFadeIn;
    animation-fill-mode: forwards
}

.dashboard .dashboardItem.bottomInfo .bottomInfoData {

    font-size: 18px;
    display: block;
    opacity: 0;
    animation: .4s ease-in-out .9s 1 animFadeIn;
    animation-fill-mode: forwards
}

.dashboard .dashboardItem.bottomInfo .bottomInfoData .unidad {

    font-size: 14px;
    color: rgba(255, 255, 255, .5);
}

.dashboard .dashboardItem.extension {

    margin: 0;
    padding: 2px 5px;
    display: inline-block;
    box-shadow: none;
}

.dashboard .dashboardItem.extension * {
    opacity: 0;
    animation: .4s ease-in-out .9s 1 animFadeIn;
    animation-fill-mode: forwards;
    font-size: 10px
}

.dashboard .dashboardItem.extension.positivo {

    background-color: rgba(0, 255, 115, 0.54);
}

.dashboard .dashboardItem.extension.null {

    background-color: #5e5ce0;
}

.dashboard .dashboardItem.extension.negativo {

    background-color: #ff0039;
}

.dashboard .dashboardItem.extension.parcial {

    background-color: #ffd500;
    color: Black;
}

.dashboardItem.titulo {
    border-bottom: 3px solid #1aae7a;
    font-size: 14px;
    position: relative;
    user-select: none;
    cursor: default;
}

.dashboardItem.titulo:after {

    content: '';
    position: absolute;
    display: block;
    height: 3px;
    width: 100%;
    bottom: 0;
    left: 0;
}

.dashboardItem.titulo.home:after {
    background: -moz-linear-gradient(0deg, rgba(40, 178, 224, 1) 0%, rgba(41, 103, 227, 1) 100%);
    ff3.6+background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(40, 178, 224, 1)), color-stop(100%, rgba(41, 103, 227, 1)));
    safari4+,
    chrome background: -webkit-linear-gradient(0deg, rgba(40, 178, 224, 1) 0%, rgba(41, 103, 227, 1) 100%);
    safari5.1+,
    chrome10+background: -o-linear-gradient(0deg, rgba(40, 178, 224, 1) 0%, rgba(41, 103, 227, 1) 100%);
    opera 11.10+background: -ms-linear-gradient(0deg, rgba(40, 178, 224, 1) 0%, rgba(41, 103, 227, 1) 100%);
    ie10+background: linear-gradient(90deg, rgba(40, 178, 224, 1) 0%, rgba(41, 103, 227, 1) 100%);
    w3c filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#28B2E0', endColorstr='#2967E3', GradientType=1);
    ie6-9
}

.dashboardItem.titulo.dashboard:after {
    background: -moz-linear-gradient(0deg, rgba(36, 224, 152, 1) 0%, rgba(19, 138, 100, 1) 100%);
    ff3.6+background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(36, 224, 152, 1)), color-stop(100%, rgba(19, 138, 100, 1)));
    safari4+,
    chrome background: -webkit-linear-gradient(0deg, rgba(36, 224, 152, 1) 0%, rgba(19, 138, 100, 1) 100%);
    safari5.1+,
    chrome10+background: -o-linear-gradient(0deg, rgba(36, 224, 152, 1) 0%, rgba(19, 138, 100, 1) 100%);
    opera 11.10+background: -ms-linear-gradient(0deg, rgba(36, 224, 152, 1) 0%, rgba(19, 138, 100, 1) 100%);
    ie10+background: linear-gradient(90deg, rgba(36, 224, 152, 1) 0%, rgba(19, 138, 100, 1) 100%);
    w3c filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24E098', endColorstr='#138A64', GradientType=1);
    ie6-9
}

.dashboardItem.titulo.accesos:after {
    background: -moz-linear-gradient(0deg, #4939b8 0%, #40358c 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #4939b8), color-stop(100%, #40358c));
    background: -webkit-linear-gradient(0deg, #4939b8 0%, #40358c 100%);
    background: -o-linear-gradient(0deg, #4939b8 0%, #40358c 100%);
    background: -ms-linear-gradient(0deg, #4939b8 0%, #40358c 100%);
    background: linear-gradient(90deg, #4939b8 0%, #40358c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4939b8', endColorstr='#40358c', GradientType=1);
}

.dashboard .chartArea {
    height: auto;
    position: relative;

}

.dashboard .chartArea .torta {

    padding-right: 200px;
}

.dashboard .chartArea.torta+.chartAreaLeyenda {

    position: absolute;
    right: 5px;
    bottom: 5px;
    height: 250px;
    width: 200px;
    padding: 70px 5px 5px 5px;
}

.dashboard .chartArea.torta+.chartAreaLeyenda .leyendaTag {

    display: block;
    margin-bottom: 5px;
}

.dashboard .chartArea.torta+.chartAreaLeyenda .leyendaTag i {

    display: inline-block;
    width: 20px;
    height: 15px;
    margin-right: 5px;
}

.dashboard .chartArea.torta+.chartAreaLeyenda .leyendaTag .leyendaDato {

    font-weight: bold;
    float: right;
}

.dashboard .chartArea.torta+.chartAreaLeyenda .leyendaTag .leyendaDato:after {

    content: ' %';
}

.dashboard .chartArea.sinInformacion {

    background-image: url(../Imagenes/graficoTortaRelleno.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.dashboard .chartArea>div {

    opacity: 0;
    animation: .4s ease-in-out .5s 1 animFadeIn;
    animation-fill-mode: forwards;
}

.dashboard .chartArea .loader {

    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
}

.dashboard .chartArea#chartConsumo path {

    stroke: url("#gradConsumo");
}

.dashboard .chartArea#chartUnidades path {

    stroke: url("#gradUnidades");
}

.dashboard .chartArea#chartUnidades g rect[width="1"] {

    fill: #525a75;
}

.dashboard .chartArea text {

    font-size: 8px !important;
}

.dashboard .chartArea text[font-size="12"] {

    font-size: 12px !important;
}

.dashboard.reporteConduccion .chartArea.torta text {

    font-size: 12px !important;
}

@media screen and (max-width: 1150px) {

    .dashboard .dashboardItem.topInfo .topInfoData,
    .dashboard .dashboardItem.topInfo .topInfoData .unidad {

        font-size: 14px;
        line-height: 24px;
    }

    .dashboard .dashboardItem.bottomInfo .bottomInfoData {

        font-size: 12px;
    }
}

@media screen and (min-width: 992px) {

    .menuAccesos.row {

        margin-bottom: -15px;
    }

}

/*Mapa2.aspx*/

/*Espa*/
#grillaEspa th {
    background-color: #60b1f9a1;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
    height: 29px;
}

#grillaEspa tr {
    background-color: #e5e5e5 !important;
}

#grillaEspa td,
#grillaEspa div {
    color: #000000;
    text-align: center;
}

/*Portu*/
#grillaPortu th {
    background-color: #60b1f9a1;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
    height: 29px;
}

#grillaPortu tr {
    background-color: #e5e5e5 !important;
}

#grillaPortu td,
#grillaPortu div {
    color: #000000;
    text-align: center;
}

/*Ingles*/
#grillaIng th {
    background-color: #60b1f9a1;
    font-weight: 600;
    text-align: center;
    margin: 20px 0;
    height: 29px;
}

#grillaIng tr {
    background-color: #e5e5e5 !important;
}

#grillaIng td,
#grillaIng div {
    color: #000000;
    text-align: center;
}



/*PopUnidades2.aspx*/

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 16px;
    font-weight: 600;
}


#estiloIveco {
    margin-right: -80px;
}

/* scroll para tabs alternativas en mobile*/

@media screen and (max-width: 450px) {

    .nav-tabs.nav-tabs-alternativas {
        overflow-x: auto;
        overflow-y: hidden;
        display: -webkit-box;
        display: -moz-box;
    }

    .nav-tabs.nav-tabs-alternativas::-webkit-scrollbar {
        display: none;
    }

    .nav-tabs.nav-tabs-alternativas>li {
        float: none;
    }
}

/* mantenimiento */

a.link {
    display: inline-block;
    background-image: url(../Imagenes/mant/link.svg);
    width: 13px;
    height: 13px;
    vertical-align: baseline;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
    color: #000000;
}

@media (max-width: 768px) {
    .ui-widget-content {
        border: 1px solid #aaaaaa;
        background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
        color: #000000;
        width: 150px;
    }
}

.defaultTextActive {
    color: #000000;
}

#SelTipoLlave+input,
#selTipoChofer+input {
    color: #000000;
}

#SelTipoLlave+input,
#selTipoChofer+input {
    color: #000000;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #370058;
}

.navbar-toggle .icon-bar {
    height: 4px;
}

.navbar-nav>li>a {
    padding-top: 1px;
    padding-bottom: 2px;
    line-height: 19px;
}

/* Estilos base para los iconos en la barra de navegación */
.navbar-nav>li:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";
    font-size: 1.5em;
    position: absolute;
    top: 15px;
    color: #00ffff00;
}

/* Media query para pantallas más pequeñas */
@media (max-width: 767px) {
    .navbar-nav>li:after {
        font-size: 1em;
        /* Ajusta este valor según sea necesario */
        top: 10px;
        /* Ajusta este valor según sea necesario */
        right: 10px;
        /* Ajusta este valor según sea necesario */
        color: #370058;
    }
}

/*--------------------------------------------------------------------------------------------------------------*/
#sp_ManejoHora1,
#sp_RalentiHora1,
#RPMamarillo1,
#RPMrojo1,
#RPMverde1 {
    color: #768fa6;
    cursor: pointer;
}

/* Estilos para el contenedor principal */
.control-derecha {
    display: block;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.glyphicon-menu-up:before {
    content: "\e260";
    color: #000000;
}

#tResumen {
    left: 16px;
    right: 16px;
    position: fixed;
    width: calc(100% - 32px);
    bottom: 56px;
    table-layout: fixed;
}

.input-container {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.cajaTexto {
    width: calc(100% - 30px);
    /* Ajusta según sea necesario */
}

@media (max-width: 600px) {
    input[type="text"] {
        width: 50%;
        /* Hace que el ancho sea del 100% del contenedor en dispositivos móviles */
    }
}


#pepe {
    width: 150px;
    text-align: left;
    background-color: #666;
    color: #fff !important;
}

#tablaFija {
    left: 16px;
    right: 16px;
    position: fixed;
    width: calc(100% - 32px);
    bottom: 56px;
    table-layout: fixed;
    background: #223d7d;
}

#tablaFija2 {
    left: 16px;
    right: 16px;
    position: fixed;
    width: calc(100% - 32px);
    bottom: 56px;
    table-layout: fixed;
    background: #223d7d;
}

div.ui-datepicker {
    font-size: 13px !important;
}


/*NUEVO*/

/* ====== Paleta pastel coherente con la página ====== */
:root {
    --bg-page: #e7dcff1a;
    /* leve overlay para cohesión */
    --card-bg: #ffffff;
    /* tarjeta clara */
    --card-border: #dfe7ff;
    /* azul muy claro */
    --card-shadow: 0 6px 18px rgba(32, 56, 117, .08);
    --brand-azul: #2b8ee4;
    /* azul de tu UI */
    --brand-azul-50: #7fb6f1;
    /* más claro para bordes */
    --brand-azul-15: rgba(43, 142, 228, .15);
    --text-strong: #1e2433;
    --text-soft: #5c6b82;
}

/* ====== Tarjeta del encabezado ====== */
.sc-card {
    margin: 18px 0 12px;
    /* se despega del borde superior */
    padding: 14px 18px;
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    /*   border-radius: 12px;*/
    box-shadow: var(--card-shadow);
}

.sc-card__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

/* título sin “saltos”, tipografía clara y sin gran margen */
.sc-card__title {
    margin: 0;
    /* nada de huecos raros */
    font-size: 22px;
    /* puedes subir a 24 si lo prefieres */
    font-weight: 700;
    color: var(--text-strong);
    letter-spacing: .2px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    gap: 10px;
}

/* ====== Botón circular pastel ====== */
.sc-info {
    --size: 32px;
    width: var(--size);
    height: var(--size);
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid var(--brand-azul-50);
    /* aro suave */
    background: radial-gradient(120% 120% at 50% 30%, #f6faff 0%, #eef5ff 100%);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), 0 0 0 3px transparent;
    /* para focus animado */
    cursor: pointer;
    transition: box-shadow .15s ease, transform .12s ease, border-color .15s ease;
}

.sc-info span {
    font-size: 16px;
    font-weight: 800;
    color: #2b6cb0;
    /* azul legible */
    line-height: 1;
    transform: translateY(-1px);
    /* centra ópticamente */
    cursor: pointer;
}

.sc-info:hover {
    border-color: var(--brand-azul);
    box-shadow: 0 2px 8px rgba(32, 56, 117, .12), 0 0 0 3px var(--brand-azul-15);
    transform: translateY(-1px);
}

.sc-info:active {
    transform: translateY(0);
}

.sc-info:focus-visible {
    outline: none;
    box-shadow: 0 2px 8px rgba(32, 56, 117, .12), 0 0 0 3px var(--brand-azul-15);
}

/* ====== Ajustes globales de proximidad para que nada quede “pegado” ====== */
.masterContainer {
    padding-top: 12px;
}

.formBase {
    margin-top: 8px;
}

.conjFormulario {
    margin-top: 6px;
}

.sc-card {
    position: relative;
}

.sc-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    border-radius: 12px 12px 0 0;
    background: linear-gradient(90deg, #b7a7f6, #7fb6f1);
}


/*MODAL*/

/* ==== CONTRASTE & TEMA CLARO PARA EL MODAL ==== */
:root {
    --modal-bg: #ffffff;
    --modal-fg: #1f2a44;
    /* texto principal */
    --modal-muted: #516079;
    /* texto secundario */
    --modal-accent: #2b8ee4;
    /* azul de la app */
    --modal-bullet: #7fb6f1;
    /* punto pastel */
    --modal-border: #dfe7ff;
    --overlay-col: rgba(23, 29, 47, .35);
    /* overlay más claro */
    --warn-bg: #fff8e8;
    --warn-border: #ffe2a6;
    --warn-dot: #ffb84d;
}

/* overlay más legible */
.modalOverlay {
    background: var(--overlay-col) !important;
}

/* tarjeta del modal en claro + alto contraste */
.modalOverlay .modalContent {
    background: var(--modal-bg) !important;
    color: var(--modal-fg) !important;
    border: 1px solid var(--modal-border) !important;
    box-shadow: 0 12px 30px rgba(32, 56, 117, .18);
}

/* título y textos */
.modalOverlay .modalContent .modalTitle {
    color: var(--modal-accent) !important;
    margin-top: 6px;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 800;
}

.modalOverlay .modalContent .modalDescription {
    color: var(--modal-muted) !important;
}

.modalOverlay .modalContent .modalDescription a {
    color: var(--modal-accent) !important;
    text-decoration: underline;
}

/* bullets lindos y visibles en fondo claro */
.modalOverlay .modalContent .modalDescription li {
    position: relative;
    padding-left: 24px;
    margin: 8px 0;
    line-height: 1.45;
}

.modalOverlay .modalContent .modalDescription li::before {
    content: "";
    position: absolute;
    left: 8px;
    top: .6em;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--modal-bullet);
    box-shadow: 0 0 0 3px rgba(127, 182, 241, .25);
    transform: translateY(-50%);
}

/* bloque de advertencia (más visible) */
.modalOverlay .modalContent .modalDescription li.is-warning {
    background: var(--warn-bg);
    border: 1px solid var(--warn-border);
    color: #5a4b1a;
    border-radius: 8px;
    padding: 10px 12px 10px 36px;
    margin-top: 10px;
}

.modalOverlay .modalContent .modalDescription li.is-warning::before {
    content: "";
    position: absolute;
    left: 12px;
    top: 50%;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    background: var(--warn-dot);
    box-shadow: 0 0 0 3px rgba(255, 184, 77, .25);
    transform: translateY(-50%) rotate(45deg);
}

/* botón de cierre claro y accesible (cubre .closeBtn o el que uses) */
.modalOverlay .closeBtn {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 28px;
    height: 28px;
    line-height: 26px;
    border-radius: 999px;
    border: 1px solid #cfe0ff;
    background: #f5f9ff;
    color: #2b6cb0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}

.modalOverlay .closeBtn:hover {
    border-color: #5a97ff;
    background: #eef5ff;
}

.modalOverlay .closeBtn:focus-visible {
    outline: 3px solid rgba(122, 168, 255, .35);
    outline-offset: 2px;
}


.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    margin-top: 10px !important;
}


/*MODULO SCORING_UNIDADES_FILTROHORAS*/


/* ===== Fila DOMINIO/HASTA SIN FLEX ===== */
.sc-row-right {
    position: relative;
    /* ancla para el botón */
    padding-right: 160px;
    /* espacio para "Pesquisar" (ajusta 140–180) */
    white-space: nowrap;
    /* todo en una sola línea en desktop */
}

/* Cada pieza en línea y alineada verticalmente */
.sc-row-right>* {
    display: inline-block;
    vertical-align: middle;
}

/* Separaciones suaves (excepto entre input del combo y su caret) */
.sc-row-right .ComboBoxAjustar,
.sc-row-right #<%=dpHasta.ClientID %>,
.sc-row-right label[for="dpHasta"],
.sc-row-right .sc-datetime {
    margin-right: 12px;
}

/* INPUT del combo: no darle margen a la derecha para no separar del caret */
#<%=selUnidad.ClientID %> {
    display: inline-block;
    vertical-align: middle;
    margin-right: 0;
    /* <- clave: pegado al caret */
    min-width: 260px;
    /* evita que se achique */
    box-sizing: border-box;
}

/* CUIDAR el botón/caret renderizado por el asc:ComboBox */
#<%=selUnidad.ClientID %>+.btn,
#<%=selUnidad.ClientID %>+button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    /* separación hacia "Hasta:" */
    height: 34px;
    /* misma altura visual que inputs */
}

/* Botón Pesquisar pegado al borde derecho */
.sc-search {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    height: 36px;
    padding: 0 16px;
    border-radius: 10px;
}

/* Autocomplete del combo por encima de todo */
.ui-autocomplete {
    z-index: 99999 !important;
}

/* ===== Responsive: en móviles sí dejamos que baje en varias líneas ===== */
@media (max-width: 992px) {
    .sc-row-right {
        white-space: normal;
        /* permite salto de línea */
        padding-right: 0;
    }

    .sc-search {
        position: static;
        transform: none;
        width: 100%;
        margin-top: 8px;
    }
}

/*@media (max-width: 768px) {*/

/* Limitar el tamaño del panel para que NO ocupe toda la pantalla */
/*.panel-seguimiento {
        flex: 0 0 auto !important;*/
/* No estirar al 100% del contenedor */
/*width: auto !important;*/
/* Retomar su tamaño real */
/*max-width: 450px !important;*/
/* Ajustá según necesidad */
/*margin: 0 auto !important;*/
/* Centrado */
/*}*/

/* Si querés ser más estricto con la grilla */
/*#grilla {
        max-width: 450px !important;
    }
}*/
