/* Write your custom CSS here */
.contProductos{
    height: 400px;
    overflow-y: scroll;
}

.hidden{
    display: none;
}

/* DATATABLE CUSTOM*/
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background: transparent;
}
.dataTables_wrapper {
  padding-bottom: 30px;
}
.dataTables_length {
  float: left;
}
.dataTables_filter label {
  margin-right: 5px;
}
.html5buttons {
  float: right;
  position: relative;
}
.html5buttons a {
  background: #fff;
  color: #676a6c;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px;
}
.html5buttons a:hover,
.html5buttons a:focus:active {
  background-color: #eee;
  color: inherit;
  border-color: #d2d2d2;
}
div.dt-button-info {
  z-index: 100;
}
@media (max-width: 768px) {
  .html5buttons {
    float: none;
    margin-top: 10px;
  }
  .dataTables_length {
    float: none;
  }
}
/* BTN - DEFAULT */
.btn-default {
  color: inherit;
  background: white;
  border: 1px solid #e7eaec;
}
/* PAGINATIN */
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  border-color: #DDDDDD;
  cursor: default;
  z-index: 2;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #FFFFFF;
  border: 1px solid #DDDDDD;
  color: inherit;
  float: left;
  line-height: 1.42857;
  margin-left: -1px;
  padding: 4px 10px;
  position: relative;
  text-decoration: none;
  font-size: 12px;
}
.page-item.active .page-link {
  background-color: #4e73df;
  border-color: #4e73df;
}
.page-link:focus {
  box-shadow: none;
}
.page-link:hover {
  color: #676a6c;
}
.pagination .footable-page.active a {
  background-color: #f4a91b;
  border-color: #f4a91b;
  color: white;
}
.dataTables_wrapper .dataTables_paginate ul {
    padding-top: 15px;
}
.dt-button-collection{
  left:-162px !important;
}

.custom-combobox {
  position: relative;  
  display: block;
  width: 100%;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}
.ui-front{
  z-index: 1200;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
}
.ui-state-default{
    background: none;
    width: 100%;
}