.imagenppal{
    text-align:center;
}
.ordenamiento{
    cursor:pointer;
}
.ordenamiento th{
    background-image: url(../../image/ordenamiento.png);
    background-position: right;
    background-repeat: no-repeat;
    padding-right:15px;
}
th.headerSortUp{
    background-image: url(../../image/ordenamientoabajo.png);
}
th.headerSortDown{
    background-image: url(../../image/ordenamientoarriba.png);
}
th{
    white-space: nowrap;
}
.container {
    width: 95%;
    max-width: 1600px;
    margin-top: 10px;
}
.grande{
    max-width: 95%;
}
.dropdown-menu{
    right: 0;
    left: auto;
}
.btn_busqueda > button{
    width: 100%;
}

.dropdown-menu[data-bs-popper]{
    left: auto;
    top: 125%;
    border-color: rgba(0, 0, 0, 0.3);
}
.form-floating{
    margin-bottom: 7px;
}
#inicio_sesion {
    margin-top: 50px;
}
.centrar{
    text-align: center;
}
.imagen_favicon{
    max-width: 80px;
}
.card_center{
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.contenedor-flex {
    display: flex;           /* Activa Flexbox */
    align-items: center;     /* Alinea verticalmente al centro */
    justify-content: center; /* Alinea horizontalmente al centro */
    height: 100vh;           /* Altura completa de la ventana del navegador */
}
.ususesion{
    overflow: hidden;
    background-image: url("../../image/enfercol_back_t.png");
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center center; /* Centra la imagen */
    background-size: cover; /* Ajusta la imagen para que quepa en el contenedor */
    background-attachment: fixed; /* Hace que la imagen de fondo sea fija */
}
.trans_card{
    backdrop-filter: blur(4px);
    background-color: rgba(255, 255, 255, 0.16);
}
body{
    background-image: linear-gradient(rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.2)),
        url("../../image/enfercol_back.png");
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center center; /* Centra la imagen */
    background-size: cover; /* Ajusta la imagen para que quepa en el contenedor */
    background-attachment: fixed; /* Hace que la imagen de fondo sea fija */

}
.imglogo{
    text-align: center;
    padding-top: 15px;
    padding-bottom: 45px;
}
.imglogo img{
    width: 70%;
}
#tbl_usuario, #tbl_cliente{
    font-size: 13px;
}
#tbl_usuarionuevo{
    font-size: 12px;
    height: 300px;
    overflow: auto;

}
.color_beige{
    background-color: beige;
}
.verde_guardar{
    background-color: rgba(0,255,68,0.10) !important;
}
#btn_finalizarProceso{
    margin-bottom: 15px;
    font-size: 35px;
}
#btn_subirFoto{
    margin-bottom: 15px;
    font-size: 35px;
}
.visualizacion_imagen{
    max-width: 100%;
}
.visualizacion_imagenFoto{
    max-width: 25%;
}
.visualizacion_imagenFoto2{
    max-width: 35%;
}
.texto_habeas{
    height: 400px !important;
}
.visualizacion_imagen2{
    max-width: 50%;
}
.letranegrita{
    font-weight: bold;
}
#tbl_cliente{
    font-size: 12px;
}
.amarillo_guardar{
    background-color: yellow !important;
}
.rojo_guardar{
    background: red;
}
.verde{
    background: green;
}
.rojo {
    background-color: rgba(255,0,0,0.10) !important;
}
.letraturnosAsignar{
    font-size: 12px;
}
.letraresumenturnos{
    font-size: 12px;
}
tr td.turno_D{
    background-color: #02aff3 ;
}
tr td.turno_N{
    background-color: #021e5c;
    color: white;
}
tr td.turno_H{
    background-color: #c55811;
}
#tbl_liquidacion{
    font-size: 10px;
}
tr td.cambio_ciudad{
    background-color: #8eaada;
}
#horaFinal{
    font-size: 30px;
}
.span_colorpagado{
    background-color: green !important;
    color: green;
}
.pagado{
    border-bottom: 5px solid green !important;
}
.pago_abono{
    border-bottom: 5px solid yellow !important;
}
.turno_terminado{
    border-top: 5px solid orange !important;
}
.letraPagoTodo{
    font-size: 12px;
}
.pago_debe{
    border-bottom: 5px solid orange !important;
}
.azul_claro{
    background-color: #6EBBF5;
}
.e_guardarObservacion{
    padding: 0px;
}
#tbl_cuenta_cobrorejilla{
    font-size: 12px;
}

.e_pagarTodo{
    padding: 0px;
    height: 16px;
    color: #ffca2c !important;
    font-size: 12px;
}
.e_abonosContratista{
    padding: 0px;
    height: 16px;
    color: #31d2f2  !important;
    font-size: 12px;
}
#descripcion{
    height: 100px !important;
}
#pes_servicios_base .nav-item {
    width: 25%;
    border-right: 1px solid white;
    overflow: hidden;
}
#pes_servicios_base .nav-item button {
    background-color: #e8e9ec;
    height: 100%;
    color: #3c3c3c;
}
#pes_servicios_base .nav-item button.active {
    background-color: white;
    border-top: 2px solid #284865;
    color: #339ff9;
}
.superior_miperfil{
    border-top: 4px solid blue;
}
.tamtexareaApoyo{
    height: 160px !important
}


.form-floating{
    margin-bottom: 10px !important;
}
.btnStyle{
    margin: auto;
    padding: 2%;

}
.botonMenuClienteNvo{
    width: 100%;
    text-align: center;
    background-color: #0090c4;
    color: white;
    font-size: larger;
    border-radius: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40vh;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 20px;
    fill: #0090c4;
}



.botonMenuClienteNvo:hover{
    background-color: white;
    color: rgba(239, 243, 16, 0.801);
    border: 1px solid #0090c4;
}

.botonMenuClienteNvo:hover .circulo-con-icono-b{
    background-color: white;
    color: #0090c4;

}

.botonMenuClienteNvo:hover svg {
    fill: white;
    transform: scale(1.2);
}
.botonMenuCliente:hover .portraitP-b{
    color: #0090c4;

}

.botonMenuCliente{
    width: 100%;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 40vh;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    margin-bottom: 20px;
    background-color: white;
    color: rgb(75, 63, 245);
    border: 1px solid #0090c4;
    font-weight: bold;
}
.iconoBotonEstilo-b{
    font-size: 46px;
    color: #0090c4;
}
.circulo-con-icono {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: #0090c4; /* Coloca aquí el color que desees para el círculo */
    fill: white;
}
.circulo-con-icono-b {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-color: white; /* Coloca aquí el color que desees para el círculo */
    fill: #0090c4;
}


/* CSS para cambiar el color del SVG al pasar el ratón */
.botonMenuCliente:hover svg {
    fill: blue; /* O el color que quieras */
}

.botonMenuCliente:hover{
    background-color: #0090c4;

}
.botonMenuCliente svg {
    transition: transform 0.3s ease-in-out; /* Aplica una transición suave en cualquier cambio de tamaño */
}
.botonMenuCliente:hover svg {
    fill: blue; /* O el color que quieras */
    transform: scale(1.2); /* Aumenta el tamaño del SVG en un 20% */
}
.botonMenuCliente:hover .circulo-con-icono{
    background-color: white;
    color: #0090c4;

}
.botonMenuCliente:hover .iconoBotonEstilo{
    font-size: 50px;
    color: #0090c4 !important;
    fill: #0090c4;
}
.portraitP{
    margin-top: 10px;
    color: #0090c4;
    font-size: 14pt !important;
}
.portraitP-b{
    margin-top: 10px;
    color: white;
    font-size: 14pt !important;
    font-weight: bold;
}
.botonMenuCliente:hover .portraitP{
    color: white;

}


@media (orientation: portrait) {
    .Imgbtn{
        width: 50px;
    }
    .portraitP{
        font-size: 15px;

    }
    .botonMenuClienteNvo{
        height: 20vh;
    }
    .botonMenuCliente{
        height: 20vh;
    }
}


#contratista_nuevo, #cliente_nuevo, .e_guardarHora_nueva,#funcion_contratista, .e_guardarHora_inicialNueva{
    font-size: 11px;
}
.rojo_fuerte{
    background-color: red;
}

.input-container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
}

.icon {
    padding: 4px;
    background: white;
    color: #0028ae;
    font-size: 18pt;
    min-width: 50px;
    text-align: center;
}

.input-field {
    flex-grow: 1; /* Asegura que el input ocupe todo el espacio disponible */
    padding: 10px;
    padding-right: 60px; /* Ajusta según el tamaño de tu checkbox */
    outline: none;
    border: none;
}
.checkbox {
    display: flex;
    align-items: center; /* Centra verticalmente el contenido */
    padding: 10px;
}
#e_olvidoContrasena {
    background: white;
    padding: 11px;
    border: 2px solid #0028ae;
    border-radius: 10px;
    color: #0028ae;
    width: 100%;
    margin-top: 5px;
}
#e_olvidoContrasena:hover {
    background: #0028ae;
    padding: 11px;
    border: 2px solid #0028ae;
    border-radius: 10px;
    color: white;
    width: 100%;
}
.iniciarSesion {
    background: #0028ae;
    padding: 11px;
    border: 2px solid #0028ae;
    border-radius: 10px;
    color: white;
    width: 100%;
    margin-top: 5px;
}
.iniciarSesion:hover {
    background: white;
    padding: 11px;
    border: 2px solid #0028ae;
    border-radius: 10px;
    color: #0028ae;
    width: 100%;
}
@media (orientation: portrait) {
    .contenedor-flex {
        display: flex;           /* Activa Flexbox */
        align-items: center;     /* Alinea verticalmente al centro */
        justify-content: center; /* Alinea horizontalmente al centro */
        height: 60vh;           /* Altura completa de la ventana del navegador */
    }

}
.padding-menu{
    padding-top: 8px;
    padding-bottom: 8px;
}


.tamaño_titulo_con{
    color:white;
}
#descripcion_queja{
    height: 200px;
}

#descripcion_quejaRevicion{
    height: auto;
    background-color: #e9ecef;
    border: 1px
        solid #ced4da;
    padding: .375rem .75rem;
    margin-bottom: 0;
}
#tbl_liquidacion_n{
    font-size: 10px;
}
.ajustar th{
    white-space: normal;
    text-align: center;
    font-size: 11px;
    vertical-align: middle !important;
}
.fuente_pequenna{
    font-size: 6pt !important;
}
#head_cuadro{
    position: sticky;
    top: 0;
    background: white;
}
.tabla_fija{
    height: 60vh;
}
.context-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 150px;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.context-menu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.context-menu ul li {
    padding: 8px 12px;
    cursor: pointer;
}

.context-menu ul li:hover {
    background-color: #f0f0f0;
}
.e_guardarHora_inicialNueva{
    font-size: 5pt;

}
.e_guardarHora_nueva{
    font-size: 5pt;
   
}
.e_crear_turnoNuevo{
    cursor: pointer;
}