@font-face {
    font-family: "wide";
    src: url(fonts/wide.ttf) format("truetype"); 
}
@font-face {
    font-family: "barcode39";
    src: url(fonts/Code39.ttf) format("truetype"); 
}

@font-face {
    font-family: "poppins";
    src: url(fonts/Poppins-Regular.ttf) format("truetype"); 
}
@font-face {
    font-family: "barcodeAutomatic";
    src: url(fonts/IDAutomationHC39M.ttf) format("truetype"); 
}


*{
    font-family: poppins;
    font-size: 12px;
}
::-webkit-input-placeholder { color:#686868; font-size: 0.9em; } /* Chrome*/
::-moz-placeholder { color:#686868; } /* firefox 19+ */
:-ms-input-placeholder { color:#686868; } /* ie */
input:-moz-placeholder { color:#686868; }
.inp-placa::-webkit-input-placeholder { color:#909090; font-size: 17px; }
body{
    overflow-x: hidden;
}
.barcode{
    font-family: 'barcode';
    padding-left: 100px;
    font-size: 30px;
    background-color: white;
}

.datos_fecha{
    background: #B71C1C;
    text-align: center;
    font-family: poppins;
    border:0;
    padding: 5px;
    color: #f2f2f2;
    font-weight: bold;
    font-size: 1.1em;
}
/*------------ESTILOS PARA EL ARCHIVO CONTACTO.PHP------------------*/
.contenedor-contacto{
    width: 100%;
    height: 1000px;
    background-color: rgba(0,0,0,0.6);
}
    .contenedor-tabla{
        width: 40%;
        height: 600px;
        padding: 0;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        margin: 4em auto;
        position: fixed;

    }
        .contenedor-tabla .table-c{
            text-align: center;
            width: 100%;
            height: auto;
            padding: 5%;
        }
            .contenedor-tabla table tr{
                width: 100%;
            }
                .contenedor-tabla table .tr-titulo td{
                    width: 100%;
                    background-color: #f2f2f2;
                    color: #454545;
                    padding: 10px;
                    text-align: center;
                    border: 1px solid red;
                }
                 .contenedor-tabla table tr td{
                    width: 100%;
                    border: 1px solid red;
                 }
                    .contenedor-tabla table tr td input{
                        width: 100%;
                        padding: 6px;
                        text-align: center;
                    } 


/*----- LOGIN -----*/
.body-login{
    background: rgba(0,0,0,.3);
}
.img_log{
    width: 45%;
    height: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    padding-top: 1em;
    text-align: center;    
}
    .img_log img{
        width: 100%;
    }

.div-l{
    width: 23%;
    height: auto;
    border-radius: 2%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: rgba(255,255,255,1);
    padding: 1%;
    margin-top: 2em;
}
    .log-in{
        font-size: 2.8em;
        font-family: wide;
        font-weight: 900;
    }
    .e-flecha{
        width: 32px;
        height: 12px;
    }
.div-login{
    margin: auto;
    width: 90%;
    padding-top: 3em;
}
.img-ver{
    text-align: left;
    width: 30px;
    height: 30px;
    margin:-9px 0 -8px 0;
    padding-top: 4px;
    padding-bottom: 4px;   

}
.table-login{
    width: 100%;
    height: 150px;
}
    .table-login tr{
        width: 100%;
        height: 45px;
        
    }
        .table-login tr .td-inp{  
            width: 80%;
            
        }
        .table-login tr .td-img{
            width: 10%;
        }        
        .table-login tr img{
            background-color: rgba(255,255,255,.5); 
            border-bottom: 2px solid #1E81DF;           
        }
    .inp{
        text-align: center;
        width:100%;
        height: 40px;
        font-size: 18px;
        background-color: rgba(255,255,255,.5);
        border-bottom: 2px solid #1E81DF;
        border-top: 0;
        border-left: 0;
    }
        .inp:focus{
            outline: 0px;
        }   
    .td-btn{
        width: 100%;
    }         
    .btn-ini{
        left: 0;
        width: 100%;
        height: 35px;
        font-size: 22px;
        color: #f2f2f2;
        border: 0;
        background-color: #1E81DF; /* Azul claro para botones */
        font-size:16px;
    }
        .btn-ini:hover{
            background-color:#194E84;/* Azul oscuro para botones */
            -webkit-transition: all ease 0.2s;
            transition: all ease 0.2s;  
            font-size:14px;          
        }
    .guion{
        color: #1E81DF;
    }

/*Estilos del principal */  


.cabeza{
    width: 100%;
    background-color: rgb(138,235,255);
    text-align: center;
}
.logo{
    padding: 0;
    width: 60px;
    height: 60px;
    background-color: rgb(42,170,231);
    border-radius: 8px;
    box-shadow: rgb(27,111,145) 0 6px 0;
    position: relative;
}
.plogo{
    width: 46px;
    height: 46px;
    border-radius: 8px;
    border: 2px #f2f2f2 solid;
    margin: 5px 0 0 5px;
}
.plogo:after{
    content: "P";
    font-size: 39px;
    color: #f2f2f2;
    font-weight: 400;
    font-family: wide;
}
.logo,.titulo{
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;

}
.titulo{
    text-align: left;
    position: relative;
    margin-right: 70px;
    color: rgb(27,111,145);
    font-weight: 900;
    font-family: wide;
    font-size: 35px;
}
.par{
    font-weight: 100;
    font-size: 20px;
    margin-top: -5px;
    border-top: 1px solid #1B6F91;
}
.via1{
    height: 15px;
    background-color: rgb(60,60,60);

}
.via2{
    height: 15px;
    background-color: rgb(60,60,60);
    border-top: 1px #f2f2f2 dashed;
}


/* ----- ESTILOS PARA EL MODAL DE IMPRIMIR RECIBO ----*/

.contenedor_modal_impresion{
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    text-align: center;
    display: none;
}
    .contenedor_modal_impresion span{
        display: block;
        font-size: .60em;
        color: #000;
    }
    
    #tipo_vahiculo, #encargado, #fecha, #hora{
        font-size: .85em;
        color: #000;
    }
    #placa_txt, .nombre_parqueadero, #valor_pagar{
        font-size: 1.1em;
        font-weight: bolder;
        text-transform: uppercase;
    }
    .codigo_barras_vista1{
        font-family: barcode39;
        /*font-size: 4.7em;*/
    }
    .codigo_barras_vista2{
        font-family: barcodeAutomatic;
    }
    .informacion_parqueadero{
        margin-top: .5em;
        font-size: .85em !important;
    }
    .informacion_desarrollador{
        font-weight: bold;
        font-size: .70em;
        margin-top: 6px;
        color: #000;
    }

    #fecha,#fecha_entrada,#fecha_salida, #valor_pagar{
        display: block;
    }

.modal_editar{
    background: rgba(50, 50, 50, .6);
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    text-align: center;
    display: none;
}
    .contenedor_editar{
        width: 60%;
        min-width:200px;
        height: auto;
        margin: 0 auto;
        background: #fff;
        margin-top: 5%;
        padding-bottom: 1%;
        border-radius: 7px;
    }
        .contenedor_editar table{
            border:1px solid cadetblue;
            width: 80%;
            height: auto;
            margin: 0 auto;
            padding: 1em;
            background: #fff;
        }
            .contenedor_editar table td{
                width: auto;
            }
                .contenedor_editar table h2{
                    background: rgba(28, 55, 91, .9);
                    color: #fff;
                    padding: 4px 2px;
                    margin: 0px;
                }

                .contenedor_editar table td input {
                    width: 90%;
                }
        .btn-enviar, .btn-cancelar, .btn-alternativo{
            width: 130px;
            font-weight: bold;
            font-family: poppins;
            margin-top: 10px;
            padding: 4px 0px;
            border: 0px;
        }
        .btn-alternativo{
            background-color: #12B05B;
            color: #fff;
            font-size: 1.1em;
            font-weight: 100;
            width: 100%;
            cursor: pointer;
        }
        .btn-enviar{
            float: right;
        }  

/* -------ESTILOS PARA SIMULAR UNA ETIQUETA TITLE-----*/

.sec-contenido{
    width: 100%;
    max-width: 100%;
    height: 45px;
    background: rgb(221,221,151);    
    border: 1px solid gray ;
    border-radius: 10px;
    margin-top: 0;
}


.title { 
    position: absolute;
    z-index: 0;
}
.title:hover { 
    background-color: transparent;
    z-index: 1;
}
.title .span_S { 
    border: 1px solid #f60;
    padding: 5px;
    position: absolute;
    text-decoration: none;
    background-color: #f96;
    color: #3E1F00;
    width: 8em;
    text-align: center;
    visibility: hidden;
    font-size: 0.9em;
    line-height: 10px;
    border-radius: 5px 5px 0px 0px;
}
.title:hover .span_S { 
    visibility: visible;
    top: -25px;
    left: -70px;
}

.saludo,.contenido{
    width: auto;
    height: auto;
}
.tiempo_sesion{
    margin-top: 1.5em;
    margin-left: 2%;
    float: left;
    font-weight: 800;
}
.saludo{
    width: 300px;
    max-width: 40%;
    height: auto;    
    border-right: 1px solid #000;
    float: left;
}
    
    .saludo-usuario, .img-ver{
        float: left;
    }
    .saludo-usuario{
        margin-top: 15px;
        font-size: 1em;
        padding: 0;
    }
    .saludo-usuario strong{
        color: #000;
        font-size: 1em;
    }
    .img-ver{
        text-align: left;
        height: auto;
        margin:0;
        padding-top: 4px;
        padding-bottom: 4px;   

    }    
    .contenido{
        width: auto;
        height: auto;
        min-height: 45px;
        height:auto; 
        right: 10%;
        text-align: center;
        float: right;
    }
        .contenido div{
            -webkit-box-shadow: 0px 2px 0px 1px rgba(0, 0, 0, 0.5);
            -moz-box-shadow:    0px 2px 0px 1px rgba(0, 0, 0, 0.5);
            box-shadow:         0px 2px 0px 1px rgba(0, 0, 0, 0.5);            
            
            display: inline-block;
            vertical-align: top;
            border-radius: 100%;
            margin: 0 auto;
            width: 35px;
            height: 35px;
            background-color: #f2f2f2;
            border: 1px solid #696969;
            margin-right: 10px;
        }
            .contenido img{
                padding: 0px;
                width: 20px;
                height: 20px;
                margin-top: 7px;
                margin-left: -10px;
                
            }
            .contenido img:hover,.contenido div:hover{
                -webkit-transition: all ease 0.2s;
                transition: all ease 0.2s;                
                transform: scale(1.2);
                -webkit-transform: scale(1.2)rotate(0deg);
            }

.div_recaudo_dia{
    width: 99%;
    height: auto;
    border: 1px solid #d3d3d3;
    background-color: #fff;
    padding: .7em;
}
.txt_diario, .txt_abonos, .txt_total{
    
    border-radius: 5px;
    padding: 3px 5px;
    font-size: 1.2em;
}
.txt_diario{
 background-color: #27BEF5;
}
.txt_abonos{
 background-color: #ED872B;
}
.txt_total{
 background-color: #12B05B;
}

.tipo_impresion{
    font-family: poppins;
    background-color: #178CDE;
    margin-top: .1em;
    font-size: 1.45em;
    padding: 2px;
    color: #fff;
    border: 0px;
    border-radius: 5px;
    margin-left: 2%;
}
#principal{
    width: 100%;
    height: auto;
    background: rgba(0,0,0,.1);
    top: 0; 
    
}
.btn_vehiculos_parqueo{
    background-color: #178CDE;
    color: #fff;
    border-radius: 10px;
    font-size: 1.2em;
    border: 0px;
    padding: 5px;
    cursor: pointer;
    display: none;
}
.icono_descarga{
    width:31px;
    padding: 2px;
    float:right;
    margin-top: -10px;
    margin-right: 1px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    border: 1px solid #c0c0c0;
}
.resultado_r .icono_descarga{
    margin-top: -35px;

}   
/*-----------------------------------------------------------------*/

/*---------------------------*/
.tabla_fecha_hora{
    display: none;
	margin-right: 1.5%;
    background-color: #fff;
    float: right;
    margin-top: 1px;
}
.form-i{
    width: 100%;
    max-width: 100%;
    height: auto;
	border-radius: 10px;
	padding-top: 3px;
    padding-bottom: 3px;
    margin-top: 0px;
    border: 1px solid white;
}
    form .fecha, form .reloj{
        display: none;
        width:100%;
        height: 50px;
        outline:0px;
        border:0;
        font-size : 1.2em;
        font-family: verdana; 
        text-align : center;
        background-color: #68b0ab;
        color: #f2f2f2;
    }
        strong{
            margin:0px 8px 0px 0px;
            color: #f2f2f2;
            font-size: 1.5em;
        }
.p1{
    font-size: 20px;
    font-weight: bold;
} 
.p2{
    font-size: 25px;
    color: red;
    font-weight: bold;
}       
.inf-esp,.cobrar{
    font-size: 19px;
	vertical-align: top;
	display: inline-block;
    border: 1px solid white;
}        
.inf-esp{
    width: 56%;
    max-width: 56%;
    overflow-x:auto;
    top: 0;
    bottom: 0;
    background-color: #fff;
}  
    .inf-esp table{
        width: 100%;
        height: auto;
        background-color: #c0c0c0;
    } 
    .inf-esp table .tr-title ,.cobrar table .tr-title {
        width: 100%;
        height: auto;
    }  
	.inf-esp table .tr-title td,.cobrar table .tr-title td{
        background-color: #303030; 
		width: auto;
        color: #f2f2f2;
        font-size: 16px;
	}  
		.inf-esp tr td,.cobrar tr td{
			width: auto;
			background-color: #fff;
			text-align: center;
		}
            .inf-esp table tr td{
                background-color: #fff;
                padding: 0px 2px 0px 2px;
                font-size: 15px;
            }		
			.t1{
				font-size: 20px;
				text-align: center; 
			}
.cobrar{
    width: 42%;
    max-width: 42%;
    overflow-x: auto;
    margin: 0 auto;
}
.cobrar .centavo{
    color: blue;
}  
.cobrar table{
    width: 100%;
    background-color: #c0c0c0;
}  
.dispo{
    width: 47%;
    overflow-x:auto;
    margin: 0;
    top: 0;
    bottom: 0;
}
    .dispo table{
        width: 100%;
        text-align: center;
        border: 1px solid white;
    }
        .dispo table .t1{
            font-size: 16px;
            background-color: rgb(45,45,45);
            color: #f2f2f2;
        }
            .dispo table tr td{
                background-color: #f2f2f2;
                padding: 0px 2px 0px 2px;
                font-size: 15px;
            }
.consecutivo{
    width: 100%;
    background-color: #fff;
    border: 1px solid white;
    margin-top: 5px;
    height: 40px;  
}   
    .consecutivo div{
        width:30%;
        height: 30px;
        border-radius: 10px;
        text-align: left;
        float: right;
        margin: 3px;
    }  
        .p3{
            margin: 0;
            padding: 0px;
            color: #393939;
            font-size: 25px;
            text-align: left;

        }  

.contenedor-datos{
    margin-top: 5px;
	width: 100%;
	height: auto;
}
.consecutivo,.contenedor-datos{
    display: block;
    vertical-align: top;
}
#btn_servicio_baño{
    background: #178CDE;
    border:0;
    font-size: 1.5em;
    font-family: poppins;
    padding: 5px;
    color:#f2f2f2;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 2%;
    margin-top: 2px;
    text-align: center;
    justify-content: center;
    float:left;

}
#btn_servicio_baño:hover{
    background: #0969AC;
}
/*---------------SECCION DE USUARIOS DENTRO PARAQUEADERO Y MENSUALIDAD PARA ACABARSE-----------------*/
.div-dentro,.div-m,.entrada,.consecutivo,.div_mensualidad,.div_renovar,.resultado_m,.tarifa,.impresion,.div-l,.contenedor-tabla{
    border: 1px solid #d3d3d3;
}
.div-con,.entrada{   
    vertical-align: top;
    display: inline-block;
    width: 55%;
    height: auto;
}


/* ----- Estilos para los vehiculos dentro de parqueadero y mensualidades a vencer en home ---- */

.div-dentro,.div-m{
    background-color: rgba(255,255,255,0.6);
    border-radius: 5px;
    width: 98%;
    padding: 1px;  
    margin-top: 5px;
    margin-right: 40px;    
    height: auto;
    max-height:415px;
    overflow-y:auto;/* barras de desplazamiento en eje y despues del max-height */  

}

    .div-dentro table, .div-m table{
        width: 100%;
        height: auto;
        background-color: #c0c0c0;
    }
    .div-dentro table td, .div-m table td{
        background-color: rgba(255,255,255,1);
        border: 1px solid white;
        font-size: 13px;
    }
    .div-dentro table .p4, .div-m table .p4{
        text-align: center;
    }
    .div-dentro table .p4 span, .div-m table .p4 span{
        font-weight: bolder;
    }
    .div-dentro table .p5 span, .div-m table .p5 span{
        font-weight: bolder;
    }        
    .div-dentro .p1, .div-m .p1{
        text-align: center;
        background-color: #696969;
        width: 100%;
        color: #f2f2f2;
    }

/* -- ESTILOS PARA TRANSACCIONES DE CAJA MENOR -- */
.contenedor_msj_caja{
    margin-left: 1.8%;
    width: 95%;

}   
    .contenedor_msj_caja .p-saldo-superior, .contenedor_msj_caja .p-saldo-intermedio, .contenedor_msj_caja .p-saldo-negativo{
        width: 100%;
        padding: 10px;
        font-size: 1.9em;
        font-weight: bold;
        text-align: center;
        margin: 0;
    }

    .contenedor_msj_caja .p-saldo-superior{
        border-left: 5px solid #1A6506;
        color: #1A6506;
        background: rgba(50,145,0,.3);
    }
    .contenedor_msj_caja .p-saldo-intermedio{
        border-left: 5px solid #F64300;
        color: #DF4005;
        background: rgba(246,67,0,.2);
    }
    .contenedor_msj_caja .p-saldo-negativo{
        border-left: 5px solid #8D1200;
        color: #8D1200;
        background: rgba(141,18,0,.3);
    }

.entrada{    
    width: 42%;
    background-color: #fff;
    padding: 2px;  
    margin-top: 5px; 
}

    .contenedor-camara-foto{
        width: 97%;
        height: 140px;
    }
        .contenedor-fotos ,.contenedor-camara{
            width: 190px;
            height: 140px;
            display: inline-block;
            vertical-align: top;
            border:1px solid gray;
            margin-left: 10px;
            overflow: hidden;
        }

            .contenedor-camara video, .contenedor-fotos canvas{
                padding: 0;
                margin-top: -25px;
                width: 200px;
                height: 200px;
            }
            .contenedor-fotos canvas{
                margin-top: 0;
                height: 200px;
            }
        .modal-cambio{
            margin: 0 auto;
            width: 70%;
            max-width: 600px;
            min-width: 520px;
            height: 310px;
            position: fixed;
            background: rgba(40,40,40,.7);
            top: 14.5em;
            right: 0;
            bottom: 0;
            left: 0;
            font-size: 2em;
            border-radius: 5px;
            border:1px solid gray;
            display: none;
        }
            .modal-cambio table{
                padding: 5px;
                width: 85%;
                font-size: 2em;
                margin-top: 1em;
            }
                .modal-cambio table tr td{

                    font-size: 3em;
                    border:1px solid white;
                    background: white;
                    padding:5px;
                }

                #btn-calcular, #btn-cerrar{
                    text-align: center;
                    color: #fff;
                    padding: 5px 20px;
                    border:0;
                    border-radius: 5px;
                    font-size: .7em;
                    margin-top: 15px;
                    cursor: pointer;
                }
                #td-vuelto{
                    color: #8E0000;
                    font-size: 4em;
                    font-weight: bold;
                }
                #btn-calcular{
                    background-color: #067001;
                }
                #btn-cerrar{
                    background-color: #A12C2C;
                }
        .cont_placa{
            width: 48%;
            height: auto;
            border-radius: 0 0px 10px 10px;
            height: 5em;
            background-color: #DFC118;
            -webkit-box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);
            -moz-box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);
            box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);            
        }
            .p11, .p22{
                border-radius: 100%;
                background: #333;
                width: 10px;
                height: 10px;
                display: inline-block;
                margin-top: 6px;
            }
            .p11{
                float: left;
                margin-left: 6px;
            }
            .p22{
                float: right;
                margin-right: 6px;
            }        
    		.inp-placa{
    			text-align: center;
    			width: 85%;
    			height:1.2em;
    			font-size: 2.3em;
    		    outline: 0px;
    		    border:1px solid black;
                padding: 0;
    		    background-color: #DFC118;	
                margin-top: 13px;
    		}
            .inp-tarjeta{
                width: 71%;
                height: 2.6em;
                background-color: rgb(170,170,170);
                border: 1px solid rgb(170,170,170);
                text-transform: uppercase;
                font-size: 1.5em;
                text-align: center;
                margin-bottom: 10px;
                border-radius: 0 0px 10px 10px;
                -webkit-box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);
                -moz-box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);
                box-shadow: 0px 6px 3px 1px rgba(61,59,61,0.76);                 
            }
            .btn-generar{
                border-radius: 5px;
                height: 55px;
                background-color: rgb(9,130,202); 
                border:0;
                color: #f2f2f2;
                width:22%;
                font-size: 1.2em;
                padding: 6px;
                font-family: 'cent'; 
                margin-left: 10px;               
            }

        .cont_placa,.cont_casillero{
            vertical-align: top;
            display: inline-block;
        }
        .cont_casillero{
            width:90%;
            height: auto;
            margin: 0 auto;
        }
            .cont_casillero table{
                width: 98%;
                height: auto;
                padding: 5px;
                border: 1px solid gray;
                margin: 0 auto;
            }  
                .cont_casillero table .tr_c{
                    background-color: #5d5d5d;
                    color: #f2f2f2;
                }

        .btn-tarifas{
            padding:10px;
            width: 33%;
            max-width: 25%;
            height: 50px;
            display: inline-block;
            font-family: poppins;
            font-size: 1.2em;
            vertical-align: top;
            background-color: #f2f2f2;
            color: #1b708e;
            border: 2px solid #1b708e;
            text-align: center;
            margin-top: 3px;
            font-weight: bold;
        }   
        .btn-tarifas:hover, .btn-generar:hover{
            -webkit-transition: all ease 0.1s;
            transition: all ease 0.1s;      
            background-color: #29abe2;
            border: 0;
            color: #f2f2f2;
            font-size: 1.2em;
            cursor: pointer;
        }
		.btn-salida{
		    background-color:#088A08;
		    border: 3px solid #088A08;
		    color:#f2f2f2; 
		    border-radius: 5px;
		    width: 70%; 
            height: auto;
		    font-size: 27px;
            margin-top: 5px;
            font-family: poppins;
            display: block;
		}
		.btn-salida:hover{
		    -webkit-transition: all ease 0.1s;
		    transition: all ease 0.1s;     
		    background-color: #77BD72;
		    color: #088A08;
            border: 3px solid #77BD72;
            font-weight: bold;
            cursor: pointer;
		}
            .col{
                font-weight: 500;
            }        

       		
/*--------------------estilo tablas de usuario-----------------------*/
.table-1 tr .titulo,.table-2 tr .titulo{ /* Titulo de las tablas  */ 
    background-color: rgba(0,130,153,0.5);;
    color: #f2f2f2;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}
.contenedor-tablas{
	width: 100%;
	height: auto;
}
.table-1,.table-2{    
    vertical-align: top;
    display: inline-block;	
	border-radius: 10px;
	padding: 10px;
	background-color: rgba(255,255,255,0.3);
	float: left;	
    width: 29%;
}
	.table-1{
		margin-left: 20%;
	}
	.table-2{
		margin-left: 1%;
	}
    .table-1 table tr td input{
        width: 200px;
    }
    .table-2 table tr td input{
        width: 165px;
    }
        .table-1 table tr .guardar, .table-2 table tr .guardar{ /*Boton de guardar y consultar*/
            width: 275px;
            height: 35px;
            font-size: 19px;
            background-color: transparent;
            color: #ccc0;
            border: 2px solid tomato;
        }
            .table-1 table tr .guardar:hover, .table-2 table tr .guardar:hover{
                background-color: tomato;
                color: #f2f2f2;
                -webkit-transition: all ease 0.1s;
                transition: all ease 0.1s;   
            }
/*Resultados de busqueda usuario*/
.resultados{
    float: left;
    width: 99%;
    height:auto;
}
.title-resultados{
    padding: 5px 0;
    font-size: .8em;
    background: rgb(60,60,60);
    color: #f2f2f2;
}
.td-actividad{ /*Estilos para el campo actividad en auditoria*/
    text-align: left;
    max-width: 800px;
    height: auto;
}
.table-inf-usu{/*Tabla donde muestra el nombre y documento del usuario consultado*/
    width:30%;
    margin:10px 0 10px 0;
}
    .table-resultados{
    	background-color: white;
    	padding: 0;
    	border-radius: 2px;
        margin-top: 10px;
        min-width: 55%;
        max-height: 1em;
        color: rgb(50,50,50);
    }
        .table-resultados .tr-resul {
            background-color: white;
        }
        .table-resultados tr:hover{
            background-color: #D8D8D8;
            cursor: pointer;
            -webkit-transition: all ease 0.1s;
            transition: all ease 0.1s; 
            padding: 5px;
        }
        .table-resultados tr td{
            border: 1px solid rgb(90,90,90);
        }
			.green{
				background-color: orange;
				text-align: center;
				padding: 3px;
			}
			.green:hover{
				color: black;
			}
/*-- ESTILOS PARA LA FOTO PREVIA EN LA CONSULTA POR PLACA --*/
.foto_vista_previa{

    width: 50px;

}
    .foto_vista_previa:hover{

        -webkit-transition: all ease 0.4s;
        transition: all ease 0.4s;                
        -webkit-transform: scale(9)rotate(0deg);    
    }

.img_vol{
    border-radius: 100%;
    padding: 4px;
    border: 2px solid rgb(50,50,50);
    width: 22px;
    height: 22px;
    cursor: pointer;
    margin-left: 5px;
    float: left;
    background: #fff;
}
    .img_vol:hover{
        -webkit-transition: all ease 0.2s;
        transition: all ease 0.2s;                
        -webkit-transform: scale(1.2)rotate(0deg);   
    }
        .title-tab-rep{
            width: 80%;
            background-color: rgb(60,60,60);
            color: #f2f2f2;
            text-align: center;
            margin-left:0px;
            padding: 7px;
        }
.img-accion{
    width: 20px;
    height: 20px;
    cursor: pointer;
}

/*---------------ESTILOS PARA LA IMAGEN DE ACCION EN CONSULTAR PLACA---------------*/
.resultado_r table{
    width: 99%;
}
.resultado_r .table-resultados tr{
    width: auto;
    height: auto;
}
    .resultado_r .table-resultados tr td{
        width: auto;
        height: auto;
        padding: 0px 2px;    
        text-align: center; 
        font-size:14px;
    }
        .resultado_r .table-resultados tr td .img_accion_p {
            width: 19px;
            height: 19px;
            background-color: #6ecf88;
            cursor: pointer;
            border:1px solid #6ecf88;
            margin-top: 5px;
            margin-bottom: -5px;
            margin-left: 2px;
            padding: 1px 1px;
            display: inline-block;
            vertical-align: top;
        }
            .resultado_r .table-resultados tr td .img_accion_p:hover{
                -webkit-transition: all ease 0.2s;
                transition: all ease 0.2s;  
                background-color: #438D50; 
            }



.animar-texto-der{
	width: 100%;
	background-color: #f2f2f2;
	padding: 10px 10px;
    font-size: 30px;
    color: #004666;
    animation-duration: 0.5s;
    animation-name: slideinn;
}

    @keyframes slideinn {
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 1%;
        width: 102%;
    }
    }   
/*-----------------------------*/
.animar-texto img, .animar-texto-e img{
    width: 10px;
    height: auto;
}

.animar-texto-warning{  /* Mensaje que llega de cupon*/

    font-size: 20px;
    color: #FF5A00;
    background-color: rgba(255,156,86,.3);
    padding: 3px;
    font-weight: bold;
    animation-duration: 1s;
    animation-name: slideCupon;
}

    @keyframes slideCupon {
        from {
            color: rgba(238,152,.4);
            background-color:rgba(255,156,86,.4);
        }

        to {
            color: rgba(238,152,.6);
            background-color:rgba(255,156,86,1);
        }
    } 
.animar-texto{    /* Mensaje satisfactorio */
    font-size: 28px;
    color: rgba(0,70,0,1);
    background-color:rgba(4,92,21,0.4);
    padding: 3px;
    font-weight: bold;
    animation-duration: 1s;
    animation-name: slidein1;
}

    @keyframes slidein1 {
        from {
            color: rgba(0,70,0,0.4);
            background-color:rgba(4,92,21,0.4);
        }

        to {
            color: rgba(0,70,0,1);
            background-color:rgba(4,92,21,0.4);
        }
    }   
.animar-texto-e{      /* Mensaje de error */
    font-size: 20px;
    color: rgba(110,5,5,1);
    background-color:rgba(100,5,5,0.4);
    padding: 3px;
    font-weight: bold;
    animation-duration: 1s;
    animation-name: slideine;
}

    @keyframes slideine{
        from {
            color: rgba(110,5,5,0.4);
            background-color:rgba(100,5,5,0.4);
        }

        to {
            color: rgba(110,5,5,1);
            background-color:rgba(100,5,5,0.4);
        }
    }    
.cer{      /* Mensaje de alerta para depuracion de bd */
    width: 100%;
    font-size: 28px;
    color: rgba(130,5,5,0.9);
    background-color:#ff9933;
    padding: 19px;
    font-weight: bold;
    border-radius: 10px;
    animation-duration: 1.5s;
    animation-name: slideincer;
}

    @keyframes slideincer{
    from {
        margin-left: 100%;
        color: rgba(130,5,5,0.1);
        background-color:#f2f2f2;
    }

    to {
        margin-left: 1%;
        color: rgba(130,5,5,0.9);
        background-color:gray;
    }
    }      
.animar-mensi{
    font-size: 30px;
    border: 4px solid #001a33;
    padding: 4px;
    border-radius: 4px;
    color: #001a33;
    width: 100%;
    height: 45px;
    padding: 5px;
    margin-top: 19px;
    background-color: #f2f2f2;

    animation-duration: 0.6s;
    animation-name: slidi;
}

    @keyframes slidi{
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
    }      
/*Animacion para el preloader*/
.container {
    position: absolute;
    margin-top: 150px;
    background: #222;
    color: #fff;
    width: 100%;
    min-height: 700;
    display: flex;
}

.preloader {
    margin: auto;
    width: 350px;
    height: 30px;
    background: rgba(255,255,255,0.1);
    position: relative;
}

.preloader:before {
    content: "";
    position: absolute;
    background: green;
    width: 0;
    height: 30px;
    animation: preloader 3.2s infinite;
}

.preloader .p {
    margin: 0;
    line-height: 30px;
    font-size: 25px;
    font-weight: bold;
    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.cerrar {
    transform: translateY(-150%);
    transition: all 0.5s;
}

@keyframes preloader {
    90% {
        width: 100%;
        opacity: 1;
    }
    100% {
        width: 100%;
        opacity: 0;
    }
} 

/* Estilo para configuraciones*/ 
.l_div{
    margin-top: 12px;
    width: 100%;
    height: 5px;
    background-color: rgba(0,0,0,0.7);
}
.radio{

    padding: 0;
    margin: 0;
}   


.tarifa,.impresion{
    margin-top: 0%;
    height: 30px;
    background-color: rgba(255,255,255,0.9);
    width: 99%;
    overflow: hidden;
}
    .tarifa table,.impresion table{
        font-size: 1.1em;
        width: 100%;
        margin-top: 0%;
        padding: 0%;
    }
        .tarifa table tr,.impresion table tr{
            width: 100%;
            height: auto;
        }
        .tarifa table tr td,.impresion table tr td, .tabla_editar_tarifa tr .tt{
            width: 25%;
        }
            .tarifa table .tt,.impresion table .tt, .tabla_editar_tarifa tr .tt{
                width: 25%;
                height: auto;
                border: 0px solid gray;
                text-align: center;
                background-color: #c7c7c7;
                color: #000;
            }
            .tabla_editar_tarifa tr .tt{
                min-width: 200px;
            }
                .tarifa table .tt2,.impresion table .tt2, .tabla_editar_tarifa .tt2{
                    width: auto;
                    height: auto;
                    /*background-color: #616161;*/
                    color: #fff;
                    background-color: #3c3c3c;
                    text-align: center;
                    font-size: 1.3em;
                    cursor: pointer;
                    padding: 5px;
                }    
                    .tarifa .table_act{
                        border: 5px solid green;
                    }        
            .tarifa table .inp-t,.impresion table .inp-t{
                width: 150px;
                min-width: 100%;
                height: auto;
                text-align: center;
            }
            .tarifa input,.impresion input{
                width: 100%;
                text-align: center;
            }
            .btn-imp{
                width: auto;
                font-family: cursive;
                border: 1px solid red;
                background-color: tomato;
                color: #fff;
                font-size: 20px;
                cursor: pointer;
            }
                       
            .btn-gc{
                width: 67%;
                background-color: transparent;
                border: 3px solid #1E81DF;
            }
                .btn-gc:hover{
                    background-color: #194E84;
                    color: #f2f2f2;
                    -webkit-transition: all ease 0.1s;
                    transition: all ease 0.1s;                   
                }
                .tarifa .table-r tr td .img_a{
                    width: 20px;
                    height: auto;
                }
                .table-r tr td{
                    text-align: center;
                }
.animar-desv{
    font-size: 25px;
    color: green;
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
    animation-duration: 0.6s;
    animation-name: sli;
}

    @keyframes sli{
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
    }                                    

.animar-entrada{
    font-size: 29px;
    border: 4px solid #001a33;
    padding: 4px;
    border-radius: 4px;
    color: #001a33;
    width: 100%;
    height: 40px;
    background-color: #f2f2f2;
    animation-duration: 0.6s;
    animation-name: slid;
}

    @keyframes slid{
    from {
        margin-left: 100%;
        width: 100%;
    }

    to {
        margin-left: 0%;
        width: 100%;
    }
    }            
   
.div-reporte{
    width: 100%;
    height: auto;
    margin-top: 10px;
    padding:8px 0px;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid white;
}
    .div-reporte table{
        width: 100%;
    }
        .div-reporte table tr{
            width: 100%;
        }
        .div-reporte table td{
            border-left: 3px solid #f2f2f2; 
            width: 20%;
        }
        .div-reporte table input{
            width: 100%;
            background-color: #696969;
            color: #f2f2f2;
            border: 0;
            padding: 4px;
            font-size: 1.1em;   
            font-weight: bold;       
        }
        .div-reporte table input:hover{
            background-color: tomato;
            -webkit-transition: all ease 0.2s;
            transition: all ease 0.2s; 
        }

.fecha_r{
    text-align: left;
    display: none;
}        
.rep-placa,.rep-moto,.rep-ingresos,.rep-economico{
    display: inline-block;
    vertical-align: top;
    width: 97%;
    height: auto;
    padding:8px 0px;
    margin-top: 3px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    border: 2px solid #696969;

}
.rep-placa table,.rep-moto table,.rep-ingresos table,.rep-economico table{
    width: 25%;
    height: auto;
}
    .rep-placa table tr td,.rep-moto table tr td,.rep-ingresos table tr td,.rep-economico table tr td{
        border-top: 5px solid #696969;
        padding:5px 1px; 
    }
        .rep-placa table tr td .btn-gc,.rep-moto table tr td .btn-gc,.rep-ingresos table tr td .btn-gc,.rep-economico table tr td .btn-gc{
            width: 100%;
            font-size: 15px;
            padding: 2px;
        }
.resultado_r{
    width: 97%;
    height: auto;
    padding:8px 0px;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    border: 2px solid #696969; 
    font-size: 23px; 
      
}
    .resultado_r .tr_1{
        background-color: #696969;
        color: #f2f2f2;
        padding: 5px 23px;
        font-size: 22px;
    }
    .resultado_r .tr_1:hover{
        background-color: #696969;
    }
    .resultado_r tr td{
        padding: 2px 8px;
        font-size: 17px;
        width: auto;
        height: auto;
        border-bottom: 2px solid #696969;
    }
    .resultado_r tr td input{
        width: 90%;
    }
    .table-btn{
        width: 100%;
    }
        .btn-im{
            width: 100%;
            font-size: 1.1em;
            background: rgb(73,169,73);
            padding: 8px;
            margin:10px 25px;
            text-align: center;
            color: #f2f2f2;
            border: 0;
        }
        .btn-im:hover{
            background-color: rgb(48,109,48);
            -webkit-transition: all ease 0.2s;
            transition: all ease 0.2s;             
        }
  
.div_mensualidad,.div_renovar{
    padding: 1%;
    vertical-align: top;
    display: inline-block;
    margin-top: 1%;
    width: 46%;
    height: auto;
    background-color: rgba(255,255,255,0.6);   
}
    .div_renovar table,.div_mensualidad table{
        font-size: 1.1em;
        width: 100%;
    }
        .div_renovar table tr,.div_mensualidad table tr{
            width: 100%;
            height: auto;
        }
            .div_renovar table .tt,.div_mensualidad table .tt{
                /*width: 35%;*/
                height: auto;
                /*border: 2px solid gray;*/
                text-align: center;
                background-color: #616161;
                color: #fff;
            }
                .div_renovar table .tt2,.div_mensualidad table .tt2{
                    width: 20%;
                    height: auto;
                    font-weight: bold;
                    text-align: center;
                }            
            .div_renovar table .inp-t,.div_mensualidad table .inp-t{
                width: 100%;
                height: auto;
                text-align: center;
            }
            .div_renovar input,.div_mensualidad input{
                width: 100%;
                text-align: center;
            }

            .btn-gc{
                width: 67%;
                background-color: #1E81DF;
                color: #f2f2f2;
                border: 2px solid #1E81DF;
                font-size: 16px;
                padding: 2px;
            }
            .btn-gc:hover{
                background-color: #194E84;
                color: #f2f2f2 ;
                border: 2px solid #194E84;
                -webkit-transition: all ease 0.2s;
                transition: all ease 0.2s;                   
            }
.resultado_m{
    width: auto;
    height: auto;
    max-width:99%;
    overflow-x:auto;/* barras de desplazamiento en eje x despues del max-width */     
    padding:8px 0px;
    margin-top: 10px;
    background-color: rgba(255,255,255,0.8);
    border-radius: 10px;
    border: 2px solid #696969; 
    font-size: 23px; 
      
}

.resultado_m .table-r{
    width: auto;
    height: auto; 
    text-align: center;  
    background-color: #28394D;
}
    .resultado_m .tr_1{
        width: 100%;
        background-color: #696969;
        color: #f2f2f2;
        font-size: 18px;
    }
    .resultado_m .tr_1:hover{
        background-color: #696969;
        -webkit-transition: all ease 0.1s;
        transition: all ease 0.1s;          
    }
    .resultado_m tr {
        background-color: white;
    }
    .resultado_m tr:hover{
        background-color: #ccc;
        cursor: pointer;
        -webkit-transition: all ease 0.1s;
        transition: all ease 0.1s;          
    }    
    .resultado_m tr td{
        padding: 1px 2px;
        font-size: 15px;
        width: auto;
        height: auto;
        border: 1px solid #fff;
        
    }
    .resultado_m tr td input{
        width: 100%;
    }

.img_accion{
    width: 18px;
    height: 18px;
    margin: 0px 1px;
    padding: 1px;
    border: 1px solid #28394D;
    background-color: ;
}
.img_accion:hover{
    background-color: #6ecf88;
    -webkit-transition: all ease 0.2s;
    transition: all ease 0.2s; 
    transform: scale(1.2);
    -webkit-transform: scale(1.2)rotate(0deg);
    border: 1px solid #f2f2f2;                                
}

#p-error,#p-success,#p-info,#p-warning{
    font-size: 1.12em;
    border-radius: 3px;
    padding: 10px 10px;
    margin: 3px;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}

    #p-error{
        background-color: rgba(140,50,50,.3);
        color: rgb(140,50,50);
        border-left: 3px solid rgb(140,50,50);
    }
    #p-success{
        background-color: rgba(51,106,32,.3);
        color: rgb(51,106,32);
        border-left: 3px solid rgb(51,106,32);
    }
    #p-info{
        background-color: rgba(178,223,219,.6);
        color: rgb(0,77,64);
        border-left: 3px solid rgb(0,77,64);        
    }
    #p-warning{
        background-color: rgba(225,113,0,.2);
        color: rgb(225,113,0);
        border-left: 3px solid rgb(225,113,0);         
    }

#info{
    width: 43%;
    top: 92%;
    position: fixed;
    right: 0%;
    background-color: #fff;
}

/* ESTILOS PARA LAS IMPRESIONES EN REPORTES */

@media print {
    .icono_descarga,.img_accion,.tt2,.tpv,.btn-gc,.btn-im,.sec-contenido,.rep-placa,#info, .div-con, .entrada, .consecutivo, .form-i, .respuesta, .rep-moto, #modal_ultimos_registros, .div-con, img, .contenedor_u, #modal_editar_mensualidad, #columna_no_mostrar, #p-info, #p-warning, #p-error, #p-success{
        display:none;
    }
    .rep-ingresos{
        font-size: 2em;
    }
    .resultado_r{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        margin-left: 0;
        overflow: hidden;
    }
    .nombre-api{
        border: 0;
    }
    .contenedor_modal_impresion{
        width: 100%;
        min-width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        background-color: #fff;
    }
    .fecha_r{
        text-align: left;
        display: block;
        font-size: 15px;
        margin-left: 3px;
    }  
    .resultado_r tr td{
        font-size: 15px;
    }

    .qr_impresion{
        display: block;
    }
}
.respuesta_conexion{
    width: 100%;
    background-color: #db0422;
    color: #fff;
    font-weight: bold;
    text-align: center;
    display: none;
}
.respuesta_conexion img, .respuesta_conexion h3{
    display: inline-block;
    vertical-align: top;
    margin-left: .5em;
    font-size: 1.1em;
}
.respuesta_conexion img{
    background-color: #fff;
    padding: 1px;
    border-radius: 50%;
    margin: 5px 0px;
}

/* Estilos para footer*/

.contactme{
    position: absolute;
    width: 80%;
    height: auto;
    padding: 5px 15px;
    margin: 0 auto;
    right: 0;
    left: 0;
    bottom: 60px;
}
    .contactme .dotted{
        color: #252525;
        text-transform: uppercase;
        font-weight: 400;
    }
    .contactme .left{
        top: 0;
        padding: 0;
        float: left;
        width: 60%;
        text-align: right;
        font-size: 15px;
        color: #606660;
    }
    .contactme .right{
        top: 0;
        padding: 0;
        float: right;
        width: 20%;
    }
    .left,.right{
        display: inline-block;
        vertical-align: top;
    }
        .btn{
            background-color: #2fb677;
            padding: .5em 1.1em;
            text-decoration: none;
            color: white;
            border-radius:4px ;
            box-shadow: 0 -3px 0 rgba(0,0,0,0.3) inset;
        }
.contactme,.footer{
    display: inline-block;
    vertical-align: top;
}        
.footer{
    width: 100%;
    height: auto;
    padding: 0px;
    margin: 0;
    right: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    text-decoration: none;
    background: #505961;
    color: white;
    position: absolute;
}  
    .footer a{
        text-decoration: none;
        color: #999999;
    }
    .footer a:hover{
        color: #2fb677;
    }      


/* ---------------  MEDIA QUERY PARA DISPOSITIVOS MÓVILES ---------------- */

@media print{

    .cabeza, .sec-contenido{
        display: none;
    }
    

}

.txt_origen_hora{
    padding: 3px;
    border-radius: 5px;
    background-color: #fff;
    line-height: 3.5;
}