﻿/*Cuerpo entero de html para ocupar el object*/
    /*html{
        height: 100vh !important;
        width:100% !important;
    }*/

    /*cambiar el color de fondo del body*/
    body {
        background-color: #E6F4FF; /*#c9c2e4; top colour*/           /*ITEMF1*/
        /*background-image: -webkit-linear-gradient(top, #c9c2e4, #37a6a3);
        background-image:    -moz-linear-gradient(top, #c9c2e4, #37a6a3);
        background-image:      -o-linear-gradient(top, #c9c2e4, #37a6a3);
        background-image:         linear-gradient(to bottom, #c9c2e4, #37a6a3);
        background-repeat: no-repeat;*/
        margin: 0;
        font-size: 11px!important;
        background-attachment: fixed;
        font-family: "Trebuchet MS";
        /*height: -webkit-fill-available!important;
        width: -webkit-fill-available!important;*/
    }

/*Ocupar la pantalla completa del nevagador sin scroll*/
    /*object {
        height:100%;
        width: 100%;
    }*/

/*color de fondo + border radius + ancho para la ficha*/    /*ITEM F2*/
    .caja-fondo-busqueda {
        width: 90%;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: linear-gradient(144deg, #64a1d4, #c3dbef);
        /*padding: 1%;*/
        border-radius: 50px 6px 48px 6px;
        -webkit-border-radius : 50px 6px 48px 6px;
        -moz-border-radius : 50px 6px 48px 6px;
        border: 0px solid #000000;
        margin-bottom: 2em;

    }
/*Para tabla de acciones. No parece usarse*/
    .caja-fondo-acciones {
        width: 70%;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background: linear-gradient(144deg, #64a1d4, #c3dbef);
        /* padding: 1%; */
        border-radius: 50px 6px 48px 6px;
        -webkit-border-radius: 50px 6px 48px 6px;
        -moz-border-radius: 50px 6px 48px 6px;
        border: 0px solid #000000;
        margin-bottom: 1em;
        margin: auto;
    }


/*color de fondo + border radius + ancho para los listados. No parece usarse*/
    .cajaFondo {
        width: auto;
        height: auto;
        /* padding: 0.5em 0em; */
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
        border-radius: 17px 40px 40px 20px;
        -webkit-border-radius: 0px 0px 40px 20px;
        -moz-border-radius: 17px 40px 40px 20px;
        /* background: linear-gradient(144deg, #8b9cda, #40c3b1); */
        border: 0px solid #000000;
        color: #215178;
        /* margin-bottom: 10px; */
    }

/*
Cada media screen se aplicara según su resoluciún.
En esta parte se puede cambiar el tamaño de la letra de la pagina entra y el menu flotante
localizado en la parte superior izquierdo
*/
    /* #### Mobile Phones Portrait #### */
    @media screen and (max-device-width: 480px) and (orientation: portrait){
        body, .tablas-listado, .tablas-fichas, .navbar-brand {
            /*background-color:#215178;*/
            font-size: 10px !important;
        }
        .navbar-brand{
            color: white;
        }
        .menu-izquierdo {
            position: fixed;
            left: 0;
            top: 0;
            width: 5.9em;
            /*background-color: #c8c8c8;*/
        }

        /*Tranforma los li a en bloques verticales*/
        .bg-boton a, .bg-color-lista li a{
            display: block !important;
        }

        /*La anchura en la que se ocuparia la pantalla*/
        .caja-fondo-busqueda{
            width: 100%!important;
            margin: auto;
        }
        .cajaFondo {
            width: 100%!important;
        }
        .tabla-oferta {
            width: 100%!important;
        }
        .inicio-comercial-datos {
            /*width: 98%;*/
            margin: auto;
        }
        .contacto-tlf {
            display: none;
        }
        .contacto-tlf-icono {
            display: inline-flex;
        }
        .errCaja {
            width: 70%;
        }
        #calendar{
            width: 100% !important;
        }
        .caja-fondo-acciones{
            width:auto;
        }
        .icono-img{
            width: 20px!important;
            height: 20px!important;
            padding: 0!important;
        }
        .icono-img2{
            width: 30px!important;
            height: 30px!important;
            padding: 0!important;
        }
    }

    /* #### Mobile Phones Landscape #### */
    @media screen and (max-device-width: 768px) and (orientation: landscape){
        body, .tablas-listado, .tablas-fichas, .navbar-brand{
            /*background-color:#215178;*/
            font-size: 12px!important;
        }
        .navbar-brand{
            color: white;
        }
        .menu-izquierdo {
            position: fixed;
            left: 0;
            top: 0;
            width: 5.9em;
            /*background-color: #c8c8c8;*/
        }
        .bg-boton a, .lista-menu li a, .menu-texto{
            display: block !important;
        }
        .caja-fondo-busqueda {
            width: 100%!important;
            margin: auto;
        }
        .cajaFondo {
            width: 100%!important;
        }
        .tabla-oferta {
            width: 100%!important;
        }
        .cajaFondo-datos{
            width: 60%;
        }
        .inicio-comercial-datos {
            /*width: 95%;*/
            margin: auto;
        }
        .contacto-tlf {
            display: none;
        }
        .contacto-tlf-icono {
            display: inline-flex;
        }
        .errCaja {
            width: 70%;
        }
        #calendar{
            width: 85% !important;
        }
        .caja-fondo-acciones{
            width:65%;
        }
        .icono-img{
            width: 20px!important;
            height: 20px!important;
            padding: 0!important;
        }
        .icono-img2{
            width: 40px!important;
            height: 40px!important;
            padding: 0!important;
        }
    }

    /* #### Tablets Portrait or Landscape #### */
    @media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        body, .tablas-listado, .tablas-fichas, .navbar-brand {
            /*background-color:#215178;*/
            font-size: 12px!important;
        }
         .navbar-brand{
             color: white;
         }
        .menu-izquierdo {
            position: fixed;
            left: 0;
            top: 0;
            width: 5.9em;
            /*background-color: #c8c8c8;*/
        }

        .display-block-menu {
            display: block !important;
        }
        .caja-fondo-busqueda, {
            width: 80%!important;
            margin: auto;
        }
        .cajaFondo {
            width: 100%!important;
        }
        .tabla-oferta {
            width: 90% !important;
        }
        .inicio-comercial-datos {
            /*width: 90%;*/
            margin: auto;
        }
        .cajaFondo-datos {
            width: 60%;
        }
        .contacto-tlf {
            display: none;
        }
        .contacto-tlf-icono {
            display: inline-flex;
        }
        .errCaja {
            width: 70%;
        }
        #calendar{
            width: 85% !important;
        }
        .caja-fondo-acciones{
            width:60%;
        }
        .icono-img{
            width: 25px!important;
            height: 25px!important;
            padding: 0!important;
        }
        .icono-img2{
            width: 40px!important;
            height: 40px!important;
            padding: 0!important;
        }
    }

    /* #### Desktops #### */
    @media screen and (min-width: 1025px){
        body, .tablas-listado, .tablas-fichas, .navbar-brand {
            /*background-color:#215178;*/
            font-size: 13px!important;
        }
        .navbar-brand{
            color: white;
        }
        .menu-izquierdo {
            position: fixed;
            left: 0;
            top: 0;
            width: 5.9em;
            /*background-color: #c8c8c8;*/
        }

        .display-block-menu {
            display: block !important;
        }
        .inicio-comercial-datos, {
            /*width: 70%;*/
            margin: auto;
        }
        .caja-fondo-busqueda {
            width: 45%!important;
        }
        .cajaFondo-datos {
            width: 75%;
        }
        .contacto-tlf{
            display: inline-flex;
        }
        .contacto-tlf-icono {
            display: none;
        }
        .caja-fondo-acciones{
            width:30%;
            display: inline-block;
        }
        /*icono de SVG tamaño*/
        .icono-img{
            width: 25px!important;
            height: 25px!important;
            padding: 0!important;
        }
    }

    .contacto-tlf a{
        color: #1b4364;
    }
    .contacto-tlf-icono a{
        color: #1b4364;
    }

/*
.agenda{
	color:white;
}*/

/*forzar los inputs*/
    input {
        /*Color negro por defecto para todos los inputs*/
        color: #000000;
    }
.flex-icono  {
    display:flex;
}
/*cabecera*/

    .encabezado {
        background-color: white;
        color: #215178;
        height: 7%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }

    .encabezado img {
        height: 50%;
        width: 30%;
    }

    /*para todos los h3, h2 y select*/    /*ITEM H2*/
        h2 {
            background-color: #215178;
            font-size: inherit!important;
            font-weight: bold;
            color: white;
            width: fit-content;
            padding: 0.5em 1.5em;
            border-radius: 50px 20px;
            margin-bottom: 0;
        }

        h3 {
            /*background-color: #1b4364; */
            font-weight: bold;
            color: white;
            width: fit-content;
            padding: 0.7em 0.7em;
            font-size: inherit!important;
        }

        select {
            background-color: #ffffff;
            width: 80%;
            font-weight: normal;
            color: #000000;
            border-radius: 12px;
            text-align: center;
        }

/*Para el input de direccion cambiando su anchura*/

    .direccion {
        width: 70%;
    }

.titulo {
    background-color: #1b4364;
    font-weight: bold;
    color: white;
    width: fit-content;
    padding: 0.7em 2em;
    border-radius: 50px 20px;
}

.titulo2 {
    background-color: #215178;
    font-weight: bold;
    color: white;
    width: fit-content;
    padding: 0.7em 0.7em;
    border-radius: 10px;
}

.enmarcado {
    background-color: #215178;
    font-weight: bold;
    color: red;
}

.instrucciones {
    background-color: #215178;
    font-weight: normal;
    color: white;
}

/*Menu flotante pegado en la parte izquierda superior*/
    .menu-izquierdo {
        clear: both !important;
        position: fixed !important;
        left: 0;
        top: 0;
        width: 5.8em;
        /*background-color: #c8c8c8;*/
    }

    /*Boton principal con el texto "Menu"*/
    .bg-boton {
        background-color: #2450ad!important;
        border-radius: 0px 45px 45px 0px;
        -moz-border-radius: 0px 45px 45px 0px;
        -webkit-border-radius: 0px 45px 45px 0px;
        border: 0px solid #000000;
    }

    /*Submenu*/
        .bg-color-lista {
            background-color: #0b79a0;
            border-radius: 0px 30px;
        }

        /*Bloques de secciones*/
        .lista-menu li a {
            display: block;
            color: white;
            font-weight: 700;
            padding: 14px 16px;
            text-decoration: none;
            padding: 1em 2em;
        }

        /*Primer submenu cambiando su border radius*/
        .menu-lista1 a{
            border-radius: 0px 30px 0px 0px!important;
        }

        /*Último submenu cambiando su border radius*/
        .menu-lista2 a{
            border-radius: 0px 0px 0px 30px!important;
        }

        .lista-menu li a:hover{
        		color: #ffa31a;
        		background-color: #555;
        		border-bottom: 3px solid #11ABB0;
        }
        .lista a {
            color: white;
            text-decoration: none;
        }

/*Menú equipos parque propio*/
    .navbar-color a{
        color: #fffa13 !important;
        margin-right: 0 !important;
    }

/* Menús  OBSOLETO*/

    .menuPrinci {
        margin-top: 1%;
        background-color: white;
        font-weight: bold;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding-bottom: 0.5%;
        padding-top: 0.5%;
    }

    .menuPrinci a {
        padding: 0.5%;
        text-decoration: none;
        display: inline;
        margin-left: 2%;
        color: #215178;
    }

    .menuPrinci a:hover {
        text-decoration: none;
        display: inline;
        margin-left: 2%;
        padding: 0.5%;
        background-color: #215178;
        color: white;
    }

    .menuSec {
        margin-top: 0.5%;
        background-color: white;
        font-weight: bold;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        padding-bottom: 0.5%;
        padding-top: 0.5%;
    }

    .menuSec a {
        padding: 0.5%;
        text-decoration: none;
        display: inline;
        margin-left: 2%;
        color: #215178;
    }

    .menuSec a:hover {
        text-decoration: none;
        display: inline;
        margin-left: 2%;
        padding: 0.5%;
        background-color: #215178;
        color: white;
    }

    #seleccionado {
        background-color: #215178;
        color: white;
    }

    .errorLogin a {
        text-decoration: none;
        color: white;
        background-color: #215178;
        padding: 1%;
        border-radius: 12px;
        font-weight: normal;
    }

    .botonEnlace a {                 /*ITEM B1*/
        background-color: #637fd4;
        border: none;
        color: white;
        font-weight: bold;
        padding: 5px 13px;
        text-decoration: none;
        cursor: pointer;
        border-radius: 12px;
        margin-left: 1%;
    }
    .botonEnlace {
        justify-content: center;
        display: inline-flex;
        width: 100%;
        width: -moz-available;
        width: -webkit-fill-available;
        width: fill-available;
        padding-bottom: 1em;
    }

    .button {
        text-decoration: none;
        color: white;
        background-color: #215178;
        padding: 1%;
        font-weight: bold;
        border-radius: 12px;
        border: 2px solid white;
        cursor: pointer;
    }

    .errorLogin a:hover {
        color: #10283c;
        border: none;
        background-color: white;
        font-weight: bold;
        padding: 5px 13px;
        text-decoration: none;
        cursor: pointer;
    }

/*Error mensaje caja*/     /*ITEM F5*/
    .errCaja {
        width: 50%;
        height: auto;
        border: 1px solid white;
        border-radius: 12px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: white;
    }
    .errCaja h3 {
        height: auto;
        /* border: 1px solid white; */
        /* border-radius: 12px; */
        /* box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); */
        background-color: #0b1b28;    /*ITEM F6*/
        color: #ebf3fa;
        width: -webkit-fill-available;
        padding: 0;
    }
    .errCaja p{
        width: 50%;
        height: auto;
        color: #4b93ce;    /*ITEM T3*/
    }
    .errUrl a {       /*ITEM B1*/
        text-decoration: none;
        color: white;
        background-color: #637fd4;
        padding: 0.5em;
        border-radius: 12px;
    }
    .errUrl a:hover {  /*ITEM B1 hover*/
        color: #10283c;
        border: none;
        background-color: #637fd4;
        font-weight: bold;
        padding: 0.5;
        text-decoration: none;
        cursor: pointer;
    }
/* Login */

    .cajaTitulo {    /*ITEM F3*/
        width: 70%;
        height: auto;
        border: 1px solid white;
        border-radius: 12px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        background-color: white;
        color: #215178;
    }
/*Menú superior*/

    .navbar {
        padding: 0 !important;
    }

    /*Fondo de color del menu*/
    .color-button-bg {
        background-color: red;
    }

    /*Forzar el los atributos porque en bootstrap los tienen definidos ya*/
        .navbar-brand {
            padding: 0.5em 0.8em 0.5em 0.8em;
            color: #fffa13 !important;
            margin-right: 0 !important;
        }

        /*Cambia de color cuando se acerca el raton*/
        .navbar-brand:hover {
            color: #22e51b !important;
        }

/* Footer */

    .piePagina {
        display: none;
        margin-top: 3%;
        width: 100%;
        color: white;
        text-shadow: 2px 2px 4px #000000;
    }
	
    .oculto {
        display: none;
    }

/*Salto de línea*/
    hr {
        display: none;
        height: 1px;
        border: 0;
        color: white;
        background-color: white;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }


/* Formularios */

    form {
        /*background-color: #ad95955c;*/
        /*border: 2px solid black;*/
        height: auto;
        width: 100%;
        color: #215178;             /*ITEM FO1*/
        /*padding-bottom: 1.5%;
        padding-top: 1.5%;*/
        /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
        /*border-radius: 10px 20px;*/
    }

/*Login principal, cambiando el color de la celda*/

    /*Borde exterior del formulario*/
    fieldset {
        border: 2px solid;
        background: #64a1d4;   /*ITEM FO2*/

        background: -moz-linear-gradient(144deg, #64a1d4, #c3dbef);    /*ITEM FO2*/
        background: -webkit-linear-gradient(144deg, #64a1d4, #c3dbef);    /*ITEM FO2*/
        background: linear-gradient(144deg, #64a1d4, #c3dbef);   /*ITEM FO2*/
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#64a1d4', endColorstr='#c3dbef', GradientType=1);    /*ITEM FO2*/
        width: 65%;
    }

    .fondo-celda-tabla {
        background-color: #215178!important;   /*ITEM FO3*/
        width: 150px;
	color: #FFFFFF;
    }



    legend {
        color: #215178;  
        font-weight: bold;
        background-color: #baffcc;      /*ITEM FO4*/
    }

    label {
        color: #0000cc;
        font-weight: normal;
    }

    /*Cambia el color de la letra cuando pasa el ratón*/
    input[type=submit]:hover,
    input[type=reset]:hover {
        color: #000000;
        border: none;
        background-color: white;
        font-weight: bold;
        padding: 5px 13px;
        text-decoration: none;
        cursor: pointer;
    }


/* para todos los inputs */

    input[type=submit],
    input[type=reset] {
        background-color: #637fd4;     /*ITEM FO5*/
        border: none;
        color: white;
        font-weight: bold;
        padding: 5px 13px;
        text-decoration: none;
        cursor: pointer;
        border-radius: 10px;
        margin-left: 1%;
    }

    input:focus {
        border-color: black;
        color: #000000;
    }


/* Tablas Fichas*/
    .tablas-fichas {
        /*  background-color: black; */
        /* border: 2px solid #215178; */
        box-sizing: border-box;
        /* padding-right: 20px; */
        width: 90%;
        border-collapse: separate;
        border-radius: 10px 5px;
        /* padding-bottom: 1em; */
        padding-top: 1em;
        font-size: inherit;
    }
    .tablas-fichas input:hover {
        color: #000000 !important;
    }

    .tablas-fichas input, .tablas-fichas select, .tablas-fichas textarea {
        color: #000000 !important;
        border-radius: 5px;
        width: 100%;
        padding-left: 5px;
        font-size: 1em;
    }
	
	    .tablas-fichas .inputmulti3 {    /*Formato 3 input por línea*/
        color: #000000 !important;
        border-radius: 5px;
        width: 29%;
        padding-left: 2px;
        font-size: 1em;
    }

    .tablas-fichas textarea{
        width:95%;
		padding-right: 5%;
    }

    .tablas-fichas p{
        color: #c3dbef;    /* ITEM T1*/  
        margin: 0;
    }

    /*Filas verticales td*/
    /*Aquí se cambia la curvatura de los bordes, padding, color del texto, y el fondo de color.*/
    .tablas-fichas td {
        font-weight: normal;
        background-color: #1B4364 !important;   /* ITEM F3*/
        color: #ffffff;
        padding-right: 5%;
        /*text-align: center;*/
        padding-bottom: 5px;
        border-radius: 0px 20px 20px 0px;
        width: auto;
    }

    /*Cambio de color en fichas con hover*/
    .tablas-fichas tr:hover td {
        background-color: #10283c!important;   /* ITEM F3 hover*/
        border: 1px;
        border-bottom-style: solid;
        border-bottom-color: white;
    }

    /*Botones para dar margenes izquierda y derecha*/
    .boton {
        margin: 0 2em;
        text-decoration: none!important;
    }

    .boton2 {
        margin: 0 0.3em;
        text-decoration: none!important;
    }
    .espacio {
        margin-left: 4em;
    }
    .sin-barra{
        text-decoration: none!important;
    }
    /*Cambia el color del botón de añadir cliente*/
    .add-client {
        color: #000000;
        margin: 0 2em;
    }

    .bt-reset {
        margin: 0 2em;
        border:none;
        background-color: transparent;
        cursor: pointer;
    }

    .color-texto {
        color: white;
    }
/* Tablas Listados*/
    .tablas-listado {
        background-color: black; */
            /* border: 2px solid #215178; */
            box-sizing: border-box;
            width: 90%;
            border-collapse: collapse;
            border-radius: 7px 3px;
    }
			/*    .tablas-listado p{
			        color: #5ebfdc;
			        margin: 0;
			    } */

    /*Aquí se puede modificar los colores de los border*/
    .tablas-listado td {
        font-weight: normal;
        /*Comentar el fondo de color en caso si usa tr*/
        /*background-color: #2e395f; sçolo útil si no se usa nth-child
        color: #ffffff;*/
        /*padding-right: 2%;*/
        /*text-align: center;*/
        padding-left: 3px !important;
        /*padding-bottom: 10px;*/
        /*padding: 0;*/
        /* línea separación horizontal */
        border-bottom-style:inset;
        border-bottom-color: #3179b4;

        /* línea separación vertical
        border-right: solid 2px #3179b4;
        border-left: solid 2px #3179b4;  */
    }
    .tabla-sin-center {
        text-align: inherit !important;
    }

    /*Listados alternando color por columna (td) o fila (tr)*/

    .tablas-listado tr:nth-child(even) {background: #2e3954; color:#ffffff;}   /*ITEM TBL1*/
    .tablas-listado tr:nth-child(odd) {background: #2e3f1f; color:#ffffff;}    /*ITEM TBL2*/

    .tablas-listado a{
	color: #47daeb;
	text-decoration: underline;
}

    .tablas-listado a:hover {
            color: #9bc3e4;
            text-decoration: underline;
    }

    .tablas-listado input, .tablas-listado select, .tablas-listado textarea {
        font-size: inherit;
        width: auto;
        padding;
        width: 95%;

    }
    .tablas-listado .inputmulti2 {    /*Formato 3 input por línea*/
        color: #000000 !important;
        border-radius: 5px;
        width: 40%;
        padding-left: 2px;
        font-size: 1em;
    }

    .tablas-listado textarea {
        width: -webkit-fill-available;
    }

    .tablas-listado th{
         padding: 0 0.5em;
    }
    /*Cambia de color en todoas las filas de tr (horizontal)*/
    .tablas-listado tr:hover td {
        background-color: #401b64;    /*ITEM TBL1 hover*/
        border-bottom-style: solid;
        border-bottom-color: #265e8c;
    }

    /*Cambia de color cuando pasa el ratón*/
    .tablas-listado input:hover {
        color: #000000 !important;
    }

    .tablas-listado input {
        color: #000000 !important;
    }

    .tablas-listado input, select {  /*INPUT TYPE TEXT*/
        color: #000000 !important;
        border-radius: 5px;
    }

    /*Selecciona el primer hijo de td para centrar el codigo*/
   .tablas-listado td:first-child{
        text-align: center;
    }

    /*
    .img-editar {
        margin-right: 0.5em;
        width: unset!important;
    }
    .img-eliminar {
        margin-left: 0.5em;
        margin-right: 0.5em;
    }
    .img-cliente {
        margin-left: 0.5em;
    }*/

    /*Elimina los paddings a 0*/
    .tabla-sin-filtro th {
        padding:0 !important;
    }

    /*Para todos los th de la página*/
    th {
        background-color: #0b1b28;     /*ITEM F4*/
        font-weight: bold;
        color: #ffffffbf;
        padding: 1%;
    }

    /*especifico para los input, select en acciones*/
    .ancho-inputs input, .ancho-inputs select{
        width:auto!important;
    }

    .ancho-inputs td {
        padding-right: 0!important;
    }
    .ancho-inputs tr:hover td {
        background-color: none;
        border: none;
        border-bottom-style: none;
    }
    table, input, select, textarea, button{
        font-size: inherit;
    }

    /*Tabla para ofertas*/
    .tabla-oferta {
        width: 70%;
    }
    .tabla-oferta img, .tabla-oferta input{
        vertical-align: middle;
    }

/*Formulario*/
    .formTabla {
        background-color: rgba(0, 0, 0, 0);
        border: none;
        box-shadow: none;
        /* width: 100%; */
        /* margin-top: 7px; */
        /*padding-top: 20px;
        padding-bottom: 10px;*/
    }

    .effect {
        border: 0;
        padding: 5px 0 7px;
        border: 1px solid transparent;
        border-bottom-color: #ccc;
        transition: 0.4s;
    }

    .effect:focus {
        padding: 5px 14px 7px;
        transition: 0.4s;
    }

    .tablas2 {
        background-color: white;
        border: 2px;
        width: 20%;
    }

    .tablas2 td {
        background-color: #FFFFFF;
        color: black;
        border: 2px;
        padding: 1%;
    }

    /*Para los iconos de editar clientes*/
    .tablas2 td:nth-child(1), .tablas2 td:nth-child(2), .tablas2 td:nth-child(3), .tablas2 td:nth-child(4) {
        padding: 0 1.5em;
    }


/*Para todas las etiquetas p*/

    p {
        color: #002bff;       /*ITEM T2  instrucciones*/
        font-weight: bold;
    }
/*-------Fin--------*/
/*
a>td {
     text-decoration: none;
     color: white;
 }

a>td:hover {
     color:#64a1d4;
 }
*/

/*Selección de palabras solo en la parte de instrucciones cuando el usuario pasa el ratón del texto*/

    .instruccion:hover {
        color: blue;
        background: yellow;
    }

    /*Ajusta el contenido exacto*/
    .instruccion {
        width: fit-content;
    }

/*menu
.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.p-0 {
  padding: 0 !important;
}
.m-0 {
  margin: 0 !important;
}
.text-white {
  color: #fff !important;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.9);

}
.collapse:not(.show) {
  display: none;
}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
nav {
    display: block;
}
.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}*/

/*Menu tecnico*/
    /*Menu 1*/
        nav {
            /*position: absolute;*/
            /* top: 50%;*/
             left: 0;
             bottom: 50%;
             right: 0;
            /*margin-bottom: 3.5em;*/
        }

        ul.menu {
          width: 40%;
          height: 40px;
          line-height: 40px;
          position: relative;
          text-align: center;
          margin: auto;
          padding: 0;
          background-color: #a3e1f9;       /*ITEM M1*/
          -moz-border-radius-topleft: 4px;
          -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
          -moz-border-radius-topright: 4px;
          -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
          display: flex;
          justify-content: center;
          list-style: none;
        }
        ul.menu li {
          float: left;
          width: auto;

        }
        ul.menu li a {
          display: block;
          width: auto;
          text-decoration: none;
        }
        ul.menu li:hover {
          background-color: #4482f5;    /*ITEM M1 hover*/
          -moz-transition-property: background-color;
          -o-transition-property: background-color;
          -webkit-transition-property: background-color;
          transition-property: background-color;
          -moz-transition-duration: 0.33s;
          -o-transition-duration: 0.33s;
          -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
          -moz-border-radius-topleft: 4px;
          -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
          -moz-border-radius-topright: 4px;
          -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
        }
        ul.menu li:hover ul {
            width: 100%;
            width: -moz-available;          // WebKit-based browsers will ignore this.
            width: -webkit-fill-available;  // Mozilla-based browsers will ignore this.
            width: fill-available;
          background: #618dc5;       /*ITEM M2  submenu*/
          visibility: visible;
          filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
          opacity: 1;
          -moz-transition-property: opacity;
          -o-transition-property: opacity;
          -webkit-transition-property: opacity;
          transition-property: opacity;
          -moz-transition-duration: 0.33s;
          -o-transition-duration: 0.33s;
          -webkit-transition-duration: 0.33s;
          transition-duration: 0.33s;
          -moz-border-radius-bottomleft: 4px;
          -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
          -moz-border-radius-bottomright: 4px;
          -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
        }

        ul.sub-menu {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
          opacity: 0;
          visibility: hidden;
          position: absolute;
          left: 0;
          height: 40px;
          line-height: 40px;
          background-color: #9CE0C9;
          display: flex;
          justify-content: center;
          list-style: none;
          padding: 0;
        }
        ul.sub-menu li:hover {
          -moz-border-radius-bottomleft: 4px;
          -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
          -moz-border-radius-bottomright: 4px;
          -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
        }

        ul.menu a,
        ul.sub-menu a {
          font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
          color: #0E0500;      /*ITEM M3 textos*/
          padding: 0 10px;
        }


    /*Menu 2
        a {
          text-decoration: none;
          color: #fff;
          display: block;
        }

        ul {
            list-style: none;
          position: relative;
          text-align: left;
          display: flex;
          padding: 0;
          justify-content: center;
          font-size: inherit;
        }

        li {
          float: left;
        }

        ul:after {
          clear: both;
        }

        ul:before,
        ul:after {
            content: " ";
            display: table;
        }

        nav {
          position: relative;
          background: #2B2B2B;
          background-image: -webkit-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
          background-image: -moz-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
          background-image: -o-linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
          background-image: linear-gradient(bottom, #2B2B2B 7%, #333333 100%);
          text-align: center;
          letter-spacing: 1px;
          text-shadow: 1px 1px 1px #0E0E0E;
          -webkit-box-shadow: 2px 2px 3px #888;
          -moz-box-shadow: 2px 2px 3px #888;
          box-shadow: 2px 2px 3px #888;
          border-bottom-right-radius: 8px;
          border-bottom-left-radius: 8px;
          width: 77%;
            margin: auto;
        }

        ul.primary li a {
          display: block;
          padding: 20px 30px;
          border-right: 1px solid #3D3D3D;
        }

        ul.primary li:last-child a {
          border-right: none;
        }

        ul.primary li a:hover {

          color: #000;
        }

        ul.sub {

          position: absolute;
          z-index: 200;
          box-shadow: 2px 2px 0 #BEBEBE;
          width: auto;
          display:none;
        }

        ul.sub li {
          float: none;
          margin: 0;
          width: -webkit-fill-available;
        }

        ul.sub li a {
            width: 100%;
            width: -moz-available;
            width: -webkit-fill-available;
            width: fill-available;
          border-bottom: 1px dotted #ccc;
          border-right: none;
          color: #000;
          padding: 15px 30px;
        }

        ul.sub li:last-child a {
          border-bottom: none;
        }

        ul.sub li a:hover {
          color: #000;
          background: #eeeeee;
        }

        ul.primary li:hover ul {
          display: block;
          background: #fff;
        }

        ul.primary li:hover a {
          background: #fff;
          color: #666;
          text-shadow: none;
        }

        ul.primary li:hover > a{
          color: #000;
        }*/

    /*Menu 3
        .menu, .menu ul, .menu ul li, .menu ul li a,
        .menu ul ul, .menu ul ul li, .menu ul ul li a {
            //margin: 0;
              //padding: 0;
              border: 0;
              line-height: 1;
              margin: auto;
        }
        .menu ul {
            list-style-type: none;
            text-align: center;
            padding: 0;
        }

        .menu ul li {
            position: relative;
            display: inline;
            text-align: center;
        }

        .menu ul li a {
            text-decoration: none;
            display: inline-block;
            width: 80px;
            padding: 10px 10px;
            color: #000;
            background: #3c56a5;
        }

        .menu ul li a:hover, .menu ul li a:focus, .menu ul li a:active  {
            color: #777;
            background: CornflowerBlue;
        }

        .menu-arrow {
            font-size: 10px;
        }

        .menu ul ul {
            position: absolute;
            left:0;
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
            filter: alpha(opacity=0);
        }

        .menu ul li:hover ul {
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            filter: alpha(opacity=100);
        }

        .menu ul ul li {
            display: block;
            text-align: left;
        }

        .menu ul ul li a {
            width: 120px;
            //min-width: 112px;
            padding: 10px 10px;
            white-space: nowrap;
            border-bottom: 1px solid #ccc;
            color: #333;
            background: DodgerBlue;
        }

        .menu ul ul li a:hover, .menu ul ul li a:focus, .menu ul ul li a:active  {
            color: #777;
            background: DeepSkyBlue;
        }

        .menu ul li a, .menu ul ul li, .menu ul li:hover, .menu ul ul {
            -webkit-transition: all .4s ease-in-out;
            transition: all .4s ease-in-out;
        }

        .responsive-button {
            padding: 20px;
            color: #333;
            font-weight: bold;
            background: RoyalBlue;
            border-bottom: 1px solid #ccc;
            text-align: center;
            display: none;
        }

        input[id=responsive-button] {
            display: none;
        }

        input[id=responsive-button]:checked ~ .menu {
            display: block;
        }*/

    /*
    	#header {
    		margin:auto;
    		width:500px;
    		font-family:Arial, Helvetica, sans-serif;
    	}

    	ul, ol {
    		list-style:none;
    	}

    	.nav > li {
    		float:left;
    	}

    	.nav li a {
    		background-color:#000;
    		color:#fff;
    		text-decoration:none;
    		padding:10px 12px;
    		display:block;
    	}

    	.nav li a:hover {
    		background-color:#434343;
    	}

    	.nav li ul {
    		display:none;
    		position:absolute;
    		min-width:140px;
    	}

    	.nav li:hover > ul {
    		display:block;
    	}

    	.nav li ul li {
    		position:relative;
    	}

    	.nav li ul li ul {
    		right:-140px;
    		top:0px;
    	}
    */

/*Tooltip*/
    #tooltip_lawebera_lawebera{
        text-align: center;
        color: #fff;
        background: #111;
        position: absolute;
        z-index: 100;
        padding: 15px;
    }

    #tooltip_lawebera:after{
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }

    #tooltip_lawebera.superior:after{
        border-top-color: transparent;
        border-bottom: 10px solid #111;
        top: -20px;
        bottom: auto;
    }

    #tooltip_lawebera.izquierda:after{
        left: 10px;
        margin: 0;
    }

    #tooltip_lawebera.derecha:after{
        right: 10px;
        left: auto;
        margin: 0;
    }
	
	.filtro{
        color: #000000 !important;
        border-radius: 10px;
		height: 10px;
		padding: 0.5;
		}