﻿.divproducto {
    height: 200px;
}

.imgcombo{
    width:150px;
}
.productoimg {
    max-height: 180px;
}
.dialogotarjeta{
    top: 5px;
}
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media only screen and (max-width: 1920px) {
    .display-5 {
        font-size: 2.4rem;
        font-weight: 300;
    }
    .dialogotarjeta{
        top:400px;
    }
    .display-6 {
        font-size: 2rem;
        font-weight: 300;
    }
    .display-totales {
        font-size: 2rem;
        font-weight: 300;
    }
    .productoimg {
        max-height: 180px;

    }
    .imglogo{
        width:110px;
        
    }
    .formato {
        height: 940px;
        width: 100%;
    }
    .imgcombo {
        width: auto;
        height: 64px;
    }
}
@media only screen and (max-height:770px) {
    .table td {
        padding : 0.2rem !important;
    }
    .display-5 {
        font-size: 1.2rem;
        font-weight: 300;
    }

    .display-6 {
        font-size: 1.5rem;
        font-weight: 300;
    }

    .display-totales {
        font-size: 1.2rem;
        font-weight: 300;
    }

    .productoimg {
        max-height: 92px;
    }

    .imglogo {
        width: 80px;
    }

    .formato {
        height: 650px;
        width: 100%;
        border: 1px solid black;
    }
    .divproducto{
        height:100px;
    }
    .imgcombo {
        width: auto;
        height: 32px;
    }
}
@media only screen and (max-width:1080px) {

    .display-5 {
        font-size: 2rem;
        font-weight: 300;
    }

    .display-6 {
        font-size: 1.5rem;
        font-weight: 300;
    }
    .display-totales {
        font-size: 2.3rem;
        font-weight: 300;
    }
    .productoimg {
        max-height: 180px;
    }
    .imglogo{
        width:80px;
    }
    
    .formato {
        height: 1100px;
        width: 100%;
        border: 1px solid black;
    }
    .imgcombo {
        width: auto;
        height: 150px;
    }
}


.Itemcode {
    white-space: nowrap;
}

.gvsgradient {
    background: linear-gradient(90deg, rgba(0,33,84,1) 0%, rgba(0,33,84,1) 25%, rgba(3,93,174,1) 75%, rgba(3,93,174,1) 100%) !important;
    /*background-color: rgba(0,33,84,1);*/
}
.detalleTarjetas {
    max-height: 270px;overflow-y:auto;
}
body{
    font-family:monospace;
    margin:0px !important;
}
.fondo-devolucion{
    background-color : darkred;
}
.fondoConsultar{
    background-color : darkgreen;
}