a{
    text-decoration: none!important;
}

.w-15{
    width: 15%!important;
}

.w-20{
    width: 20%!important;
}

html, body{
    width: 100%;
    overflow-x: hidden;
}

.fs-10{
    font-size: 2rem !important;
    font-weight: bold !important;
    color:#003173 !important;
}

#img_previa_checador{
    width: 250px;
    height: 250px;
    border-radius: 15px;
}

.ico-login {   
    width: 350px;
    height: 350px;
    /*background-color: #fff;*/
    border-radius: 50%;
    padding: 0px;
    /*box-shadow: 0px 0px 20px 15px #fff*/
}

.centrar{
    text-align: center;
}

.derecha{
    text-align: end;
}

.izquierda{
    text-align: start;
}

.contenedor-index{
    box-shadow: 9px 8px 21px 3px;
    height: 630px;
    width: 60%;
    border-radius: 10px;
    background: -moz-linear-gradient(90deg, rgba(145, 145, 145, 0.705) 0%, rgba(255, 255, 255, 0.705) 100%); 
    background: -webkit-linear-gradient(90deg,rgba(145, 145, 145, 0.705) 0%, rgba(255, 255, 255, 0.705) 100%); 
    background: linear-gradient(90deg, rgba(145, 145, 145, 0.705) 0%, rgba(255, 255, 255, 0.705) 100%); 
    background: rgba(255, 255, 255, 0.665);
}

.menu-categoria{
    margin-left: 0 !important;
}

#menu-reportes div{
   width: 33%;
   text-align: center;
}


#menu-reportes div .w25{
   width: 25%;
   text-align: center;
}

/*
#header {
    left: 0;
    width: 13%;
    position: fixed;
    z-index: 999;
    margin-left: -178px;
    transition: all 0.5s ease-in 0s;
    top: 80px;
}



.nav_m {
    margin-right: -17px;
    margin-top: 50px;
    box-shadow: 1px 4px 20px 0px #005691;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-left: 1px;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white;
  
}

.nav_m>li {
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nav_m li a {
    text-decoration: none;
    display: inline-block;
    padding: 10px 5px;
    width: 115px;
    margin-top: 5px;
    font-size: 18px;
}
*/

.w3-dropdown-content {
    display: none;
}

.w3-dropdown-hover:hover > .w3-dropdown-content {
    display: block;
    position: relative;
    z-index: 1;
}

.img-ico{
    width: 20px;
}

.btn-golde{
    text-decoration: none;
    padding: 10px;
    color: black;
    background: transparent;
    margin-left: 20px;
    border-radius: 7px;
    transition: all .6s;
    cursor: pointer;
}

.btn-golde:hover{
    border: 0px;
    box-shadow: 0px 5px 10px 0px grey;
}



li a {
    display: flex;
    color: #fff;
    text-align: left;
    padding: 17px 15px;
    text-decoration: none;
    margin-left: 7px
}



.img-header {
    width: 30px;
    height: 30px;
}

.li-img {
    float: left;
    width: 25px;
    height: 25px;
    padding: 10px;
    margin-top: 0px;
  }

  .flecha {
    display: flex;
    width: 0;
    height: 0;
    margin-top: -247px;
    margin-left: 175px;
    border-right: 20px solid #004A7C;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    cursor: pointer;
  }
  
.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
    overflow-y: scroll;
}

.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}


.modalDialog > div {
	width: 800px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #fff;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
}

.close {
	background: #606061;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #00d9ff; }

.modalDialog > div.preguntar {
	width: 600px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 5px;
    border: 1.5px solid black;
	background: #fff;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    text-align: center;
}

h6{
    float: left;
}

.footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.img-auto{
    width: 50px;
    height: 50px;
}

.btn-update{
    color: #fff;
    background-color: #eb9028;
    border-color: #eb9028;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn, .btn-update{
    box-shadow: 1px 1px 15px 7px white;
}

.btn-morado{    
    width: 100%;
    background: rgba(255, 255, 255, 0.705);
    height: auto;
    font-size: 24px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    color: black;
}

.btn-morado:hover{
    color: black;
}

.btn-update:hover{
    background-color: #c0751f;
}

.btn-success{
    color: #fff;
    background-color: #cb0e6c;
    border-color: #cb0e6c;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    box-shadow: 1px 1px 15px 7px white;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}





.mayusculas{
    text-transform: uppercase;
}

.img-previa{
    width: 100px;
    height: 100px;
}


.img-50{    
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 3px rgba(128, 128, 128, 0.808);
}

.img-100{    
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 3px rgba(128, 128, 128, 0.808);
}
.tarjeta{
    float: left;
    width: 150px;
    height: 165px;
    box-shadow: 3px 2px 18px -5px grey;
}

/* AJUSTAMOS EL LARGO DE LAS CARDS*/
.card-body{
    height: 60px;
}


.fs-15{
    font-size: 24px;
}


@supports(object-fit: cover){
    .tarjeta img{
      height: 80px;
      object-fit: cover;
      object-position: center center;
    }
}

.hand{
    cursor: pointer;
}


.card-header{
    display: flex;
    justify-content: center;
}

.fs-8{
    font-size: 13px;
}

.black{
    font-weight: bold;
    
  }

.pagada, .pagado{
    background: #4feb1f;
    color: white;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

.abierta, .pendiente, .acuenta{
    background: #db7b0d;
    color: white;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

.cancelada{
    background: #d40c0c;
    color: white;
    border-radius: 5px;
    padding: 5px;
    text-align: center;
}

.encabezado{
    box-shadow: 8px 8px 15px -2px;
    margin-top: 6px;
    padding: 10px;
    border-radius: 15px;
}

.menu{
    box-shadow: 8px 8px 15px -2px;
    margin-top: 5px;
    padding: 10px;
}

.navbar-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    background-color: rgba(0, 128, 128, 0.668);
    color: #fff;
}

.nav-links a{
    color: #fff;
}

.logo{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 17px 7px #fff;
    background: transparent;
    margin: 5px;
}

.logo img{
    width: 50px;
    height: 50px;
}

.menu-nav{
    display: flex;
    gap: 1em;
    font-size: 18px;
    right: 0;
    position: absolute;
    top: 0;
}

.menu-nav li:hover{
    background-color:  #4c9e9e;
    border-radius: 5px;
    transition: 0.3s ease;
    height: auto;
}

.menu-nav li{
    padding: 5px 7px;
}

li{
    list-style: none;
}

.tabla-listado{
    box-shadow: 1px 4px 20px 0px teal;
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
}

.input-atc{
    display: block;
    color: #2c98d6;
    background: #DAE6FF;
    border-radius: 7px;
    border: 1px solid #DAE6FF;
    padding: 6px 30px;
    box-sizing: border-box;
    overflow: hidden;
    text-align: end;
    font-weight: bold;
    font-size: 18px;
}


.img-25{
    width: 25px;
    height: 25px;
}


.tabla-partida{
    border-bottom: 1px solid black;
    border-radius: 5px;
    text-align: center;
}

.tabla-td-partida{
    text-align: center;
    padding: 5px;
    border-bottom: 1px solid rgba(85, 83, 83, 0.158);
}

.ocultar{
    display: none;
}

.total{
    font-weight: bold;
    font-size: 1.5rem;
    padding-top: 1rem;
}

.mesa{
    width: 125px;
    height: 125x;
}


.ticket {
    width: 270px;
    max-width: 270px;
}

.ticket table{
    width: 100%;
}

.ticket img {
    max-width: inherit;
    width: inherit;
    width: 120px;
    height: 120px;
    display: block;
    margin: auto;
}

.titulo-ticket{
    text-align: right; 
    font-size: 13px; 
    font-weight: bold;
}

.imp-ticket{
    text-align: right; 
    font-size: 15px; 
    font-weight: bold;
}

.table-ticket tbody tr td{
    font-size: 10px;
}

.fs-7{
    font-size: 11px;
}

.centrado{
    text-align: center;
}

.right{
    text-align: right;
}


div.mesa{
    margin-top: 10px;
    width: 150px;
    height: 120px;
    float: left;
    transition: height .4s;
    cursor: pointer;
    margin: 10px;
    text-align: center;
    border-radius: 10px;
}

a.libre, div.libre{
    background: #21cb0e!important;
}


div.ocupado{
    background: #FA7D04!important;
}

div.fueradeservicio{
    background: #940303!important;
}

a.menor{
    background: #e20505!important;
}

div.mesa p{
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

div.mesa a{
    color: white;
    text-decoration: none;
 }
 
 
.listado-partidas-venta{
    margin-top: 16px; 
    margin-left: 80px;
}


.listado-mesas#listado_ventas{
    margin: auto;
    margin-top: 1%;
    border-collapse: initial;
}

.listado-mesas#listado_ventas th, .listado-mesas#listado_ventas td, .listado-mesas#listado_ventas thead th, .listado-mesas#listado_ventas tbody td {
    width: auto !important;
}

.listado-mesas#listado_ventas tbody tr td{
    padding: 5px;
    text-align: center;
}


.tabla-listados{
    border-collapse: separate;
    border-spacing: 0px 5px;
    font-size: 15px;
    margin: auto;
    width: 95%;
}

.tabla-listados tbody tr td{
    border-bottom: 1.5px solid #003173;
    font-weight: bold;
    padding: 5px;
    text-align: center;
}

.tabla-listados#listado_ventas tbody tr td{
    padding: 20px;;
}


.listado-th{
    background: #003173;
    color: #1CADEA;
    width: 15px;
    padding: 10px;    
}


.listado-th:first-child {
    -moz-border-bottom-left-radius: 10px; 
    -moz-border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}


.listado-th:last-child {
    -moz-border-bottom-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}


.listado-partidas-venta{
    margin-top: 16px; 
    margin-left: 80px;
}

.btn-terminado{
    border: 2px solid #1CADEA;
    background-color: #1CADEA;
    font-size: 12px;
    font-weight: bold;
    color: white;
    padding: 10px;
    transition: all 0.5s;
    cursor: pointer;
    width: auto;
    text-align: center;
    border-radius: 5px;
    text-decoration: none;
}

.btn-terminado:hover{
    border: 2px solid #1CADEA;
    background: transparent;
    color:#1CADEA;
}

.tabla-td-partida{
    font-size: 13px;
}

/*  INICIA PARTE DE LOS ESTILOS PARA ABRIR UN MODAL DE UNA IMAGEN*/
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 50px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.9);
}

.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 550px;
}

#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.modal-content, #caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }
    to {
        transform: scale(1)
    }
}

.close-img-modal {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close-img-modal:hover, .close-img-modal:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}
/*  FINALIZA LA PARTE DE LOS ESTILOS PARA ABRIR UN MODAL DE UNA IMAGEN*/

.table tbody tr td{
    font-size: 13px;
}

.ps-5{
    padding-left: 2rem;
}


.stockMenor{
    background: #d40c0c;color: white;text-align:center;
}
.stockIgual{
    background: #e88a10;color: white;text-align:center;
}

.stockMayor{
    background: #2ad408;color: white;text-align:center;
}
.input-date{    
    position: absolute;
    margin-top: -48px;
    right: 13%;
}

.tabla-listado{
    background: rgba(255, 255, 255, 0.705);
}

.menu-icon{
    display: none;
    color: white;
    cursor: pointer;
}

.tabla{
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color);
    vertical-align: top;
    border-color: var(--bs-table-border-color);
    caption-side: bottom;
    border-collapse: collapse;
}

.tabla tbody tr td, .tabla thead tr th{
    padding: 0.5rem 0.5rem;
    border-bottom: 1px solid #fff
}

div.circular{
    border-radius: 50%;
}

div.circular p{
    font-size: 18px;
}

div.rectangular{
    height: 80px;
}

div.rectangular p{
    margin-top: 10px;
    font-size: 15px
}

@media (max-width: 991px) {

    .contenedor-index {
        height: 500px;
        width: 90%;
    }

    .ico-login {
        width: 150px;
        height: 150px;
    }

    h1{
        font-size: 18px;
    }

    .div-acceso{
        height: 100vh;
    }

    .navbar-menu{
        right: 0;
        left: 0;
    }

    .tabla-listado{
        background: rgba(255, 255, 255, 0.705);
        margin-top: 10px;
        margin-left: 5px;
    }

    .menu-icon{
        display: block;
        right: 35px;
        position: absolute;
    }

    .menu-nav {
        display: none;      
        left: 0;
        background: teal;
        position: absolute;
        width: 250px;
        top: 50px;
        z-index: 999;
        transition: all .5s ease-in-out;
    }

    #menu-reportes {
        justify-content: center!important;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        margin-top: 10px;
    }

    #menu-reportes div a{
        font-size: 15px;
    }

    #contenedor-menu-reportes div div{
        text-align: center;
        margin-bottom: 5px;
    }
    
    .submenu-encabezado{
        text-align: center;
        margin-top: 10px;
    }

    
    #menu-reportes div{
        width: 100%;
    }

    .table table, .table thead, .table tbody, .table th, .table td, .table tr{
        display: block;
    }


    .table thead tr{
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table tbody tr{
        border: 1px solid rgb(141, 134, 134);
        border-radius: 10px;
    }

    .table tbody tr td{
        border:none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        text-align: left;
    }

    .table tbody tr td:before{
        position: absolute;
        top: 6px;
        left: 6px;
        width: 35%;
        padding-right: 10px;
        white-space: nowrap;
    }

       
    #tabla-mesas tbody tr td{
        border:none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        text-align: left;
    }

    #tabla-mesas tbody tr td:nth-of-type(2):before{content: "# Mesa :"; text-align: right;}
    #tabla-mesas tbody tr td:nth-of-type(3):before{content: "Ubicación :"; text-align: right;}
    #tabla-mesas tbody tr td:nth-of-type(4):before{content: "Estado :"; text-align: right;}
    #tabla-mesas tbody tr td:nth-of-type(5):before{content: "Fecha Registro :"; text-align: right;}
    #tabla-mesas tbody tr td:nth-of-type(6):before{content: "Editar :"; text-align: right;}
    #tabla-mesas tbody tr td:nth-of-type(7):before{content: "Eliminar :"; text-align: right;}

    #tabla-movimientos tbody tr td:nth-of-type(1):before{content: "ID :"; text-align: right;}
    #tabla-movimientos tbody tr td:nth-of-type(2):before{content: "Cantidad :"; text-align: right;}
    #tabla-movimientos tbody tr td:nth-of-type(3):before{content: "Tipo Movimiento :"; text-align: right;}
    #tabla-movimientos tbody tr td:nth-of-type(4):before{content: "Descripción :"; text-align: right;}
    #tabla-movimientos tbody tr td:nth-of-type(5):before{content: "Fecha :"; text-align: right;}
    #tabla-movimientos tbody tr td:nth-of-type(6):before{content: "Usuario :"; text-align: right;}

    
    #tabla-usuarios tbody tr td{
        border:none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        text-align: left;
    }

    #tabla-usuarios tbody tr td:nth-of-type(1):before{content: "ID :"; text-align: right;}
    #tabla-usuarios tbody tr td:nth-of-type(2):before{content: "Nombre :"; text-align: right;}
    #tabla-usuarios tbody tr td:nth-of-type(3):before{content: "Ap. Paterno :"; text-align: right;}
    #tabla-usuarios tbody tr td:nth-of-type(4):before{content: "Username :"; text-align: right;}
    #tabla-usuarios tbody tr td:nth-of-type(5):before{content: "Contraseña :"; text-align: right;}
    #tabla-usuarios tbody tr td:nth-of-type(6):before{content: "Categoría :"; text-align: right;}
    #tabla-usuarios tbody tr td:nth-of-type(7):before{content: "Activo :"; text-align: right;}
    #tabla-usuarios tbody tr td:nth-of-type(8):before{content: "Fecha Alta :"; text-align: right;}
    #tabla-usuarios tbody tr td:nth-of-type(9):before{content: "Editar :"; text-align: right;}
    #tabla-usuarios tbody tr td:nth-of-type(10):before{content: "Eliminar :"; text-align: right;}

    #tabla-productos tbody tr td{
        border:none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        text-align: left;
    }

    #tabla-productos tbody tr td:nth-of-type(1):before{content: "ID :"; text-align: right;}
    #tabla-productos tbody tr td:nth-of-type(2):before{content: "Descripción :"; text-align: right;}
    #tabla-productos tbody tr td:nth-of-type(3):before{content: "Categoría :"; text-align: right;}
    #tabla-productos tbody tr td:nth-of-type(4):before{content: "Tamaño :"; text-align: right;}
    #tabla-productos tbody tr td:nth-of-type(5):before{content: "$ Costo :"; text-align: right;}
    #tabla-productos tbody tr td:nth-of-type(6):before{content: "$ Venta :"; text-align: right;}
    #tabla-productos tbody tr td:nth-of-type(7):before{content: "Foto :"; text-align: right;}
    #tabla-productos tbody tr td:nth-of-type(8):before{content: "Comentarios :"; text-align: right;}
    #tabla-productos tbody tr td:nth-of-type(9):before{content: "Fecha Alta :"; text-align: right;}
    #tabla-productos tbody tr td:nth-of-type(10):before{content: "Fecha Act. :"; text-align: right;}
    #tabla-productos tbody tr td:nth-of-type(11):before{content: "Editar :"; text-align: right;}
    #tabla-productos tbody tr td:nth-of-type(12):before{content: "Eliminar :"; text-align: right;}

           
    #tabla-mesas tbody tr td{
        border:none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        text-align: left;
    }



    #tabla-ventas tbody tr td:nth-of-type(1):before{content: "Codigo :"; text-align: right;}
    #tabla-ventas tbody tr td:nth-of-type(2):before{content: "Mesero :"; text-align: right;}
    #tabla-ventas tbody tr td:nth-of-type(3):before{content: "Mesa :"; text-align: right;}
    #tabla-ventas tbody tr td:nth-of-type(4):before{content: "# Orden :"; text-align: right;}
    #tabla-ventas tbody tr td:nth-of-type(5):before{content: "Fecha :"; text-align: right;}
    #tabla-ventas tbody tr td:nth-of-type(6):before{content: "Estado :"; text-align: right;}
    #tabla-ventas tbody tr td:nth-of-type(7):before{content: "Total :"; text-align: right;}
    #tabla-ventas tbody tr td:nth-of-type(8):before{content: "Forma Pago :"; text-align: right;}
    #tabla-ventas tbody tr td:nth-of-type(9):before{content: "$ Propina :"; text-align: right;}
    #tabla-ventas tbody tr td:nth-of-type(10):before{content: "Propina :"; text-align: right;}
    #tabla-ventas tbody tr td:nth-of-type(11):before{content: "Editar :"; text-align: right;}
    #tabla-ventas tbody tr td:nth-of-type(12):before{content: "Eliminar :"; text-align: right;}  
    #tabla-ventas tbody tr td:nth-of-type(13):before{content: "Imprimir :"; text-align: right;}  
    
    div.mesas-meseros{
        display: contents;
    }

    div.mesa p {
        font-size: 15px;
    }

    div.mesa {
        padding: 10px;
    }


    #tabla-usuarios-supervisor tbody tr td{
        border:none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 40%;
        text-align: left;
    }

    #tabla-usuarios-supervisor tbody tr td:nth-of-type(1):before{content: "ID :"; text-align: right;}
    #tabla-usuarios-supervisor tbody tr td:nth-of-type(2):before{content: "Nombre :"; text-align: right;}
    #tabla-usuarios-supervisor tbody tr td:nth-of-type(3):before{content: "Ap. Paterno :"; text-align: right;}
    #tabla-usuarios-supervisor tbody tr td:nth-of-type(4):before{content: "Username :"; text-align: right;}
    #tabla-usuarios-supervisor tbody tr td:nth-of-type(5):before{content: "Categoría :"; text-align: right;}
    #tabla-usuarios-supervisor tbody tr td:nth-of-type(6):before{content: "Activo :"; text-align: right;}
    
    .tabla tbody tr td{
      font-size: 14px;
    }

    .modalDialog > div.preguntar {
        width: 375px;
    }

    #img_previa_checador{
        width: 250px;
        height: 250px;
        border-radius: 15px;
    }

}
