.form-control:focus {
  box-shadow: none;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #DDD; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #0066ff; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #67a2fb; 
}
/* image varient End */
/**====== Authentication css end ======**/

.carga {
    position: fixed;
    min-width: 100%;
    min-height: 100vh;
    z-index: 2000;
    background: rgba(0, 0, 0, 0.8);
    /*display: none;*/
}

.oculto {
  display: none !important;
}

button.botonesImagenes {
    position: absolute;
    right: 42%;
    top: -30px;
    width: 30px !important;
    height: 30px !important;
    font-size: 14px !important;
}

.error {
  color: red;
  font-size: 11px;
}

.nav-link {
  border: none;
  border-radius: 0px;
  background: transparent;
}

.nav-pills .nav-link.active{
  background-color: #304b81;
}

.modalGrande{
  position: fixed;
  min-width: 100%;
  min-height: 100vh;
  z-index: 1000;
  background: #FFF;
  top: 0;
  left: 0;
  display: none;
}

.bCerrarMG {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1500;
}

.productos{
    background-color: #F9F9F9; 
    height: 100vh; 
    min-height: 100vh; 
    max-height: 100vh;
    box-sizing: border-box;
}

.ticket{
    background-color: #FFF;
    box-shadow: -2px 0px 3px 0px rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
}

#verProductos{
    height: calc(100vh - 100px);
    overflow-y: auto;
    box-sizing: border-box;
    overflow-x: hidden;
    padding: 10px 0px;
    padding-left: 20px;
    padding-right: 5px;
}

.producto{
    background-color: #CCC;
    height: 150px;
    background-size: cover; 
    background-position: center;
    cursor: pointer;
    position: relative;
    padding: 0px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}

.tituloProd{
    position: absolute;
    font-size: 16px;
    bottom: 0px;
    margin: 0px;
    padding: 5px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    /*background-color: rgba(255, 255, 255, 0.7);*/
}

.precioProd{
    position: absolute;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    top: 0;
    font-size: 26px;
}

.tablaProd {
  height: calc(100vh - 500px);
  overflow-y: auto;
  padding: 0px;
  padding-right: 8px;
}

#tituloTablaProd {
    padding-top: 20px;
    padding-bottom: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); 
    z-index: 1;
}

#tituloTablaProd p {
    display: inline-block;
    margin: 5px 0px;
    font-weight: bold;
}

.clienteTablet, .direccionTablet {
    padding: 18px 15px; 
    border-radius: 5px; 
    cursor: pointer;
    border-top: 1px solid #EEE;
    margin: 0px;
}

.listaInput {
    background: #FFF;
    padding: 5px;
    position: absolute;
    width: 94%;
    border: 1px solid #D0D0D0;
    border-radius: 2px;
    z-index: 1;
    max-height: 300px;
    overflow-y: auto;
}

.lista {
    border-bottom: 1px solid #E0E0E0;
    max-width: 100%;
    padding: 10px 0px;
    cursor: pointer;
}

.lista span {
  display: block;
}

.lista:hover {
    background: #F0F0F0;    
}

.bQuitarLista{
    position: absolute;
    right: 8px;
    top: 31px;
}

.bQuitarLista:focus {
  box-shadow: none !important;
}

input:read-only{
    background-color: #EEE !important;
}

.activa{
    background-color: #ccedff !important;
}

.activaMas{
    background-color: #ccedff !important;
}

.filaNomProd, .filaProd{
    cursor: pointer;
}

@media (min-width: 720px) {
    .tablaProd {
        height: calc(100vh - 360px);
        overflow-y: auto;
    }

    #bCobrar {
        font-size: 18px;
    }
}

@media (max-width: 720px) {
    #verProductos{
        height: calc(100vh - 150px);
    }
}

.topBusqueda{
    background-color: #FFF;
    padding: 0px 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    padding-top: 25px;
    padding-bottom: 12px;
}

#buscarProductos{
    color: #404040;
    background-color: #EEE;
}

.container-fluid {
    padding-left: 0;
    box-sizing: border-box;
    width: 100%;
}

.col {
    padding: 0;
}

table.table-striped tbody tr:nth-child(even) {
  background-color: #f2f2f2;
}

.page-title{
    padding-left: 20px;
}

@media (max-width: 991.98px) {
    .table {
        display: table !important;
    }
}

#productosBody tr td{
    padding: 0.75rem 0px !important;
}