/* You can add global styles to this file, and also import other style files */
body{
  font-size: 14px;
}
.container{
  font-size: 0.9em;
}
.pos-productos:hover{
  border: 2px solid #aaa; 
  cursor: pointer;
}

.table td, .table th{
  padding: 3px;
}

.pointer{
  cursor: pointer;
}
.pointer:hover{
  background-color: #aaa; 
  cursor: pointer;
}

.fix-pagination nav>ul{
    -moz-box-pack: center !important;
    justify-content: center !important;
}

.body-fixed{
  min-height: 152px;
}
.product-fixed{
  /* max-height: 520px; */
  height: calc(100vh - 180px);
  min-height: 280px; 
  overflow:auto;
}

.content-b365{
  width: 100%;
}

// Extra small devices (portrait phones, less than 576px)
@media (min-width: 576px) { 

 }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { 
  .content-b365{
    width: 60% !important;
  }

}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) {  
  .content-b365{
    width: 50% !important;
    border:1px solid black !important;
    background-color: #ccc !important;
  }
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { 
  .content-b365{
    width: 40% !important;
  }
}


.btn-no-bg{
  background: none !important;
}

.btn-group-fix{
  /*display: inline-block;*/
}
