.fs-7{
  font-size: 13px !important;
}

[class*="sidebar-dark-"] {
  background-color: #17202a !important;
}

/* table.dataTable tbody td {
  white-space: wrap !important;
  font-size: 15px !important;
} */

/* #tbl_productos thead th {
  white-space: nowrap !important;
} */

.addNewRecord {
  background-color: #198754 !important;
  color: white !important;
}

.deleteFilterDatatable {
  background-color: #dc3545 !important;
  color: white !important;
  border-radius: 20px !important;
}

.buttons-excel {
  background-color: #0d6efd !important;
  color: white !important;
}

.buttons-print {
  background-color: #ffc107 !important;
  color: white !important;
}

.dt-button {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

#tbl_productos tbody td{
    padding:11px 12px !important;
    height:58px !important;
    vertical-align:middle !important;
    font-size:14px !important;
    background:#ffffff !important;
    border-bottom:1px solid #edf2f7 !important;
}

#tbl_productos{
    border-collapse:separate !important;
    border-spacing:0 !important;
}

#tbl_productos tbody tr{
    transition:all .20s ease;
}

#tbl_productos tbody tr:hover td{
    background:#f8fbff !important;
}

#tbl_productos tbody td:nth-child(3){
    color:#3b82f6 !important;
    font-weight:600;
    font-size:13px;
}

#tbl_productos tbody tr{
    height:58px !important;
}

#tbl_productos{
    border-collapse:separate !important;
    border-spacing:0 !important;
}

.transparentbar {
  background-repeat: no-repeat;
  cursor: pointer;
  outline: none;
  border: none;
  box-shadow: none;
  background-image: none;
  background-color: transparent;
}

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.transparentbar:hover {
  color: #fff;
  background-color: transparent !important;
  border-color: transparent !important;
}

/* div.dataTables_wrapper {
  width: 100%;
  margin: 0 auto;
} */

.card-gray {
  border: 1px solid gray;
}

.card-header {
  border-bottom: 1px solid gray;
}

.card-gray:not(.card-outline) > .card-header {
  background-color: #17202a !important;
}

#tbl_productos_mas_vendidos tbody tr td,
#tbl_productos_poco_stock tbody tr td {
  padding: 3px !important;
}

.small-box {
  border: 1px solid gray !important;
}

.card-header {
  padding: 0.4rem 1.25rem !important;
}

.form-control,
select {
  border: 1px solid #17202a !important;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group
  > .input-group-prepend:first-child
  > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border: 1px solid gray !important;
}

#tbl_productos.dataTable tbody td {
  vertical-align: middle;
  align-content: center;
}

.zoom:hover {
  transform: scale(3.2);
}

.tabledit-toolbar {
  width: 80px !important;
  text-align: center;
}

.select2-container--default .select2-selection--single {
  height: calc(1.9rem + 2px) !important;
  border: 1px solid #17202a !important;
  border-radius: 20px !important ;
}

.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  margin-top: -7px !important;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--single {
  border: 1px solid gray !important;
}

#tbl_categorias .tabledit-toolbar {
  width: 100px !important;
  text-align: center;
}

.toggle.btn {
  min-width: 8.7rem !important;
  height: 35px !important;
}

.bg-main {
  background-color: #17202a !important;
  color: white !important;
} 

.card-primary.card-outline-tabs > .card-header a.active {
  border-top: 3px solid #17202a;
}

/* select[readonly].select2 + .select2-container {
  pointer-events: none;
  touch-action: none;
} */

.readonly{
  pointer-events: none;
  touch-action: none;
  background-color: #e9ecef !important;
}

select[readonly]{
  pointer-events: none;
  touch-action: none;
  background-color: #e9ecef;
} 

/* #tbl_series .tabledit-toolbar {
  width: 100px !important;
  text-align: center;
} */

.table td,
.table th {
  border-top: 0px solid #dee2e6;
}

.nav-link {
  color: gray;
}

.card-primary.card-outline-tabs > .card-header a.active {
  background: #17202a !important;
  color: white !important;
}

td {
  padding: 5px !important;
}

.content-header h2 {
  font-size: 27px !important;
}

.content-header {
  padding-top: 10px !important;
  padding-bottom: 5px !important;
}

.login-box,
.register-box {
  width: 350px !important;
}

/* .tabledit-span {
  text-wrap: pretty !important;
} */

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white !important;
  background-color: #17202a !important;
}

/* #tbl_productos tbody td {
  text-wrap: pretty !important;
} */

/* .dropdown-toggle::after {
  visibility: hidden !important;
} */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}



.my-bg {
  background: #17202a !important;
}

.my-color {
  color: #17202a !important;
}

.btn-info {
  color: #fff !important;
  border-color: #17202a !important;
  background-color: #17202a !important;
}

.btn-info:hover {
  color: #fff !important;
  background-color: #17202a;
  border-color: #17a2b8;
}

.info {
  color: #17202a !important;
}

.btn {
  border-radius: 50rem !important;
}

.icon-btn-success {
  width: 41px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(3%) translateY(-51%);
  background-color: #1e7e34;
  border-color: #1e7e34;
  color: white;
}

.icon-btn-danger {
  width: 41px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(3%) translateY(-51%);
  background-color: #c82333;
  border-color: #bd2130;
  color: white;
}

.icon-btn-custom {
  width: 41px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(3%) translateY(-51%);
  background-color: #17202a !important;
  border-color: #17202a !important;
  color: white;
}

.icon-btn-danger:hover {
  background-color: #c82333 !important;
  border-color: #c82333 !important;
  color: white;
}

.icon-btn-success:hover {
  background-color: #1e7e34 !important;
  border-color: #1e7e34 !important;
  color: white;|
}

.icon-btn-custom:hover {
  background-color: #17202a !important;
  border-color: #17202a !important;
  color: white;
}

.btn-info:hover {
  background-color: #17202a !important;
}

.text-button {
  margin-right: 30px !important;
}


table.dataTable thead tr > .dtfc-fixed-left,
table.dataTable thead tr > .dtfc-fixed-right,
table.dataTable tfoot tr > .dtfc-fixed-left,
table.dataTable tfoot tr > .dtfc-fixed-right {
  background-color: #17202a;
  color: yellow;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {  
  color: #fff !important;
  background: #17202a;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {  
  padding: 0.2em 1em !important;
  border-radius: 20px !important;
}


.input-group-text   {
  border-top-left-radius: 20px !important;
  border-bottom-left-radius: 20px !important;

  border: 1px solid black !important;
  background-color: #17202a !important;
  color: white !important;
}

.input-group{
  margin-bottom: 0px !important;
}

.form-control-sm { 
  padding: 0.25rem 0.9rem !important;
  line-height: 3.5 !important;
  border-radius: 20px;
}

.my-text-color{
  color: #17202a !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -1px !important ;
}

/* .select2-selection__rendered{
  font-size: smaller !important;
} */

/* *, ::after, ::before {
  font-size: small !important;
} */

.form-select{
  border-radius: 20px !important;
  height: 31px !important;
  font-size: 13px !important;
  line-height: 0.8;
}

input[type=search] {
  border-radius: 20px !important;
  padding: 0.25rem 0.9rem !important;
  background-color: white !important;
}

.buttons-page-length, .buttons-excel, .buttons-print{
  border-radius: 20px !important;
}

.addNewRecord{

    background:#1677ff !important;

    color:#fff !important;

    border:none !important;

    border-radius:8px !important;

}

.buttons-excel{

    background:#16a34a !important;

    border:none !important;

    color:#fff !important;

}

.buttons-print{

    background:#f59e0b !important;

    border:none !important;

    color:#fff !important;

}

.btnReload,
.btn-refrescar,
.reloadTable{

    width:38px;

    height:36px;

    border-radius:8px;

    display:flex;

    align-items:center;

    justify-content:center;

}

input[type="file"] {
  /* padding: 0.10rem 0.5rem !important ;
  line-height: 1.5px; */
  border-radius: 20px;
  /* line-height: 3.5px;  */
  padding-top: 4px;
  font-size: 13px;
  height: calc(1.8125rem + 2px);
}

.invalid-feedback{
  margin-top: 0px !important;
}

#tbl_productos td:nth-child(4),
#tbl_productos td:nth-child(5){
    white-space: normal !important;
}

#tbl_productos td:nth-child(4){
    font-size:14px;
    line-height:1.35;
    font-weight:500;
}

 .dropdown-toggle::after {
  margin: 0 !important;
}

.dropdown-menu {
  overflow: overlay !important;
  overflow-x: overlay !important;
  overflow-y: overlay !important;
  }


  /* table.dataTable thead th {
    white-space: nowrap !important
  } */



  .loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #333333;
    transition: opacity 0.75s, visibility 0.75s;
  }
  

  .checkbox-resumenes{
    width: 20px; 
    height: 20px; 
  }

  .text-cell-wrap{
    color: #bd2130 !important ;
  }

  /* #tbl_boletas_wrapper .dataTables_scrollBody {
    overflow: visible !important;
    text-wrap: wrap !important;
 } */

 
/* 


 .table-responsive,
 .dataTables_scrollBody {
     overflow: visible !important;
 }
 
 .table-responsive-disabled .dataTables_scrollBody {
   overflow: hidden !important; 
  } */

  /* .table-scrollable {
    width: 100%;
  
    border: 1px solid #dddddd;
    margin: 10px 0 !important;
  } */

  /* .table-scrollable { 
    overflow-x: visible; 
    overflow-y: visible; 
} */

/* .dataTables_scrollHead{
  overflow: visible !important;
} */

/* table .dropdown-menu {
  position: fixed !important;
  top: 20% !important;
  left: 32% !important;
  transform: translate(-92%, -50%) !important;
} */

/* .dataTables_scrollHead{
  position: static !important;
} */
/* 
div.dataTables_scrollHead {
  height: 250px;
}
div.dataTables_scrollBody {
margin-top: -190px;
} */

/* .dataTables_scrollBody{
  position: static !important;
} */
/* 
.ui-autocomplete{
  width: 75% !important;
} */

/*.dataTables_scrollBody thead tr{
  visibility: collapse !important;
}*/

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0, .8));
  background: -webkit-radial-gradient(rgba(20, 20, 20,.8), rgba(0, 0, 0,.8));  
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 150ms infinite linear;
  -moz-animation: spinner 150ms infinite linear;
  -ms-animation: spinner 150ms infinite linear;
  -o-animation: spinner 150ms infinite linear;
  animation: spinner 150ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
box-shadow: rgba(255,255,255, 0.75) 1.5em 0 0 0, rgba(255,255,255, 0.75) 1.1em 1.1em 0 0, rgba(255,255,255, 0.75) 0 1.5em 0 0, rgba(255,255,255, 0.75) -1.1em 1.1em 0 0, rgba(255,255,255, 0.75) -1.5em 0 0 0, rgba(255,255,255, 0.75) -1.1em -1.1em 0 0, rgba(255,255,255, 0.75) 0 -1.5em 0 0, rgba(255,255,255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.my-disabled{
  background-color: rgba(236, 240, 241, 0.5);
   pointer-events: none;
}


.select2-selection--multiple{
  border: 1px solid black !important;
  border-radius: 20px !important;
  height: 30px !important;
}

.select2-search__field{
  margin: 0 !important;
}

.mdlVentaPos {
  max-width: 100%;
  margin: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100vh;
  display: flex;
}

.my-wrapper{
  max-height: 65px;
  display: flex;
  overflow-y: hidden;
}

.my-wrapper .item{
  width: auto !important; 
  height: 30px;
  /* line-height: 40px; */
  text-align: center;
  
  /* overflow-y: hidden; */
  /* margin: 0 auto;
  display: flex; */
}

/* .my-wrapper::-webkit-scrollbar{
  width: 0;
} */

@media (width < 1200px) { 
  .my-wrapper::-webkit-scrollbar{
    width: 0;
  }
}

.scrolly{
  padding: 0 !important;
}

.scrolly::-webkit-scrollbar{
  width: 0px;
  height: 0px;
}


.scrolly-productos::-webkit-scrollbar{
  width: 5px;
}

.scrolly-productos::-webkit-scrollbar-track {
  background-color: #17202a;
}

.scrolly-productos::-webkit-scrollbar-thumb {
  background-color: orange;
}


.scrolly-categorias::-webkit-scrollbar{
  height: 7px;
}

.scrolly-categorias::-webkit-scrollbar-track {
  background-color: #17202a;
}

.scrolly-categorias::-webkit-scrollbar-thumb {
  background-color: orange;
}



.form-check-input:checked {
  background-color: #17202a;
  border-color: #17202a;
}

/* .div-carrito-pos{
    transform: translate3d(-315px, 40px, 0px) !important;
} */

.dropdown-menu-lg {
  min-width: 348px !important;
}

.control-sidebar{
  top: 0px !important;
}


@media (max-width: 576px) { 

  .w-carrito-pos{
    width: 85% !important;
  }

  .h-categorias-pos{
    height: 75vh !important;
  }
  .h-productos-pos{
    height: 70vh !important;
  }

}

@media (min-width: 768px) {
  .w-carrito-pos{
    width: 50% !important;
  }

  .h-categorias-pos{
    height: 82vh !important;
  }
  .h-productos-pos{
    height: 82vh !important;
  }

}

@media (min-width: 992px) {

  .w-carrito-pos{
    width: 50% !important;
  }

  .h-categorias-pos{
    height: 85vh !important;
  }
  .h-productos-pos{
    height: 84vh !important;
  }

  .h-listado-productos{
    height: 96vh !important;
  }

}

@media (min-width: 1200px) {

  .h-categorias-pos{
    height: 85vh !important;
  }
  .h-productos-pos{
    height: calc(100vh - 185px) !important;
  }

  .h-listado-productos{
    height: 96vh !important;
  }

}

@media (min-width: 1400px) {
  .h-categorias-pos{
    height: 86vh !important;
  }
  .h-productos-pos{
    height: calc(100vh - 190px) !important;
  }

  .h-listado-productos{
    height: 96vh !important;
  }

}

.box{
  box-sizing: border-box;
  border: 3px solid transparent;
  background-clip:padding-box;
}

.w-10{
  width: 150px !important;
}

.titulo-fieldset{
    position: static;
    display:block;

    background: linear-gradient(
        90deg,
        #0f172a,
        #1e3a8a
    );

    color:#fff;

    padding:12px 18px;

    border-radius:14px 14px 0 0;

    font-size:14px;

    font-weight:600;

    letter-spacing:1px;

    text-decoration:none;

    margin-bottom:15px;
}

#tbl_productos_mas_vendidos,
#tbl_productos_poco_stock{
    background:#fff;
    border-radius:12px;
    overflow:hidden;
}

#tbl_productos_mas_vendidos thead,
#tbl_productos_poco_stock thead{
    background:#f8fafc;
}

#tbl_productos_mas_vendidos tbody tr:hover,
#tbl_productos_poco_stock tbody tr:hover{
    background:#eef4ff;
    transition:.2s;
}

#tbl_productos thead th{
    background:#111827 !important;
    color:#ffffff !important;
    font-size:14px !important;
    font-weight:600 !important;
    height:48px !important;
    padding:14px 12px !important;
    vertical-align:middle !important;
    border:none !important;
    white-space:nowrap !important;
}

#tbl_productos thead tr{
    border:none !important;
}

#tbl_productos tbody tr{
    transition:.2s;
}

#tbl_productos tbody tr:hover{
    background:#f8fafc !important;
}

.badge-categoria{
    display:inline-block;
    background:#eaf3ff;
    color:#3b82f6;
    padding:5px 10px;
    border-radius:6px;
    font-size:10px;
    font-weight:700;
    letter-spacing:.3px;
    text-transform:uppercase;
}

.badge-estado{
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:5px 12px;
    border-radius:999px;
    background:#eafaf0;
    color:#16a34a;
    font-size:12px;
    font-weight:600;
}

.badge-estado::before{
    content:"";
    width:7px;
    height:7px;
    border-radius:50%;
    background:#22c55e;
}

/* ===========================
   TOOLBAR PRODUCTOS
=========================== */

.dt-buttons{
    display:flex !important;
    align-items:center;
    gap:8px;
    margin-bottom:0 !important;
}

.dt-buttons .btn,
.dt-buttons .dt-button,
.addNewRecord{

    height:36px !important;

    border-radius:8px !important;

    padding:0 16px !important;

    font-size:13px !important;

    font-weight:600 !important;

    display:flex !important;

    align-items:center;

    justify-content:center;

    box-shadow:0 1px 3px rgba(0,0,0,.08);

    transition:.20s;
}

.dt-buttons .btn:hover,
.dt-buttons .dt-button:hover,
.addNewRecord:hover{

    transform:translateY(-1px);

    box-shadow:0 4px 12px rgba(0,0,0,.12);
}

.card{

    border:none !important;

    border-radius:14px !important;

    box-shadow:0 8px 30px rgba(15,23,42,.06) !important;

}

/*==========================
 CARD PRODUCTOS PREMIUM
==========================*/

.card{

    border:1px solid #eef2f7 !important;

    border-radius:14px !important;

    box-shadow:
        0 8px 30px rgba(15,23,42,.05);

    overflow:hidden;

}

.card-header{

    background:#fff !important;

    border-bottom:1px solid #eef2f7 !important;

    padding:18px 20px !important;

}

.card-body{

    padding:18px !important;
}

.card-title{

    font-size:18px;

    font-weight:700;

    letter-spacing:.2px;

}

.dt-buttons{

    margin-top:8px;

    margin-bottom:10px !important;

}

/*==============================
 BUSCADOR PREMIUM PRODUCTOS
==============================*/

.dataTables_wrapper .dataTables_filter{

    float:right;

    margin-top:6px !important;

    position:relative;

}

.dataTables_filter label{
    font-size:0 !important;
}

.dataTables_filter input{

    width:260px !important;

    height:38px !important;

    border:1px solid #dbe4ee !important;

    border-radius:8px !important;

    padding-left:16px !important;

    padding-right:42px !important;

    font-size:13px !important;

    color:#374151;

    background:#fff;

    box-shadow:0 1px 3px rgba(0,0,0,.05);

}

.dataTables_filter::after{

    content:"\f002";

    font-family:"Font Awesome 5 Free";

    font-weight:900;

    color:#6b7280;

    position:absolute;

    right:14px;

    top:50%;

    transform:translateY(-50%);
}

.dt-icon{
    width:15px;
    height:15px;
    vertical-align:-2px;
    margin-right:6px;
}

.buttons-excel i{
    color:#fff;
    margin-right:6px;
}

.buttons-print i{
    color:#fff;
    margin-right:6px;
}

.buttons-addNewRecord i{
    margin-right:6px;
}

.btnRefresh i{
    font-size:16px;
}

/*==============================
=   TOOLBAR INVENTARIO NUEVA   =
==============================*/



.toolbar-productos{

    display:flex;

    justify-content:flex-start;

    align-items:center;

    gap:18px;

    flex-wrap:wrap;

    margin-bottom:18px;
	
	padding-top:6px;

    padding-bottom:8px;

}

.toolbar-left{

    display:flex;

    align-items:center;

    gap:10px;

    margin-right:20px;
}

.toolbar-center{

    display:flex;

    align-items:center;

    gap:8px;

    color:#495057;

    font-size:14px;
	
	font-weight:500;
	
	flex:1;
	
	justify-content:center;
	
	margin-right:auto;

}

.toolbar-right{

    display:flex;

    align-items:center;

}

.toolbar-right input{

    width:280px;

    height:38px;

    border:1px solid #d8dee9;

    border-right:none;

    border-radius:8px 0 0 8px;

    padding:0 14px;

    outline:none;

}

.toolbar-right button{

    width:42px;

    height:38px;

    border:1px solid #d8dee9;

    border-left:none;

    background:#fff;

    border-radius:0 8px 8px 0;

    cursor:pointer;

}

.toolbar-center select{
    width:78px;
    height:36px;
    border:1px solid #d9dee3;
    border-radius:6px;
    padding:0 10px;
    font-size:14px;
}

.btn-toolbar{

    height:32px;

    padding:0 14px;

    display:flex;

    align-items:center;

    gap:8px;

    border:none;

    border-radius:8px !important;

    color:#fff;

    font-size:13px;

    font-weight:600;

}

#btnReload{

    width:32px;

    justify-content:center;

    background:#6b7280;
	
	height:32px;

    padding:0;

}

#btnNuevo{

    background:#1677ff;

}

#btnExcel{

    background:#16a34a;

}

#btnPrint{

    background:#f59e0b;

}

.btn-toolbar img{

    width:14px;

    height:14px;
	
	object-fit:contain;

}

.btn-refresh{
    width:34px;
    height:34px;
    padding:0;
    display:flex;
    justify-content:center;
    align-items:center;
    border-radius:8px;
    background:#6b7280;
	border:none;
}

.btn-refresh img{
    width:15px;
    height:15px;
}


