/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 3/09/2019, 12:58:44 PM
    Author     : albaim@hitss
*/

.panel-login{
    -webkit-box-shadow: 6px 3px 23px 1px rgba(143,136,143,1);
    -moz-box-shadow: 6px 3px 23px 1px rgba(143,136,143,1);
    box-shadow: 6px 3px 23px 1px rgba(143,136,143,1);
}

.a-style{
    color: #080808;
    text-decoration: none;
    background-color: transparent;
    text-decoration-line: underline;  
}
.body-home{
    /* Para dejar la imagen de fondo centrada, vertical y horizontalmente */
    /* La imagen se fija en la ventana de visualización para que la altura de la imagen no supere a la del contenido */
    /*    background-attachment: fixed;
        /* La imagen de fondo se reescala automáticamente con el cambio del ancho de ventana del navegador */
    background-size: cover;
    /* Se muestra un color de fondo mientras se está cargando la imagen de fondo o si hay problemas para cargarla */
    /*background-color: #669999;*/
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.sidepanel  {
    width: 0px;
    position: fixed;
    z-index: 1;
    height: calc(100vh - 70px);
    right: 0%;
    top: 70px;
    overflow-x: hidden;
    transition: 1s;
}
.sidepanelIcono  {
    width: 60px;
    position: fixed;
    z-index: 1;
    height: 45px;
    right: 0%;
    top: 45%;
    -webkit-transition-duration: 1s; /* Safari */
    transition-duration: 1s;
}
.sidepanelIcono:hover {  
    border: 2px solid #ffffff;
    width: 80px;
}

.sidepanel .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
}

@media screen and (min-width: 900px) {
    .openNav{
        width: 35%;
    }
    .tabla-date{
        min-width: 160px !important;
    }
    .textarea-min-md{
        min-width: 400px;
    }
}
@media screen and (min-width: 700px) and (max-width:899px) {
    .openNav{
        width: 50%;
    }
}
@media screen and (max-width: 699px) {
    .openNav{
        width: 95%;
    }
}
@media screen and (min-width: 500px) {
    .body-login{
        /* Ubicación de la imagen */
        background-image: url("../resources/images/Visor_Movilidad_21.png");
        background-size: auto 100vh;
        background-attachment: fixed;
        /*        padding-bottom: 5rem !important;*/
    }
    .body-home{
        /* Ubicación de la imagen */
        background-image: url("../resources/images/fondoResponsive21.png");
        background-size: 100% 100%;  
        background-attachment: fixed;
        padding-bottom: 5rem !important;
        background-color: #fff;
    }
}
@media screen and (max-width: 499px) {
    .body-login{
        /* Ubicación de la imagen */
        background-image: url("../resources/images/Visor_Movilidad_21.png");
        background-size: auto 96vh; 
        background-attachment: fixed;
        /*        padding-bottom: 7rem !important;*/
    }
    .body-home{
        /* Ubicación de la imagen */
        background-image: url("../resources/images/FondoAPP.png");
        background-size: auto;
        background-attachment: fixed;
        padding-bottom: 7rem !important;
    }
}

.body-login{
    /* Se muestra un color de fondo mientras se está cargando la imagen de fondo o si hay problemas para cargarla */
    /*background-color: #669999;*/
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    /*    padding-bottom: 10rem !important;*/

}
.carrusel-tam{
    height: 45% !important; 
}
@media screen and (max-width: 800px) {
    .capa_a_ocultar{
        display:none !important;
    }
    .text-carousel{
        font-size: 0.65rem;
    }
    .text-p5{
        line-height : 13px !important;
        font-size: 0.7rem !important;
    }
    .linea-Carousel{
        line-height : 9px !important;
        width: 76% !important;
        padding-top: 1px;
        margin: 0px 0px 1px 0px;
    }

    .img-Carousel {
        height: 50px !important;
    }
}
.fonts-principal{
    padding: 14px !important;
}
.fonts-tam-20{
    height: 20px !important;
    width: 20px !important;
    color: #f36262 !important;
}
.color-claro{
    color: #EE122C !important;
}
.bg-claro{
    background-color:#EE122C;

}
.fonts-tam-blanco-30{
    height: 30px !important;
    width: 30px !important;
    color: #eae5e5 !important;
}
.fonts-tam-30{
    height: 30px !important;
    width: 30px !important;
    color: #f36262 !important;
}
.fonts-tam-40{
    height: 40px !important;
    width: 40px !important;
    color: #f36262 !important;
}

.fonts-tam-50{
    height: 40px;
    width: 40px;
}

.font-weight-bold-small {
    font-weight: 700 !important;
    font-size: 92%;
}

.btn-principal{
    width: 16rem;
    border-radius: 20px;
    height: 6rem;
}


.menu-principal{
    background-color: #fbfafab8 !important;
    background-clip: border-box !important;
    border: 1px solid rgba(0, 0, 0, 0.04) !important;
}
.menu-contenido{
    background-color: rgba(132, 40, 41, 0.14);
    border-radius: 5px;
}

.btn-principal{
    width: 18rem;
    border-radius: 30px;
}
.btn-principal{
    width: 18rem;
    border-radius: 30px;
}

.btn-contenido{
    width: 17rem;
    height: 5rem;
}
.btn-contenido:hover{
    background-color: #e2d3d361 !important;
    -webkit-box-shadow: 6px 3px 23px 1px rgba(143,136,143,1);
    -moz-box-shadow: 6px 3px 23px 1px rgba(143,136,143,1);
    box-shadow: 0px 1px 8px 1px rgb(171, 163, 171);
}

.menu-flj-content{
    /*background-color: #ffffff;*/
    border-radius: 50%;
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    height: 55px !important;
    line-height: 55px !important;
    width: 60px !important;
    background-color: #fbfbfb92;
    border: 1px solid #929090 !important;
    font-size: 24px !important;  
}   

.mn-flj-font{
    color: #b3b0b0 !important;
}

.menu-flj-content.active{
    background-color: #ffffff;
    border-radius: 50%;
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    height: 55px !important;
    line-height: 55px !important;
    width: 60px !important;
    border: 1px solid #4183D7 !important;
    font-size: 24px !important;  
} 

.mn-flj-font.active{
    color: #4183D7 !important;
}

.conv-lbl{
    white-space: pre-line;
    background-color: #2BC33599;
}

.menu-flj-content-complete{
    background-color: #2BC33599;
    border-radius: 50%;
    border-collapse: separate;
    display: table;
    margin-left: 0px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    vertical-align: middle;
    height: 55px !important;
    line-height: 55px !important;
    width: 60px !important;
    border: 1px solid #ffffff !important;
    font-size: 24px !important;  
}

.mn-flj-font-complete{
    color: #ffffff !important;
}

.menu-flj-content:after{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 55px !important /2;
}

.menu-flj-content-complete:after{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 55px !important /2;
}
.menu-flj-content-complete:hover{
    background-color: #e2d3d361 !important;
    -webkit-box-shadow: 6px 3px 23px 1px rgba(143,136,143,1);
    -moz-box-shadow: 6px 3px 23px 1px rgba(143,136,143,1);
    box-shadow: 0px 1px 8px 1px rgb(171, 163, 171);
    cursor: pointer;
}

.menu-flj-content:hover{
    background-color: #e2d3d361 !important;
    -webkit-box-shadow: 6px 3px 23px 1px rgba(143,136,143,1);
    -moz-box-shadow: 6px 3px 23px 1px rgba(143,136,143,1);
    box-shadow: 0px 1px 8px 1px rgb(171, 163, 171);
    cursor: pointer;
}

.mn-button-services {
    background: #abaa28;
    border-bottom-left-radius: 0.5rem;
    border-top-left-radius: 0.5rem;
    -moz-border-radius-bottomleft: 0.5rem;
    -moz-border-radius-topleft: 0.5rem;
    -webkit-border-bottom-left-radius: 0.5rem;
    -webkit-border-top-left-radius: 0.5rem;
    color: #FFF;
    cursor: pointer;
    font-weight: 400;
    right: 0;
    padding: 1rem;
    position: fixed;
    /* z-index: 1;*/
    transition: margin-right .4s;
    z-index: 800;
}

@media (max-width: 1201px)
.mn-button-services {
    top: 30%;
}

.w3-sidebar {
    background-color: rgba(255,255,255,0.85);
}

@media (max-width: 1201px)
.md-services {
    top: 30%;
}

.md-services {
    margin-right: -340px;
    max-height: none;
    height: 30rem;
    overflow: visible;
    top: 25%;
    right: 0;
    width: 340px;
    -webkit-transition: margin-right .4s;
    -moz-transition: margin-right .4s;
    -ms-transition: margin-right .4s;
    -o-transition: margin-right .4s;
    transition: margin-right .4s;
    z-index: 800;
}

.w3-border-left {
    border-left: 1px solid #ccc!important;
}

.men-flj-principal{
    padding: 5% !important;
}

.cont-map{
    height: 400px !important;   
}


.men-vis:after{
    background-color: #ccc !important;
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    width: 100%;
    top: 45px !important /2;
}
.tam-nav{
    height: 4rem;    
}

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}
/* Estilo usado para abrir la tabla de contenido de los tipos de servicios */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
}
/* Cambiar el color de fondo de los botones de fondo */
.tab button:hover {
    background-color: #ddd;
}
/* Crear clase de vinculo activo o actual en el tab*/
.tab button.active {
    background-color: #ccc;
}
/* Estilo del contenido de la tabla */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.btn-primarys {
    color: #f1f1f1;
    background-color: #f36262;
    border-color: #f36262;
}
.btn-primarys.style{
    color: #fffcfc !important;
}
.btn-primarys:hover {
    color: #ed6666;
    background-color: #fa8a8a;
    border-color: #fa8a8a;
}
.btn-primarys:after {
    color: #ed6666;
    background-color: #ff0000;
    border-color: #ff0000;
}

.claroWait {
    position: relative;
    width: 64px;
    height:64px;
    margin:auto;
    top:50%;
}

.claroWait .wBall {
    position: absolute;
    width: 60px;
    height: 60px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.96s infinite;
    -o-animation: orbit 3.96s infinite;
    -ms-animation: orbit 3.96s infinite;
    -webkit-animation: orbit 2.96s infinite;
    -moz-animation: orbit 3.96s infinite;
}

.claroWait .wBall .wInnerBall{
    position: absolute;
    width: 7px;
    height: 7px;
    background: rgb(213,42,30);
    left:0px;
    top:0px;
    border-radius: 10px;
}

.claroWait #wBall_1 {
    animation-delay: 1.52s;
    -o-animation-delay: 1.52s;
    -ms-animation-delay: 1.52s;
    -webkit-animation-delay: 1.52s;
    -moz-animation-delay: 1.52s;
}

.claroWait #wBall_2 {
    animation-delay: 0.3s;
    -o-animation-delay: 0.3s;
    -ms-animation-delay: 0.3s;
    -webkit-animation-delay: 0.3s;
    -moz-animation-delay: 0.3s;
}

.claroWait #wBall_3 {
    animation-delay: 0.61s;
    -o-animation-delay: 0.61s;
    -ms-animation-delay: 0.61s;
    -webkit-animation-delay: 0.61s;
    -moz-animation-delay: 0.61s;
}

.claroWait #wBall_4 {
    animation-delay: 0.91s;
    -o-animation-delay: 0.91s;
    -ms-animation-delay: 0.91s;
    -webkit-animation-delay: 0.91s;
    -moz-animation-delay: 0.91s;
}

.claroWait #wBall_5 {
    animation-delay: 1.22s;
    -o-animation-delay: 1.22s;
    -ms-animation-delay: 1.22s;
    -webkit-animation-delay: 1.22s;
    -moz-animation-delay: 1.22s;
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }


    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin:0%;
    }

    30% {
        opacity: 1;
        -moz-transform:rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin:7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin:30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin:70%;
    }

    76% {
        opacity: 0;
        -moz-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}

.black_overlayError{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: initial;
    z-index:1010;
    -moz-opacity: 0.82;
    opacity:.82;
    filter: alpha(opacity=80);
}

.link-modal{
    background-color: transparent;
    border: none;
    cursor: pointer;
    text-decoration: underline;
}

.scroll-valida-Huella{
    overflow: auto; /* se dibujan barras según se necesite */
}

.imagen-servicio {
    width: 90px;
    height: 90px;
    padding:5px;
    margin:5px;
}
.img-selected {
    border: 3px dashed #62d16d; 
    background: #ffffff;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 5px 5px #ffffff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    padding-left: 5px;
    padding-right: 5px;
}

.imagen-servicio-cx {
    width: 50px;
    height: 50px;
    padding:5px;
    margin:5px;
}
.img-selected-cx {
    border: 3px dashed #62d16d; 
    background: #ffffff;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 5px 5px #ffffff;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    padding-left: 5px;
    padding-right: 5px;
}
/*
.img-selected {
    border: 1px dashed #66ff89; 
    background-color: #ffffff;
    -moz-box-shadow: 10px 10px 5px #000000;
    -webkit-box-shadow: 10px 10px 5px #000000;
    background: #ff;
    box-shadow: 0px 6px 6px #66ff89;
    padding-left: 5px;
    padding-right: 5px;
}
*/
.img-selected:hover{
    background: #ffffff;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 5px 5px #c9c9c9;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}
.img-unselect {
    border: 3px dashed #ffffff;
    background: #ffffff;
}
.img-unselect:hover{
    background: #ffffff;
    box-shadow: 0px 0px 15px 15px #ec731e;
    -webkit-box-shadow: 0px 0px 5px 5px #c9c9c9;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
}

/*-------------------------------------------------------------------------*/

.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: 'Font Awesome 5 Free',sans-serif;
    content: "\f00c";
    font-weight: 900;


}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}

.checkbox-primary input[type="checkbox"]:checked + label::before,
.checkbox-primary input[type="radio"]:checked + label::before {
    background-color: #337ab7;
    border-color: #337ab7;
}
.checkbox-primary input[type="checkbox"]:checked + label::after,
.checkbox-primary input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-danger input[type="checkbox"]:checked + label::before,
.checkbox-danger input[type="radio"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label::after,
.checkbox-danger input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-info input[type="checkbox"]:checked + label::before,
.checkbox-info input[type="radio"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label::after,
.checkbox-info input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-warning input[type="checkbox"]:checked + label::before,
.checkbox-warning input[type="radio"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label::after,
.checkbox-warning input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox-success input[type="checkbox"]:checked + label::before,
.checkbox-success input[type="radio"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label::after,
.checkbox-success input[type="radio"]:checked + label::after {
    color: #fff;
}

.checkbox.checkbox-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}
.checkbox.checkbox-sm label::after {
    width: 30px;
    height: 30px;
    padding-left: 4px;
    font-size: 20px;
    left: 1px;
    top: -13px;
}
.checkbox.checkbox-sm label {
    padding-left: 18px;
    top: 13px;
}
.checkbox.checkbox-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}
.checkbox.checkbox-md label::after {
    width: 34px;
    height: 34px;
    padding-left: 4px;
    font-size: 24px;
    left: 1px;
    top: -18px;
}
.checkbox.checkbox-md label {
    padding-left: 22px;
    top: 17px;
}
.checkbox.checkbox-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}
.checkbox.checkbox-lg label::after {
    width: 46px;
    height: 46px;
    padding-left: 4px;
    font-size: 36px;
    left: 1px;
    top: -31px;
}
.checkbox.checkbox-lg label {
    padding-left: 34px;
    top: 32px;
}

.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}

.radio-primary input[type="radio"] + label::after {
    background-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #337ab7;
}
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #337ab7;
}

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f;
}

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de;
}

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e;
}

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'Font Awesome 5 Free',sans-serif;
    content: "\f00c";
    font-weight: 900;
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}

.radio.radio-sm label::before {
    width: 30px;
    height: 30px;
    top: -13px;
}
.radio.radio-sm label::after {
    width: 22px;
    height: 22px;
    padding-left: 4px;
    font-size: 20px;
    left: 4px;
    top: -9px;
}
.radio.radio-sm label {
    padding-left: 18px;
    top: 13px;
}
.radio.radio-md label::before {
    width: 34px;
    height: 34px;
    top: -17px;
}
.radio.radio-md label::after {
    width: 26px;
    height: 26px;
    padding-left: 4px;
    font-size: 24px;
    left: 4px;
    top: -13px;
}
.radio.radio-md label {
    padding-left: 22px;
    top: 17px;
}
.radio.radio-lg label::before {
    width: 46px;
    height: 46px;
    top: -28px;
}
.radio.radio-lg label::after {
    width: 36px;
    height: 36px;
    padding-left: 4px;
    font-size: 36px;
    left: 5px;
    top: -23px;
}
.radio.radio-lg label {
    padding-left: 34px;
    top: 32px;
}

/*-------------------------------------------------------------------------*/
input.star:checked ~ label.star:before {
    font-family: 'Font Awesome 5 Free',sans-serif;
    content: '\f005';
    font-weight: 900;
}

label.star:before {
    font-family: 'Font Awesome 5 Free',sans-serif;
    content: '\f005';
    font-weight: 200;
}

.scrollbar {
    overflow-y: scroll;
}
.scrollbar-danger::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px; 
}

.scrollbar-danger::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5; 
}

.scrollbar-danger::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #f36262; 
}

.ndfHFb-c4YZDc-cYSp0e-DARUcf-PLDbbf {
    height: 100%;
    overflow: hidden;
    position: absolute;
    width: 100%;
    pointer-events: auto;
    z-index: 2;
}

td {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 20px;
    padding-right: 20px;

}

div.shopping-cart {
    position: fixed;
    right: 0%;
    top: 50%;
} 


/*the container must be positioned relative:*/
.autocomplete {
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}

.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff; 
    border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
    background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
    background-color: DodgerBlue !important; 
    color: #ffffff; 
}

.btn-observaciones.collapsed {
    background: #fff;
    background-color: #dad9d90f;
    -moz-box-shadow: 10px 10px 5px #000000;
    -webkit-box-shadow: 10px 10px 5px #000000;
    box-shadow: 0px 2px 2px #f36262;
}
.btn-observaciones.collapsed:hover{
    background-color: #f56161bf !important;
    color: #fff !important;
    transform: scale(1.03);
}
.btn-observaciones:not(.collapsed) {
    background-color: #f56161bf !important;
    color: #fff !important;
    transform: scale(1.03);
}
.tam-dropdown{
    background-color: #fdf6f6eb !important;
    min-width: 18rem !important; 
}
.tam-padding-list{
    padding: 0.25rem 1.25rem !important; 
}
.btn-text{

}
.btn-text:hover{
    color:  #f56161bf !important;
    transform: scale(1.03);
}

html {
    min-height: 100%;
    position: relative;
}
body {
    margin: 0;
    margin-bottom: 200px;
}

.bg-grispdgf{
    background-color:#dcdcdc!important;
}

.off-hover:hover {
    text-decoration: none;
}
@media screen and (min-width: 800px) {
    .capa_a_ocultar2{
        display:none;
    }
    footer {
        height: auto !important;
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .linea{
        line-height : 25px;
    }
}
@media screen and (max-width: 800px) {
    footer {
        height: auto !important;
        position: absolute;
        bottom: 0;
        width: 100%;
    }
    .linea{
        line-height : 15px;
    }
}
@media screen and (min-width: 600px) {
    .card-id-claro{
        margin-left: 30%;
        width:40%;
    }
}
@media screen and (max-width: 500px) {
    .observ_collapsed{
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin: 3px;
    }
}
select{
    min-width: 50px;
}

.carousel-caption-claro {
    position: absolute;
    right: 5%;
    bottom: 20px;
    left: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 100%;
    text-align: center;
}

.linea-Carousel{
    line-height : 17px;
    width: 86%;
}

.img-Carousel {
    height: 90px ;
}

.text-p5{
    line-height : 27px;
    font-size: 1.3rem;
}

.bg-negro{
    background-color: #000000 !important;
}
.claro-amarillo{
    color : #ffbc4a;   
}


.rounded-16 {
    border-radius: 16px !important;
}

/*CHATBOT*/

.chat-list {
    padding: 0;
    font-size: .8rem;
}

.chat-list li {
    margin-bottom: 10px;
    overflow: auto;
    color: #ffffff;
}

.chat-list .chat-img {
    float: left;
    width: 48px;
}

.chat-list .chat-img img {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    width: 100%;
}

.chat-list .chat-message {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #0abadc;
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}

.chat-list .chat-message:before {
    content: "";
    position: absolute;
    top: 15px;
    width: 0;
    height: 0;
}

.chat-list .chat-message h5 {
    margin: 0 0 5px 0;
    font-weight: 600;
    line-height: 100%;
    font-size: .9rem;
}

.chat-list .chat-message p {
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.chat-list .chat-body {
    margin-left: 20px;
    float: left;
    width: 70%;
}

.chat-list .in .chat-message:before {
    left: -12px;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #0abadc;
}

.chat-list .out .chat-img {
    float: right;
}

.chat-list .out .chat-body {
    float: right;
    margin-right: 20px;
    text-align: right;
}

.chat-list .out .chat-message {
    background: #212529;
}

.chat-list .out .chat-message:before {
    right: -12px;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #212529;
}

.card .card-header:first-child {
    -webkit-border-radius: 0.3rem 0.3rem 0 0;
    -moz-border-radius: 0.3rem 0.3rem 0 0;
    border-radius: 0.3rem 0.3rem 0 0;
}

.content{
    margin-top:40px;    
}
.container::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 9px;
}

.card::-webkit-scrollbar {
    width: 30px;     /* Tamaño del scroll en vertical */
    height: 30px;    /* Tamaño del scroll en horizontal */
    display: none;  /* Ocultar scroll */
}

/* Cambiamos el fondo y agregamos una sombra cuando esté en hover */
.card::-webkit-scrollbar-thumb:hover {
    background: #b3b3b3;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

/* Cambiamos el fondo cuando esté en active */
.card::-webkit-scrollbar-thumb:active {
    background-color: #999999;
}

/* Ponemos un color de fondo y redondeamos las esquinas del track */
.card::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 6px;
}

/* Cambiamos el fondo cuando esté en active o hover */
.card::-webkit-scrollbar-track:hover,
.card::-webkit-scrollbar-track:active {
    background: #d4d4d4;
}

/*CHATBOT*/

.body-menu{
    top:0;
    left:0;
    bottom:0;
    right:0;
    height:100vh;
    width:100%;
    background-color: #fbfafab8 !important;
    background-clip: border-box !important;
    border: 1px solid rgba(0, 0, 0, 0.01) !important;
}
.icon-sm-svg {
    height: 20px !important;
    width: 20px !important;
}
.icon-md-svg {
    height: 30px !important;
    width: 30px !important;
}
.icon-xl-svg {
    height: 50px !important;
    width: 50px !important;
}
.icon-xl-svg:hover {
    height: 45px !important;
    width: 45px !important;
}
.card-login{
    background-color: #e7e7e7; 
    height: 96vh;   
}

.vl{
    border:1px solid #707070;
    height:2em;
    margin:.5em 0 0 2.5em;
    position:absolute;
    z-index:1;
    border-radius:25px;
}
.absolute-pos{
    position:absolute;
    top:.3em;
    right:.5em;
}
.btn-primary-1{
    color:#656565;
    background-color:#fff;
    border:0;
}
.btn-primary-1:hover{
    color:#656565;
    background-color:#fff;
    border:0;
}

.button-sign {
    background: #ef3829;  
    color: white;
    border-radius: 4px;
    border: 0;
    padding: .5em;
    margin-top: 1em;
}
.button-sign:hover {
    background: #ef3829;  
    color: white;
    border-radius: 4px;
    border: 0;
    padding: .5em;
    margin-top: 1em;
    box-shadow: 0 0.5rem 1rem rgba(255, 255, 255, 1) !important;

}
.bg-mintic-logo{
    background-color:  #e0eefa;
}
.bg-aqm{
    position: relative;
    width: 500px;
    border: 0;
    margin: auto;
    padding: 0.5px 5px 2.5px 5px;
    background-repeat: no-repeat;
    color: #9F6000;
    text-align: center;
}

.bg-aqm.movil{
    background-color: #00ff00;
}

.bg-aqm.movfij{
    background-color: #FF0000;
}

.bg-aqm.fija{
    background-color: #ffff00;
}
.bg-identificador{
    background-color:  #fd000099;
}
.img-identificador{
    height: 30px;
}

@media screen and (min-width: 800px) {
    .img-identificador{
        height: 45px;
    }
}

.col-min-table{
    min-width:200px !important;
}

.nivel-hhpp-ck option[value="ViaP"],
.nivel-hhpp-ck option[value="ViaG"],
.nivel-hhpp-ck option[value="NoPlaca"],
.nivel-hhpp-ck option[value="SubN5"],
.nivel-hhpp-it option[value="Placa"],
.nivel-hhpp-it option[value="SubN5"],
.nivel-hhpp-bm option[value="N5"],
.nivel-hhpp-bm option[value="SubN5"]{
    color: #EE122C;
}   

.nivelLte-hhpp-ck option[value="ViaP"],
.nivelLte-hhpp-ck option[value="ViaG"],
.nivelLte-hhpp-ck option[value="NoPlaca"],
.nivelLte-hhpp-ck option[value="SubN5"],
.nivelLte-hhpp-it option[value="Placa"],
.nivelLte-hhpp-it option[value="SubN5"],
.nivelLte-hhpp-bm option[value="N5"],
.nivelLte-hhpp-bm option[value="SubN5"]
{
    color: #EE122C;
}

.hhpp-bm-temp
{
    color: #EE122C;
}

.div-observaciones{
    padding: 1em;
}
.glow {
    color: #fff;
    text-align: center;
    animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
    from {
        box-shadow: 0 0 5px #f00, 0 0 10px #f00;
    }

    to {
        box-shadow: 0 0 10px #f00, 0 0 15px #f00;
    }
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    width: 3.5rem;
    height: 1.5rem;
    pointer-events: all;
    border-radius: 1rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 4px);
    left: calc(-2.25rem + 5px);
    width: calc(1rem - 1px);
    height: calc(1rem - 1px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(0.75rem);
    transform: translateX(1.75rem);
}

.custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #ff002f;
    background-color: #ff002f;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  background-size: 100%, 100%;
  background-image: none;
}

.carousel-control-next-icon:after
{
  content: '>';
  font-size: 55px;
  color: red;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 55px;
  color: red;
}

.textoConsultaTC {
    display:block;
    background: #f4d4d9 !important;
    width: 100%;
    resize: none;
    font-weight: 700 !important;
}

.fuenteFlujo {
    font-size: 0.9rem;
}

/* Estilo personalizado para el checkbox */
    .custom-checkbox_FC {
        display: inline-block;
        position: relative;
        padding-left: 35px;
        cursor: pointer;
        user-select: none;
        vertical-align: middle;
    }

    .custom-checkbox_FC .checkmark {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
        height: 20px;
        width: 36px;
        background-color: #e9ecef;
        border-radius: 10px;
        transition: all 0.3s;
        border: 1px solid #ced4da;
    }

    .custom-checkbox_FC input:checked ~ .checkmark {
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .custom-checkbox_FC .checkmark:after {
        content: "";
        position: absolute;
        left: 2px;
        top: 2px;
        width: 16px;
        height: 16px;
        background-color: white;
        border-radius: 50%;
        transition: all 0.3s;
    }

    .custom-checkbox_FC input:checked ~ .checkmark:after {
        transform: translateX(14px);
    }

    /* Estilo para el grupo de input + botón */
    .input-group-sm_FC > .form-control_FC {
        padding: 0.25rem 0.5rem;
        font-size: 0.875rem;
    }

    /* Estilo específico para el botón de eliminar */
    .input-group-sm_FC > .btn-danger_FC {
        background-color: #dc3545 !important;
        border-color: #dc3545 !important;
        color: white !important;
    }
