/* This file is reserved for overriding and extending the template styles. */
#ejemplo .borrar {
  display: none;
}
.proteccion {
  height: 100%;
  background: rgb(255 255 255 / 70%);
  position: absolute;
  width: 100%;
}
.overflow {
  overflow: hidden;
}
.topbar {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
  color: #242424;
  padding: 15px 30px 15px 80px;
  position: fixed;
  width: 100%;
  z-index: 9;
}
.current-dollar {
  text-align: center;
  /* padding-left: 30px; */
  max-width: 160px;
}
.current-dollar strong {
  display: block;
}
.user-container {
  float: right;
}
.user-container .user img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
.text-nota {
  background: #dfeddf;
  margin: 0 24px;
  padding: 8px;
  border-radius: 7px;
  border: 1px solid #437c3f;
}
h3.marca {
  color: #fff;
  font-weight: bold;
}
.user .name {
  padding: 8px 0 0 12px;
}
.user-container .dropdown-menu {
  padding: 15px 15px 0px;
}
.user-container .dropdown-menu ul li {
  margin-bottom: 10px;
}
.relative {
  position: relative;
}
.multiples {
  position: absolute;
  width: calc(100% - 30px);
  background: #242424;
  z-index: 9;
  padding: 15px 15px 10px;
  display: none;
}
#root main {
  padding-top: 90px;
}
pre#nombre {
  display: inline-block;
  vertical-align: text-top;
  background: #f0f0f0;
  padding: 1px 4px;
  margin: 0 0 0 10px;
}

.user-container .name {
  font-weight: 600;
  color: rgb(0, 0, 0);
  font-size: 14px;
}
.topbar-pos {
  float: right;
}
.topbar-pos a,
.topbar-pos button {
  border: 1px solid #000;
  display: inline-block;
  padding: 6px 13px;
  margin: 3px 20px 0 0;
  border-radius: 10px;
  font-weight: bold;
  background: transparent;
  color: #000;
}
.mt20 {
  margin-top: 20px;
}
.mt60 {
  margin-top: 60px;
}
.container-fluid-pos .topbar {
  padding: 8px 20px;
}
.container-fluid-pos .topbar h1 {
  color: #fff;
  margin: 3px 0 0;
  font-size: 24px;
}
.container-fluid-pos .topbar-pos a,
.container-fluid-pos .topbar-pos button {
  padding: 4px 13px;
}
.container-fluid-pos #customer_id {
  position: absolute;
  width: 100%;
  opacity: 0;
  height: 0;
}
.desactivado {
  opacity: .4;
}
.desactivado:before {
  content: ' ';
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 999;
}
.abrir-caja-grande {
  position: fixed;
  top: 40%;
  z-index: 9;
  width: 270px;
  left: 50%;
  margin-left: -135px;
  padding: 20px;
  font-size: 30px;
  background: #000;
  color: #fff;
  font-weight: bold;
  border: 3px solid #242424;
  border-radius: 10px;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #fff !important;
  color: #000 !important;
}
html .logo .marca {
  width: 16px;
  overflow: hidden;
}
html[data-menu-animate="show"] .logo .marca {
  width: 100%;
  overflow: initial;
}

tr.nota-credito td {
  color: red;
}
td.td-prices {
  width: 16%;
}
.descuento-toggle {
  width: 100%;
}
.descuento-toggle input {
  display: none;
}
.modal-header, .modal-body, .modal-footer {
  padding: 20px;
}
.modal-1200 {
  max-width: 1200px !important;
}
#user_canales label,
#user_canales2 label {
  margin: 5px 7px;
}
#user_canales label input,
#user_canales2 label input {
  margin-right: 3px;
  vertical-align: middle;
}
.inline-block {
  display: inline-block;
}
.ml-2 {
  margin-left: 10px;
}
#modalShowCompra #note {
  padding: 0 15px 20px;
  font-size: 15px;
}
tr.ingreso td {
  background: #efffef;
}
tr.egreso td {
  background: #ffefef;
}
.dos-columnas li {
  width: 49%;
  display: inline-block;
}
.select2-container--default .select2-selection--single {
  height: 40px;
  border-radius: 10px;
  padding-top: 2px;
  border-color: #e6e6e6;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
#filtro-kardex .select2-container--default {
  margin-right: 15px;
  width: 360px !important;
}
#filtro-kardex .form-select {
  width: 160px;
  margin-right: 15px;
}