html {
  height: 100%;
}
body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  background: #f3f3f3;
  letter-spacing: 0.3px;
  height: 100%;
}
body a {
  color: #47B2FF;
}
body a:hover {
  text-decoration: none;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-weight: 600;
}
body h3.title {
  text-transform: uppercase;
  color: #c6c6c6;
}
body .currency:before {
  content: '$ ';
  display: inline;
}
body .btn {
  border-radius: 0.35rem;
}
body .btn.btn-primary {
  background: #47B2FF;
  border-color: #47B2FF;
  text-transform: uppercase;
}
body .btn.btn-primary:hover {
  box-shadow: 0 0 6px #23adff;
}
body .btn.btn-primary.btn-lg {
  font-size: 1rem;
  padding: 1rem;
}
body .btn.btn-success:hover {
  background-color: #27AE60;
  border-color: #27AE60;
  box-shadow: 0 0 6px #28a745;
}
body .btn.btn-danger:hover {
  background-color: #BF0024;
  border-color: #BF0024;
  box-shadow: 0 0 6px #dc3545;
}
body .btn.btn-link {
  color: #47B2FF;
}
body .btn.btn-outline-secondary:hover,
body .btn.btn-outline-secondary:focus,
body .btn.btn-outline-secondary:active {
  background-color: #fafafa;
  border-color: #fafafa;
  box-shadow: 0 0 6px #23adff;
}
body .bg-celeste-light {
  background: #ECF9FD;
}
body #custom-nav-tabs .nav-tabs {
  border-bottom: transparent;
}
body #custom-nav-tabs .nav-tabs .nav-item .nav-link {
  text-transform: uppercase;
  color: #47B2FF;
  border-bottom: transparent;
  font-weight: 700;
}
body #custom-nav-tabs .nav-tabs .nav-item .nav-link i.fa {
  font-size: 1.2rem;
  padding: 0.25rem;
}
body #custom-nav-tabs .nav-tabs .nav-item .nav-link.active {
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #282828;
}
body #custom-nav-tabs .nav-tabs .nav-item .nav-link.active:hover,
body #custom-nav-tabs .nav-tabs .nav-item .nav-link.active:focus {
  color: #282828;
}
body #custom-nav-tabs .nav-tabs .nav-item .nav-link:hover,
body #custom-nav-tabs .nav-tabs .nav-item .nav-link:focus {
  border-color: transparent;
  color: #BF0024;
}
body .navbar {
  padding: 1rem;
  font-size: 0.9rem;
}
body .navbar.bg-dark {
  background-color: #282828 !important;
}
body .navbar.bg-dark .navbar-text.fecha {
  color: rgba(255, 255, 255, 0.9);
}
body .navbar.bg-light {
  background-color: #ffffff !important;
}
body .navbar.bg-light .btn-light {
  border-color: #ffffff;
  background-color: #ffffff !important;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
body .navbar .navbar-text.sucursal {
  color: #BF0024;
  text-transform: uppercase;
}
body .navbar .navbar-text.sucursal,
body .navbar .navbar-text.fecha {
  padding-top: 0.4rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 700;
}
body .navbar .dropdown a.nav-link.dropdown-toggle {
  font-weight: 700;
  text-transform: uppercase;
}
body .navbar .dropdown .dropdown-menu {
  padding: 0;
}
body .navbar .dropdown .dropdown-menu a.dropdown-item {
  padding: 0.7rem 1rem;
  font-size: 0.9rem;
}
body .navbar .dropdown .dropdown-menu a.dropdown-item:active {
  background-color: transparent;
  color: #47B2FF;
}
body .navbar .dropdown .dropdown-menu .dropdown-divider {
  margin: 0;
}
body .navbar .dropdown.active,
body .navbar .dropdown.show,
body .navbar .dropdown.show > .nav-link {
  color: #BF0024;
}
body .card .card-body.top {
  padding-top: 0.7rem;
}
body .card.resumen h3 {
  margin: 0;
}
body .card.resumen h3 small {
  font-size: 50%;
  text-transform: uppercase;
}
body .card.resumen .list-group .list-group-item {
  font-size: 0.85rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #6c757d;
}
body .card.resumen .list-group .list-group-item.text-warning {
  color: #eb690c !important;
}
body .card .card-header h6.title {
  margin: 0.45rem 0;
}
body .card .card-header .btn.btn-success {
  font-size: 0.8rem;
}
body .card .card-header.nav-tabs {
  padding-bottom: 0;
}
body .card .card-header.nav-tabs .nav.nav-pills {
  font-size: 0.8rem;
}
body .card .card-header.nav-tabs .nav.nav-pills .nav-item {
  color: #47B2FF;
  border: transparent;
  border-bottom: transparent;
  background: transparent;
  border-radius: 0;
}
body .card .card-header.nav-tabs .nav.nav-pills .nav-item .nav-link {
  border-radius: 0;
  border: transparent;
  border-bottom: solid 3px transparent;
  background: transparent;
}
body .card .card-header.nav-tabs .nav.nav-pills .nav-item .nav-link.active {
  color: #BF0024;
  border-bottom: solid 3px #BF0024;
}
body .card .card-header.nav-tabs .nav.nav-pills .nav-item .nav-link:hover {
  color: #282828;
  border-bottom: solid 3px #282828;
}
body form .velo {
  display: none;
  background-color: #fff;
  z-index: 99;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1.5rem;
}
body form .form-group span.mError {
  display: none;
  font-size: 0.8rem;
  color: #dc3545;
}
body form .msjError {
  display: none;
}
body form.fError .msjError {
  display: block;
  text-align: center;
  color: #BF0024;
}
body form.fError .form-group .form-control.mError {
  border-color: #dc3545;
  box-shadow: 0 0 6px #dc3545;
}
body form.fError .form-group span.mError {
  display: block;
}
body form.fProcessing .velo {
  display: block;
}
body form.fProcessing .velo i {
  color: #47B2FF;
}
body form.fProcessing .velo .ok,
body form.fProcessing .velo .error {
  display: none!important;
}
body form.fSuccess .velo {
  display: block;
  opacity: initial;
}
body form.fSuccess .velo i {
  color: #27AE60;
}
body form.fSuccess .velo .cargando,
body form.fSuccess .velo .error {
  display: none!important;
}
body form.fErrorMsje .velo {
  display: block;
  opacity: initial;
}
body form.fErrorMsje .velo i {
  color: #BF0024;
}
body form.fErrorMsje .velo .cargando,
body form.fErrorMsje .velo .ok {
  display: none!important;
}
body form#form_local.fError .msjError {
  display: block;
  text-align: center;
  color: #BF0024;
}
body #ventas-tabContent,
body #ingresos-Content,
body #egresos-Content,
body #efectivo-tabContent,
body #vales-Content {
  min-height: 400px;
}
body #pseudo-tab {
  font-size: 0.85rem;
}
body #pseudo-tab li.content-pseudo-tab {
  position: relative;
}
body #pseudo-tab li.content-pseudo-tab .row.no-gutters .col {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body #pseudo-tab li.content-pseudo-tab .row.no-gutters .col .form-control:disabled {
  background-color: transparent;
  border-color: transparent;
  font-weight: bold;
}
body #pseudo-tab li.content-pseudo-tab label {
  font-weight: 600;
}
body #pseudo-tab li.content-pseudo-tab.block:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  content: '';
}
body table.table.ventas tbody tr {
  position: relative;
}
body table.table.ventas tbody tr td {
  padding: 0.2rem 0.5rem;
}
body table.table.ventas tbody tr td:first-child {
  min-width: 120px;
  padding: 0.5rem;
}
body table.table.ventas tbody tr td:last-child {
  min-width: 100px;
}
body table.table.ventas tbody tr td .form-control:disabled {
  background-color: #fff;
}
body table.table.ventas tbody tr td .form-control {
  border: 0;
  border-color: transparent;
  border-radius: 0;
  padding: 0;
}
body table.table.ventas tbody tr.block:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(255, 255, 255, 0.5);
  content: '';
}
body table.table tbody tr td {
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  font-size: 0.87rem;
  color: #495057;
}
body .modal .modal-dialog .modal-content .modal-header {
  border-bottom: #fff;
  padding: 1rem 3rem;
  padding-top: 3rem;
}
body .modal .modal-dialog .modal-content .modal-header h5.modal-title {
  text-transform: uppercase;
  font-size: 1rem;
}
body .modal .modal-dialog .modal-content .modal-body {
  padding: 1rem 3rem;
}
body .modal .modal-dialog .modal-content .modal-body label {
  font-size: 0.85rem;
  color: #6c757d;
}
body .modal .modal-dialog .modal-content .modal-body p {
  font-weight: 600;
}
body .modal .modal-dialog .modal-content .modal-body .form-group {
  margin-bottom: 1.2rem;
  margin-top: 0.5rem;
}
body .modal .modal-dialog .modal-content .modal-footer {
  border-top: #fff;
  padding: 1rem 3rem;
  padding-bottom: 3rem;
  justify-content: center;
}
body .modal .modal-dialog .modal-content .modal-footer .btn {
  border-radius: 0.35rem;
  text-transform: uppercase;
}
body .modal .modal-dialog .modal-content .modal-footer .btn.btn-lg {
  font-size: 1rem;
  padding: 1rem;
}
body .modal#cerrarCaja-Modal .modal-body,
body .modal#eliminarComprobante-Modal .modal-body {
  text-align: center;
}
body #add-egreso-Modal .wDetalles .item-detalle .form-group {
  margin: 0;
}
body #add-egreso-Modal .wDetalles .item-detalle label {
  display: none;
}
body #add-egreso-Modal .wDetalles .item-detalle:first-child label {
  display: block;
}
body #add-egreso-Modal .wDetalles .item-detalle:only-child .col-1.btn-elim {
  display: none;
}
@media (max-width: 768px) {
  #pseudo-tab {
    font-size: 0.85rem;
  }
  #pseudo-tab .d-inline-block.text-truncate {
    min-width: 100%;
  }
  #pseudo-tab li.content-pseudo-tab .row-name {
    background-color: #282828;
    border: 1px solid #282828 !important;
    color: #ffffff;
    font-size: 1rem;
  }
  #pseudo-tab li.content-pseudo-tab .row.no-gutters .col {
    flex: auto;
  }
}
