﻿#ListMeseros:hover {
    color: gold !important;
    text-shadow: 0px 1px 25px 2px rgba(0,0,0,0.75);
    border-radius: 100px;
    transition: all 0.75s;
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
}

.cambiarcolor:hover {
    /*color: white !important;
    background-color: forestgreen !important;*/
    /*font-size: 125% !important;*/
    /*border-radius: 100px;*/
    border-radius: 30px 30px 30px 30px;
    -webkit-box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.50);
    box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.50);
    transition: all 0.75s;
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
}

.efecBtnDiv:hover {
    color: white !important;
    /*background-color: cornsilk !important;*/
    font-size: 250% !important;
    /*border-radius: 100px;*/
    -webkit-box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.50);
    box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.50);
    transition: all 0.75s;
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
}

.efecBtnDiv2:hover {
    /*color: white !important;*/
    /*background-color: cornsilk !important;*/
    font-size: 250% !important;
    /*border-radius: 100px;*/
    -webkit-box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.50);
    -moz-box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.50);
    box-shadow: 0px 1px 25px 2px rgba(0,0,0,0.50);
    transition: all 0.75s;
    -moz-transition: all 0.75s;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
}



.AgregarSombra {    
    -webkit-box-shadow: 0px 2px 7px 2px rgba(85, 255, 0, 0.4);
    -moz-box-shadow: 0px 2px 7px 2px rgba(85, 255, 0, 0.4);
    box-shadow: 0px 2px 7px 2px rgba(85, 255, 0, 0.4);
}

.btnAccesRap {
    height: 25px;
}

.sombratextos {
    text-shadow: 0px 1px 25px 2px rgba(0,0,0,0.75);
}

/*ticket */
.ticket {
    font-size: 12px;
    font-family: 'Times New Roman';
}

#tickete table tr {
    border-bottom: 1px solid black;
    border-collapse: collapse;
}

    .quitarBorde {
        border-bottom: 0px !important;
     }
    .producto {
        width: 85px;
        max-width: 85px;
    }
    td.unitario,
    th.unitario {
        width: 85px;
        max-width: 85px;
    }
    td.cantidad,
    th.cantidad {
        width: 50px;
        max-width: 50px;
        word-break: break-all;
    }
    td.precio,
    th.precio {
        width: 50px;
        max-width: 50px;
        word-break: break-all;
    }

.centrado {
    text-align: center;
    align-content: center;
}

.ticket {
    width: 200px;
    max-width: 200px;
}
.ticket img {
    max-width: inherit;
    width: inherit;
}

/*boton chido*/
:root {
    --bg: #1a1e24;
    --color: #eee;
    --font: Montserrat, Roboto, Helvetica, Arial, sans-serif;
}

.wrapper {
    padding: 0.02rem 0;
    filter: url('#goo');
}

.button {
    display: inline-block;
    text-align: center;
    background: var(--color);
    color: var(--bg);
    font-weight: bold;
    padding: 0.80em 1.12em 0.83em;
    line-height: 0.5;
    border-radius: 0.5em;
    position: relative;
    min-width: 1.23em;
    text-decoration: none;
    font-family: var(--font);
    font-size: 1.00rem;
}

    .button:before,
    .button:after {
        width: 2.4em;
        height: 1.95em;
        position: absolute;
        content: "";
        display: inline-block;
        background: var(--color);
        border-radius: 50%;
        transition: transform 1s ease;
        transform: scale(0);
        z-index: -1;
    }

    .button:before {
        top: -25%;
        left: 20%;
    }

    .button:after {
        bottom: -25%;
        right: 20%;
    }

    .button:hover:before,
    .button:hover:after {
        transform: none;
    }


/* Demo styles */

/*body {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--bg)
}*/