[class*="sidebar-dark-"] {
  background-color: #2B53A0 !important;
}

.addNewRecord {
  background-color: #198754 !important;
  color: white !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 tr td {
  padding: 3px !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;
}

.card-gray {
  border: 1px solid gray;
}

.card-header {
  border-bottom: 1px solid gray;
}

.card-gray:not(.card-outline)>.card-header {
  background-color: #FC6C00 !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 gray !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;
}

.zoom:hover {
  transform: scale(3.2);
}

.select2-container--default .select2-selection--single {
  height: calc(3.5rem + 2px) !important;
  border: 1px solid gray !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  margin-top: 15px !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single {
  border: 1px solid gray !important;
}

/* .toggle.btn {
  min-width: 8.7rem !important;
  height: 35px !important;
} */

.bg-main {
  background-color: #34495e !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;
}

.nav-link {
  color: gray;
}

.card-primary.card-outline-tabs>.card-header a.active {
  background: #34495e !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;
}

/* .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: white !important;
  background-color: #17202a !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: #34495e !important;
}

.my-color {
  color: #34495e !important;
}

.btn-info {
  color: #fff !important;
  border-color: #34495e !important;
  background-color: #34495e !important;
}

.btn-info:hover {
  color: #fff !important;
  background-color: #17202a;
  border-color: #17a2b8;
}

.info {
  color: #34495e !important;
}

/* AQUI LE CAMBIO EL REDONDEO AL BOTON GTS */
.btn {
  border-radius: 0.5rem !important;
}

.icon-btn-success {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(3%) translateY(-50%);
  background-color: #1e7e34;
  border-color: #1e7e34;
  color: white;
}

.icon-btn-danger {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(3%) translateY(-50%);
  background-color: #c82333;
  border-color: #bd2130;
  color: white;
}

.icon-btn-custom {
  width: 50px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(3%) translateY(-50%);
  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;
}

.w-50 {
  width: 50px;
}