/* Estilos sobrescriben a .nav-pills de adminlte.css */

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	border-top-color: #01A65A;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 16px;
}

.excel {
    background-color: #3CA23C !important;
    margin-bottom: -5em;
    color: #FFFFFF;
}

.excel:hover {
    border-color: #aaa;
    transform: scale(1.1);
    color: #FFFFFF;
}

.colorTableHead{
	background-color: #FFD100;
	color: #000000;
}

.colorTableHead-light-green{
	background-color: #DFF0D8;
	color: #000000;
}


.btn-yellow{
    background-color: #FCC424;
}

.products-list .product-info
{
    margin-left:0px;
}

.listadoProductos
{
    height: 30em;
    overflow-y: scroll;
    width: 100%;
    overflow-x: hidden;
}

.blockUI {
    z-index: 99999999999999 !important;
}

.articulo-destacado
{
    background-color: #0080003d !important;
}

.tab-content
{
    padding:5px;
}


[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}

[data-title]:after {
    content: attr(data-title);
    background-color: #000000;
    color: #fff;
    font-size: 16px;
    font-family: "Arial";
    position: absolute;
    padding: 6px 20px;
    /*bottom: -1.6em;*/
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 7.5px #222222;
    opacity: 0;
    border: 1px solid #828282;
    z-index: 99999;
    visibility: hidden;
    border-radius: 6px;
    
}

[data-title] {
    position: absolute;
}

.modal-dialog {
    align-items: center;
    width: 65em;
  }


.carrito-frame{ overflow-x:auto; -webkit-overflow-scrolling:touch; }
.tablaCarrito{ min-width: 900px; }      /* ajustá al ancho “original” que querés */
.tablaCarrito .form-control,
.tablaCarrito .input-group-addon,
.tablaCarrito .btn{ height:34px; }      /* altura uniforme tipo AdminLTE */