.f-10{
    font-size: 10px;
}


.fs-9{
    font-size: 9px;
}
.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;
}

#menu-reportes div{
    width: 33%;
    text-align: center;
 }
 
 
 #menu-reportes div .w25{
    width: 25%;
    text-align: center;
 }

.ticket {
    width: 180px;
    max-width: 180px;
}

.ticket table{
    width: 100%;
}

.ticket img {
    max-width: inherit;
    width: inherit;
    width: 150px;
    height: 100px;
    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;
}

.fs-8{
    font-size: 10px;
}

.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;
}

div.libre{
    background: #21cb0e;
}


div.ocupado{
    background: #FA7D04;
    border-color: rgba(244,201,26,1);
}

div.fueradeservicio{
    background: #940303;
}

div.mesa p{
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

div.mesa a{
    color: white;
    text-decoration: none;
 }
 
 


.tarjeta{
    float: left;
    width: 115px;
    height: 140px;
    box-shadow: 3px 2px 18px -5px grey;
}

/* AJUSTAMOS EL LARGO DE LAS CARDS*/
.card-body{
    height: 60px;
}

@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;
}

.circle {
    border-radius: 50%
}

.block-btn-blue {
    background: #FBE47A;
    box-shadow: 6px 6px 20px -1px #420C0C,
    -6px -6px 20px -1px #420C0C;
    min-width: 275px;
    padding: 10px 15px;
    border-radius: 10px;
    color: #420C0C;
    text-decoration: none;
    border: none;
}

.input-blue{
    background: #FBE47A;
    box-shadow: inset 6px 6px 20px -1px #420C0C,
    -6px -6px 20px -1px #8f4e4e;
    color: #420C0C !important;
}

.block-btn-blue-hover:hover {
    background: #FBE47A;
    box-shadow: inset 6px 6px 20px -1px #420C0C,
    inset -6px -6px 20px -1px #8f4e4e;
}

.w-25{
    min-width: 45px;
    padding: 7px 7px;
}

li a:hover{
    transform: scale(1.25);
}

.w-25 span{
    display: contents;
}

.w-25 span img{
    margin: auto;
}



.button{
    padding: 10px;
    border-radius: 10px;
    height: 120px;
    display: block;
    align-items: center;
    align-content: center;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.button p{
    font-size: 25px;
}

.datos{
    padding: 10px;  
    border-radius: 10px;
    height: 130px;
    display: block;
    align-items: center;
    align-content: center;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.6);
}

.datos p{
    font-size: 15px;
}


li a {
    display: flex;
    color: #fff;
    text-align: left;
    padding: 10px 15px;
    text-decoration: none;
}

.navbar-menu{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px;
    background: #FBE47A;
    box-shadow: 6px 6px 20px -1px #420C0C,
    -6px -6px 20px -1px #e8f8ff;
    color: #fff;    
}

.nav-links a{
    color: #fff;
}

.logo{
    width: 50px;
    height: 50px;
}

.logo img{
    width: 85px;
    height: 55px;
    margin-top: -5px;
}

.menu-nav{
    display: flex;
    gap: 1em;
    font-size: 18px;
    right: 0;
    position: absolute;
    top: 0;
}

.menu-nav li:hover{
    
    border-radius: 5px;
    transition: 0.3s ease;
}

.menu-nav li{
    padding: 5px 14px;
}

li{
    list-style: none;
}


.encabezado{
    box-shadow: 8px 8px 15px -2px;
    margin-top: 6px;
    padding: 10px;
}

.menu{
    box-shadow: 8px 8px 15px -2px;
    margin-top: 5px;
    padding: 10px;
}

.li-img {
    float: left;
    width: 25px;
    height: 25px;
    padding: 10px;
    margin-top: 0px;
  }

  .w3-golde{
    color: #F49600;
    margin: 0px 20px;
    border-radius: 19px;
    background: #e0e0e0;
    box-shadow: 20px 20px 60px #bebebe, -20px -20px 60px #ffffff;
    cursor: pointer;
}


.centrar{
    text-align: center;
}


  .w3-ciefondo{
    background: -webkit-linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%);
    color: #fff!important;
  }

  .mayusculas{
      text-transform: uppercase;
  }

  .mt-20{
      margin-top: 20px;
  }

  table a{
    text-decoration: none;
    color: #F49600;
    font-weight: bold;
  }

  .mt-30{
    margin-top: 30px;
}

  .br-15{
      border-radius: 15px;
      box-shadow:  20px 20px 60px #419544,
      -20px -20px 60px #57c95c;
  }

  body{
      background: #FBE47A;
  }

  input{
    background: transparent;
    margin-top: 5px;
    color: #F49600;
  }

  input:focus, input[type]:focus {
    border-color: #FBE47A;
    outline: 0 none;
    background: #FBE47A;
    color: #53657D;
    box-shadow: 6px 6px 20px -1px #420C0C,
    -6px -6px 20px -1px #420C0C;
}

.w3-select{
    background: transparent;
    color: #F49600;
}


.img-previa{
    width: 170px;
    height: 170px;
}

.table-golde{
    border-collapse: collapse;
    width: 95%;
    border-spacing: 0px 0px;
    margin: auto;
    margin-top: 20px;
}

.table-golde thead tr th{
    padding: 10px 15px;
}

.table-golde thead{
    font-size: 11px;
    color: #2c0303;
    background: #FBE47A;
    box-shadow: 6px 6px 20px -1px #420C0C,
    -6px -6px 20px -1px #e8f8ff;
}

.table-golde thead tr th:first-child{
    border-top-left-radius: 15px;
}

.table-golde thead tr th:last-child{
    border-top-right-radius: 15px;
}

.table-golde tbody tr:nth-child(even) {background: #420C0C; color: #fff; }
.table-golde tbody tr:nth-child(odd) {background: transparent; color:#420C0C} 

.table-golde tbody tr:last-child td:first-child{
    border-bottom-left-radius: 15px;
}

.table-golde tbody tr:last-child td:last-child{
    border-bottom-right-radius: 15px;
}

.table-golde tbody td{
    padding: 5px;
    font-size: 13px;
}

.btn-golde{
    text-decoration: none;
    padding: 10px;
    color: #53657D;
    background: transparent;
    margin-left: 20px;
    border-radius: 7px;
    transition: all .6s;
    cursor: pointer;
    position: absolute;
    margin-top: 10px;
}

.btn-golde:hover{
    border: 0px;
    box-shadow: 0px 5px 10px 0px #420C0C;
    color: #420C0C;
}

a:hover{
    cursor: pointer;
}

.btn-golde-salir{
    text-decoration: none;
    padding: 10px;
    color: #a31717;
    background: transparent;
    margin-left: 20px;
    border-radius: 7px;
    transition: all .6s;
    cursor: pointer;
}

.btn-golde-salir:hover{
    border: 0px;
    box-shadow: 0px 5px 10px 0px grey;
}

.img-ico{
    width: 20px;
}

.w3-green{
    border-radius: 7px;
}

.img-25{
    border-radius: 50%;
    padding: 2px;
    width: 45px;
    box-shadow: 2px 5px 8px 0px grey;
    cursor: pointer;
}


#myImg:hover {opacity: 0.7;}

.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;
}


.w3-salida{
    background: #f40400c6;
    color: #fff;
}

.w3-entrada{
    background: #0e6712ca;
    color: #fff;
}

.w3-almacen{
    background:  rgba(8, 33, 63, 0.77);
    color:  #fff;
}

.w3-datos{
    background:      #f44336b7!important;
    color: #fff;
}

.active{
    text-decoration: none;
}

.w3-exit{    
    display: grid;
    text-align: center;
    align-items: center;
    align-content: center;
    box-shadow: 0px;
    font-size: 30px;
}

.codigo{
    height: 50px;
    width: 100px;
}

.menorStock{
    background: rgb(210, 52, 52);
    color: white;
    font-size: 13px;
    text-align: center;
}

.minStock{
    background: rgb(179, 41, 7);
    color: white;
    font-size: 13px;
    text-align: center;
}

.mayorMinStock{
    background: rgb(175, 139, 12);
    color: white;
    font-size: 13px;
    text-align: center;
}


.stockInter{
    background: rgb(20, 134, 8);
    color: white;
    font-size: 13px;
    text-align: center;
}


.menorMaxStock{
    background: rgb(10, 68, 4);
    color: white;
    font-size: 13px;
    text-align: center;
}

.maxStock{
    background: rgb(8, 90, 134);
    color: white;
    font-size: 13px;
    text-align: center;
}

.mayorStock{
    background: rgb(16, 3, 111);
    color: white;
    font-size: 13px;
    text-align: center;
}

.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;
}

.principal{
    display: flex;
}


.w3-dropdown-content {
    background: -moz-linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%);    
    background: -webkit-linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%);
    background: linear-gradient(90deg, hsla(213, 77%, 14%, 1) 0%, hsla(202, 27%, 45%, 1) 100%); 
    border-radius: 10px; 
    border: none;
}


.w3-dropdown-content a:hover{
    border-radius: 10px;
}



@media (max-width: 991px) {

    .principal{
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .datos{
        display: flex;
        align-items: center;
        align-content: center;
        padding: 10px;
        border-radius: 10px;
        height: 43px;
    }

    .datos p{
        text-align: center;
        font-size: 9px;
        margin-left: 18px;
    }

    .button {
        padding: 1px;
        border-radius: 10px;
        height: 40px;
        display: block;
        align-items: center;
        align-content: center;
        text-align: center;
        box-shadow: rgb(0 0 0 / 30%) 0px 19px 38px, rgb(0 0 0 / 22%) 0px 15px 12px;
    }

    .button p{
        font-size: 10px;
    }

    .w3-exit a{        
        font-size: 15px;
        margin-top: 8px;
        margin-left: auto;
        margin-right: auto;
    }
}


