/**
 * App-wide Styles
 */

*,
*:focus,
*:hover {
  outline: none;
}

.form-control,
.is-focused {
  background-image: linear-gradient(0deg, var(--indigo) 2px, rgba(0, 150, 136, 0) 0), linear-gradient(0deg, rgba(0, 0, 0, .26) 1px, transparent 0) !important;
}

a {
  color: var(--indigo) !important;
}

.dropdown-menu .dropdown-item {
  max-width: none !important;
}

.dropdown-item {
  color: #212529 !important;
}

.btn.btn-raised.btn-primary {
  background-color: var(--indigo) !important;
  border-color: var(--indigo) !important;
}

/* Ventas.js */
.btn.btn-raised.btn-primary.boton-rojo {
  background-color: rgb(242, 93, 99) !important;
  border-color: rgb(173, 173, 173);
  color: black;
}

.btn.btn-raised.btn-primary.boton-rojo:hover {
  background-color: rgb(245, 125, 130) !important;
  border-color: rgb(192, 192, 192);
  color: black;
}

body {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  background-color: rgb(250, 250, 250) !important;
}

.nav-icon {
  height: 32px;
  width: auto;
}

#mainNav {
  margin-bottom: 0px;
  border-radius: 0px 0px 0px 0px;
}

#mainNavCollapsed {
  display: none;
}

@media (max-width: 1000px) {
  #mainNavNormal {
    display: none;
  }

  #mainNavCollapsed {
    display: block;
  }

  #iconos_derecha {
    display: none;
  }
}

#secondaryNav {
  border-radius: 0px 0px 0px 0px;
  margin-bottom: 0px;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  background-color: #83746C;
}

.navbar-posberry {
  border: 0px;
  background-image: linear-gradient(to bottom, #8581BC 0, #8581BC 100%);
  background-color: #8581BC;
}

.navbar-posberry .navbar-nav>.active>a {
  background-image: linear-gradient(to bottom, #EB6608 0, #EB6608 100%);
}

.navbar-posberry .navbar-nav>li>a {
  color: #FFF !important;
}

.navbar-posberry .navbar-nav>li>a:hover,
.navbar-posberry .navbar-nav>li>a:focus {
  color: #FFF;
}

.navbar-posberry .navbar-nav>.active>a,
.navbar-posberry .navbar-nav>.active>a:hover,
.navbar-posberry .navbar-nav>.active>a:focus {
  color: #FFF;
}

.icono {
  fill: #5F524E;
  /*shape-rendering:geometricPrecision;*/
  text-rendering: geometricPrecision;
  image-rendering: optimizeQuality;
  fill-rule: evenodd;
  clip-rule: evenodd;
  width: auto;
  height: 32px;
}

.icono:hover {
  fill: #EB6608
}

.icono-activo {
  fill: #EB6608;
}

.tnav .navbar .container {
  height: 28px;
}

#tercera_nuevo {
  border-right-color: #564A44;
  border-right-width: thin;
  border-right-style: solid;
  padding: 0px;
}

#tercera_buscar,
#tercera_lista {
  border-right-color: lightgray;
  border-right-width: thin;
  border-right-style: solid;
  padding: 0px;
}

#tercera_buscar {
  padding: 10px;
}

#tercera_lista {
  padding: 10px;
}

#tercera_formulario,
#tercera_formulario1 {
  padding: 10px;
}

#tercera_editor,
#columna_izquierda_tercera {
  padding: 0px;
}

#tercera_nuevo {
  background-color: #564A44;
  padding: 6px;
}

#tercera_header {
  background-color: #EB6608;
  padding: 10px;
}

#tercera_header>h3 {
  margin: 0px;
  color: white;
}

.str0 {
  stroke: #5F524E;
  stroke-width: 25.39
}

.item_tercera:nth-child(odd) {
  background-color: #f9f9f9 !important;
}

.nopadding {
  padding: 0px;
}

.fullheight {
  height: 100vh;
  min-height: 800px;
}

@media (max-width: 991px) {
  .fullheight {
    height: 100%;
    min-height: 0px;
  }
}

.config_menu {
  background-color: #6D5F58;
}

.item_config {
  margin-top: 0px;
  background-color: #6D5F58;
  cursor: pointer;
  padding: 10px 15px 10px 15px;
  color: white;
}

.item_config.active,
.item_config.active:hover {
  background-color: #EB6608;
}

.item_config:hover {
  background-color: #564A44;
}

.afectar-stock {
  background-color: yellow;
}

.ui-grid-row.ui-grid-row-selected>[ui-grid-row]>.ui-grid-cell {
  background-color: #f2883d;
  border-top: 1px solid #EB6608;
  border-bottom: 1px solid #EB6608;
}

.ui-grid-pinned-container.ui-grid-pinned-container-left .ui-grid-cell:last-child {
  padding: 0px;
  padding-top: 8px;
}

.ui-grid-header-cell {
  border-right: none;
}

.ui-grid-row .ui-grid-cell {
  border-top: 1px solid #eee;
}

.ui-grid-row:nth-child(odd):hover .ui-grid-cell {
  background: #a49fe0;
  border-top: 1px solid #58548f;
  border-bottom: 1px solid #58548f;
}

.ui-grid-row:nth-child(even):hover .ui-grid-cell {
  background: #a49fe0;
  border-top: 1px solid #58548f;
  border-bottom: 1px solid #58548f;
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
  background-color: #f7f7f7;
}

.ui-grid-cell {
  color: #333;
  border-right: none;
  padding: 8px 6px;
  /*font-size: 1.1rem;
  line-height: 2.5rem;*/
  text-align: left;
  vertical-align: top;
  cursor: pointer;
  white-space: nowrap;
}

.ui-grid-row,
.ui-grid-cell,
.ui-grid-vertical-bar {
  height: 47px !important;
}

.ui-grid-footer-cell {
  border-right: none;
}

.ui-grid-top-panel {
  font-weight: normal;
  border-radius: calc(.25rem - 1px);
}

.ui-grid-header-cell-label {
  color: #888;
}

.ui-grid {
  font-size: small;
  border-radius: calc(.25rem - 1px);
}

.ui-grid-cell-contents.ui-grid-header-cell-primary-focus {
  padding: 2px;
  padding-left: 10px;
}

.card-body {
  padding: 10px;
}

.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.pagination>li {
  padding: 10px;
}

.pagination .active {
  background-color: #eee;
}

.card {
  margin-top: 10px;
  margin-bottom: 10px;
}

.formly-field .input-group {
  width: 70%;
}

.formly-field .control-label {
  font-weight: bold;
}

.formly-field .input-group-addon {
  border-style: solid;
  border-color: rgb(206, 212, 218);
  border-width: thin;
  background-color: #eee;
  padding: 6px;
}

.formly-field>div>div>select {
  width: 70%;
}

.formly-field>div>div>input {
  width: 70%;
}

.glyphicon-ok:before {
  content: "\f00c";
}

.glyphicon-remove:before {
  content: "\f00d";
}

.glyphicon {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.introjs-overlay {
  position: absolute;
  box-sizing: content-box;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -o-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: -ms-radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  background: radial-gradient(center, ellipse farthest-corner, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.9) 100%);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1)";
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.introjs-showElement,
tr.introjs-showElement>td,
tr.introjs-showElement>th {
  z-index: 9999999 !important;
}

.introjs-disableInteraction {
  z-index: 99999999 !important;
  position: absolute;
  background-color: white;
  opacity: 0;
  filter: alpha(opacity=0);
}

.introjs-relativePosition,
tr.introjs-showElement>td,
tr.introjs-showElement>th {
  position: relative;
}

.introjs-helperLayer {
  box-sizing: content-box;
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  background-color: rgba(255, 255, 255, .9);
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, .5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-tooltipReferenceLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: hidden;
  z-index: 100000000;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-helperLayer *,
.introjs-helperLayer *:before,
.introjs-helperLayer *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
}

.introjs-helperNumberLayer {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  top: -16px;
  left: -16px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
  background: #ff3019;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff3019), color-stop(100%, #cf0404));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #ff3019 0%, #cf0404 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ff3019 0%, #cf0404 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3019', endColorstr='#cf0404', GradientType=0)";
  /* IE6-9 */
  filter: "progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000)";
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, .4);
}

.introjs-arrow {
  border: 5px solid transparent;
  content: '';
  position: absolute;
}

.introjs-arrow.top {
  top: -10px;
  border-bottom-color: white;
}

.introjs-arrow.top-right {
  top: -10px;
  right: 10px;
  border-bottom-color: white;
}

.introjs-arrow.top-middle {
  top: -10px;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: white;
}

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-left-color: white;
}

.introjs-arrow.right-bottom {
  bottom: 10px;
  right: -10px;
  border-left-color: white;
}

.introjs-arrow.bottom {
  bottom: -10px;
  border-top-color: white;
}

.introjs-arrow.bottom-right {
  bottom: -10px;
  right: 10px;
  border-top-color: white;
}

.introjs-arrow.bottom-middle {
  bottom: -10px;
  left: 50%;
  margin-left: -5px;
  border-top-color: white;
}

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-right-color: white;
}

.introjs-arrow.left-bottom {
  left: -10px;
  bottom: 10px;
  border-right-color: white;
}

.introjs-tooltip {
  box-sizing: content-box;
  position: absolute;
  visibility: visible;
  padding: 10px;
  background-color: white;
  min-width: 200px;
  max-width: 300px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, .4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.introjs-tooltipbuttons {
  text-align: right;
  white-space: nowrap;
}

/*
   Buttons style by http://nicolasgallagher.com/lab/css3-github-buttons/
   Changed by Afshin Mehrabani
  */
.introjs-button {
  box-sizing: content-box;
  position: relative;
  overflow: visible;
  display: inline-block;
  padding: 0.3em 0.8em;
  border: 1px solid #d4d4d4;
  margin: 0;
  text-decoration: none;
  text-shadow: 1px 1px 0 #fff;
  font: 11px/normal sans-serif;
  color: #333;
  white-space: nowrap;
  cursor: pointer;
  outline: none;
  background-color: #ececec;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f4f4f4), to(#ececec));
  background-image: -moz-linear-gradient(#f4f4f4, #ececec);
  background-image: -o-linear-gradient(#f4f4f4, #ececec);
  background-image: linear-gradient(#f4f4f4, #ececec);
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  /*background-clip: padding-box;*/
  /* commented out due to Opera 11.10 bug */
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
  /* IE hacks */
  zoom: 1;
  *display: inline;
  margin-top: 10px;
}

.introjs-button:hover {
  border-color: #bcbcbc;
  text-decoration: none;
  box-shadow: 0px 1px 1px #e3e3e3;
}

.introjs-button:focus,
.introjs-button:active {
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ececec), to(#f4f4f4));
  background-image: -moz-linear-gradient(#ececec, #f4f4f4);
  background-image: -o-linear-gradient(#ececec, #f4f4f4);
  background-image: linear-gradient(#ececec, #f4f4f4);
}

/* overrides extra padding on button elements in Firefox */
.introjs-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.introjs-skipbutton {
  box-sizing: content-box;
  margin-right: 5px;
  color: #7a7a7a;
}

.introjs-prevbutton {
  -webkit-border-radius: 0.2em 0 0 0.2em;
  -moz-border-radius: 0.2em 0 0 0.2em;
  border-radius: 0.2em 0 0 0.2em;
  border-right: none;
}

.introjs-prevbutton.introjs-fullbutton {
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-nextbutton {
  -webkit-border-radius: 0 0.2em 0.2em 0;
  -moz-border-radius: 0 0.2em 0.2em 0;
  border-radius: 0 0.2em 0.2em 0;
}

.introjs-nextbutton.introjs-fullbutton {
  -webkit-border-radius: 0.2em;
  -moz-border-radius: 0.2em;
  border-radius: 0.2em;
}

.introjs-disabled,
.introjs-disabled:hover,
.introjs-disabled:focus {
  color: #9a9a9a;
  border-color: #d4d4d4;
  box-shadow: none;
  cursor: default;
  background-color: #f4f4f4;
  background-image: none;
  text-decoration: none;
}

.introjs-hidden {
  display: none;
}

.introjs-bullets {
  text-align: center;
}

.introjs-bullets ul {
  box-sizing: content-box;
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}

.introjs-bullets ul li {
  box-sizing: content-box;
  list-style: none;
  float: left;
  margin: 0 2px;
}

.introjs-bullets ul li a {
  box-sizing: content-box;
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
  cursor: pointer;
}

.introjs-bullets ul li a:hover {
  background: #999;
}

.introjs-bullets ul li a.active {
  background: #999;
}

.introjs-progress {
  box-sizing: content-box;
  overflow: hidden;
  height: 10px;
  margin: 10px 0 5px 0;
  border-radius: 4px;
  background-color: #ecf0f1
}

.introjs-progressbar {
  box-sizing: content-box;
  float: left;
  width: 0%;
  height: 100%;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  background-color: #08c;
}

.introjsFloatingElement {
  position: absolute;
  height: 0;
  width: 0;
  left: 50%;
  top: 50%;
}

.introjs-fixedTooltip {
  position: fixed;
}

.introjs-hint {
  box-sizing: content-box;
  position: absolute;
  background: transparent;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

.introjs-hint:focus {
  border: 0;
  outline: 0;
}

.introjs-hidehint {
  display: none;
}

.introjs-fixedhint {
  position: fixed;
}

.introjs-hint:hover>.introjs-hint-pulse {
  border: 5px solid rgba(60, 60, 60, 0.57);
}

.introjs-hint-pulse {
  box-sizing: content-box;
  width: 10px;
  height: 10px;
  border: 5px solid rgba(60, 60, 60, 0.27);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background-color: rgba(136, 136, 136, 0.24);
  z-index: 10;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.introjs-hint-no-anim .introjs-hint-dot {
  -webkit-animation: none;
  -moz-animation: none;
  animation: none;
}

.introjs-hint-dot {
  box-sizing: content-box;
  border: 10px solid rgba(146, 146, 146, 0.36);
  background: transparent;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  border-radius: 60px;
  height: 50px;
  width: 50px;
  -webkit-animation: introjspulse 3s ease-out;
  -moz-animation: introjspulse 3s ease-out;
  animation: introjspulse 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes introjspulse {
  0% {
    -webkit-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -webkit-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -webkit-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -webkit-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }
}

@-moz-keyframes introjspulse {
  0% {
    -moz-transform: scale(0);
    opacity: 0.0;
  }

  25% {
    -moz-transform: scale(0);
    opacity: 0.1;
  }

  50% {
    -moz-transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    -moz-transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    -moz-transform: scale(1);
    opacity: 0.0;
  }
}

@keyframes introjspulse {
  0% {
    transform: scale(0);
    opacity: 0.0;
  }

  25% {
    transform: scale(0);
    opacity: 0.1;
  }

  50% {
    transform: scale(0.1);
    opacity: 0.3;
  }

  75% {
    transform: scale(0.5);
    opacity: 0.5;
  }

  100% {
    transform: scale(1);
    opacity: 0.0;
  }
}
.thing-form {
  margin: 20px 0;
}

#banner {
  border-bottom: none;
  margin-top: -20px;
}

#banner h2 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}

.hero-unit {
  position: relative;
  padding: 30px 15px;
  color: #F5F5F5;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: #D8D2CF;
}

.navbar-text {
  margin-left: 15px;
}

.signup-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.titulo{
  color: #83746C;
}
.registro-label-input {
  display: block;
    font-weight: 700;
    font-size: 11px;
    color: #83746C;
    margin-bottom: 8px;
}
.registro-boton{
  display: inline-block;
  background-color: #EB6608;
  margin: 20px auto;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  padding: 0 60px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: none;
  border-style: none;
  color: white;
}
.placeholder-mod::placeholder{
color: #83746C;
font-size: 13px;
}
.thing-form {
  margin: 20px 0;
}

#banner {
  border-bottom: none;
  margin-top: -20px;
}

#banner h2 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}

.hero-unit {
  position: relative;
  padding: 30px 15px;
  color: #F5F5F5;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: #D8D2CF;
}

.navbar-text {
  margin-left: 15px;
}

.signup-form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.titulo{
  color: #83746C;
}
.registro-label-input {
  display: block;
    font-weight: 700;
    font-size: 11px;
    color: #83746C;
    margin-bottom: 8px;
}
.registro-boton{
  display: inline-block;
  background-color: #EB6608;
  margin: 20px auto;
  border-radius: 100px;
  height: 50px;
  line-height: 50px;
  padding: 0 60px;
  font-size: 12px;
  font-weight: 700;
  box-shadow: none;
  border-style: none;
  color: white;
}
.placeholder-mod::placeholder{
color: #83746C;
font-size: 13px;
}
.trash { color:rgb(209, 91, 71); }

.user-list li {
	display: flex;
	border: none;
	border-bottom: 1px lightgray solid;
	margin-bottom: 0;
}
.user-list li:last-child {
	border-bottom: none;
}
.user-list li .user-info {
	flex-grow: 1;
}
.user-list li .trash {
	display: flex;
	align-items: center;
	text-decoration: none;
}



.st-sort-ascent:before{
    content: '\25B2';
  }

  .st-sort-descent:before{
    content: '\25BC';
  }
  
.app-modal-window .modal-dialog {
  width: 500px;
}

body {
  margin: 20px;
}

.formly-field {
  margin-bottom: 5px;  
}

.modal-dialog label {   
    float: left;
    width: 200px; /* change this to whatever you want */
    /* these make it look nicer */
    text-align: right;
    padding-right: 10px;
}

input.number {
    text-align: right;
    padding-right: 15px;
}

.modal-dialog input[type="number"]  {
    text-align: right;
    padding-right: 15px;
}

/*input[type="text"] {
    width: 150px;
    display: block;
    margin-bottom: 10px;
    background-color: yellow;
}*/


.green {
    background-color: #2dff07 !important;
}

.red {
    background-color: red !important;
}

.modal-content {
   min-width: 800px !important;
    /*max-width: 100% !important;*/
}

.modal-dialog {
    min-width: 800px !important;
    /*max-width: 100% !important;*/
}

.modal-backdrop {
    background-color: rgba(0,0,0,0.75) !important
}

@media screen and (max-width: 700px) {
    .modal-content {
        min-width: 90% !important;
    }
    
    .modal-dialog {
        min-width: 90% !important;
    }
}
.subtitulo{
    margin: 3px;
}
#map {
    width: 100%;
    height: 300px;
    margin-top: 10px;
}

.rojo {
    color: red !important;
}

.naranja {
    color: orange !important;
}

.oculto {
    display: none;
}
.tabla-turnos-cabecera-horaInicio{
    padding-left: 50px;
    
}
.tabla-turnos-cabecera-horaFin{
    padding-left: 50px;
}
.tabla-turnos-cabecera-lunes{
    padding-left: 20px;
}
.tabla-turnos-cabecera-martes{
    padding-left: 20px;
}
.tabla-turnos-cabecera-miercoles{
    padding-left: 20px;
}
.tabla-turnos-cabecera-jueves{
    padding-left: 20px;
}
.tabla-turnos-cabecera-viernes{
    padding-left: 20px;
}
.tabla-turnos-cabecera-sabado{
    padding-left: 20px;
}
.tabla-turnos-cabecera-domingo{
    padding-left: 20px;
}
.tabla-turnos-cabecera-editar {
    padding-left: 20px;
}
.tabla-turnos-cuerpo-horaInicio{
    padding-left: 50px;
    padding-top: 3px;
}
.tabla-turnos-cuerpo-horaFin{
    padding-left: 50px;
    padding-top: 3px;
}
.tabla-turnos-cuerpo-lunes{
    padding-left: 20px;
    padding-top: 3px;
}
.tabla-turnos-cuerpo-martes{
    padding-left: 20px;
    padding-top: 3px;
}
.tabla-turnos-cuerpo-miercoles{
    padding-left: 20px;
    padding-top: 3px;
}
.tabla-turnos-cuerpo-jueves{
    padding-left: 20px;
    padding-top: 3px;
}
.tabla-turnos-cuerpo-viernes{
    padding-left: 20px;
    padding-top: 3px;
}
.tabla-turnos-cuerpo-sabado{
    padding-left: 20px;
    padding-top: 3px;
}
.tabla-turnos-cuerpo-domingo{
    padding-left: 20px;
    padding-top: 3px;
}
.tabla-turnos-cuerpo-editar{
    padding-left: 20px;
    padding-top: 3px;
}
.linea{
    background-color: black;
    max-height: 2px;
}

.help-navbar {
    text-align: center;
    vertical-align: middle;
    background-color: #ECECEC;
    border-bottom-style: solid;
    border-bottom-color: silver;
    border-bottom-width: 1px;
}

.help-main {
    width: 1100px;
    max-width: 90%;
    margin: auto;
}

.help-link:link {
    text-decoration: none;
}

.help-cliente {
    margin: 5px 0px 5px 0px;
    background-color: #fbd6b7 !important;
    padding: 10px;
    border-radius: 10px;
}

.help-web {
    margin: 5px 0px 5px 0px;
    background-color: #d2d5ec !important;
    padding: 10px;
    border-radius: 10px;
}

.help-img {
    max-width: 100%;
}


.help-menu { counter-reset: item }
.help-menu li{ display: block }
.help-menu li:before { content: counters(item, ".") " "; counter-increment: item }

.btt-btn {
    cursor: pointer;
    position: fixed;
    bottom: .5em;
    right: .5em;
    padding: .5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    outline-style: none;
    /*display: none;*/
 }
 
 .btt-btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
 }
 
 .btt-btn:active {
    background-color: rgba(0, 0, 0, 0.8);
 }
 
 #backTT {
    z-index: -9999999;
    position: absolute;
    top: 0;
 }
.thing-form {
    margin: 10px 0;
}

#banner {
    border-bottom: none;
    margin-top: -10px;
}

#banner h3 {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -1px;
}

.hero-unit {
    position: relative;
    padding: 10px 5px;
    color: #F5F5F5;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    background: #4393B9;
}

.navbar-text {
    margin-left: 15px;
}

.tabla-hora-monto {
    border: 1px solid black;
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 10px;
}

.tabla-hora-monto td,
.tabla-hora-monto th {
    border: 1px solid #ddd;
    padding: 1px;
}

.tabla-hora-monto-color10 {
    background-color: hsla(0, 100%, 5%, 1)
}

.tabla-hora-monto-color9 {
    background-color: hsla(0, 100%, 10%, 1)
}

.tabla-hora-monto-color8 {
    background-color: hsla(0, 100%, 20%, 1)
}

.tabla-hora-monto-color7 {
    background-color: hsla(0, 100%, 30%, 1)
}

.tabla-hora-monto-color6 {
    background-color: hsla(0, 100%, 40%, 1)
}

.tabla-hora-monto-color5 {
    background-color: hsla(0, 100%, 50%, 1)
}

.tabla-hora-monto-color4 {
    background-color: hsla(0, 100%, 60%, 1)
}

.tabla-hora-monto-color3 {
    background-color: hsla(0, 100%, 70%, 1)
}

.tabla-hora-monto-color2 {
    background-color: hsla(0, 100%, 80%, 1)
}

.tabla-hora-monto-color1 {
    background-color: hsla(0, 100%, 90%, 1)
}

.tabla-hora-monto-color0 {
    background-color: hsla(0, 100%, 95%, 1)
}

.tabla-hora-monto-negrita {
    font-weight: bold;
    color: red;
}

.whitesmoke {
    background-color: whitesmoke !important;
}

.green-pill {
    background-color: #45a54e;
    color: white;
    border-radius: 10px;
    padding: 4px 8px;
    text-align: right;
    font-size: 11px;
    float: right;
}

.red-pill {
    background-color: #ff3d57;
    color: white;
    border-radius: 10px;
    padding: 4px 8px;
    text-align: right;
    font-size: 11px;
    float: right;
}

.small-icon {
    font-size: 11px !important;
}

.text-muted {
    color: rgba(48,65,86,.54);
}

.mat-card {
    background-color: white;
    margin: .75rem;
    overflow: hidden;
    box-sizing: border-box;
    box-shadow: 0 8px 12px rgba(47,60,74,.04),0 2px 6px rgba(47,60,74,.08)!important;
}
.thing-form {
  margin: 20px 0;
}

#banner {
  border-bottom: none;
  margin-top: -20px;
}

#banner h1 {
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}

.hero-unit {
  position: relative;
  padding: 30px 15px;
  color: #F5F5F5;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  background: #D8D2CF;
}

.navbar-text {
  margin-left: 15px;
}


mark {
    padding: 0px;
}

.hide {
    display: none;
}

.manual-navbar {
    text-align: center;
    vertical-align: middle;
    background-color: #ECECEC;
    border-bottom-style: solid;
    border-bottom-color: silver;
    border-bottom-width: 1px;
}

.manual-main {
    width: 1100px;
    max-width: 90%;
    margin: auto;
}

.manual-link:link {
    text-decoration: none;
}

.manual-cliente {
    margin: 5px 0px 5px 0px;
    background-color: #fbd6b7 !important;
    padding: 10px;
    border-radius: 10px;
}

.manual-web {
    margin: 5px 0px 5px 0px;
    background-color: #d2d5ec !important;
    padding: 10px;
    border-radius: 10px;
}

.manual-img {
    max-width: 100%;
}

.manual-menu {
    counter-reset: item
}

.manual-menu li {
    display: block
}

.manual-menu li:before {
    content: counters(item, ".") " ";
    counter-increment: item
}

.btt-btn {
    cursor: pointer;
    position: fixed;
    bottom: .5em;
    right: .5em;
    padding: .5em;
    text-decoration: none;
    color: white;
    background-color: rgba(0, 0, 0, 0.2);
    font-size: 14px;
    outline-style: none;
    /*display: none;*/
}

.btt-btn:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.btt-btn:active {
    background-color: rgba(0, 0, 0, 0.8);
}

#backTT {
    z-index: -9999999;
    position: absolute;
    top: 0;
}

@media print {
    body {
        -webkit-print-color-adjust: exact !important;
    }
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}

@media print {
    a[href]:after {
        display: none;
    }
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.notifalta{
    color: red;
}

.notifnormal{
    color: orange;
}

.notifbaja{
    color: skyblue;
}
.st-sort-ascent:before{
    content: '\25B2';
  }

  .st-sort-descent:before{
    content: '\25BC';
  }
  
.app-modal-window .modal-dialog {
  width: 500px;
}

body {
  margin: 20px;
}

.formly-field {
  margin-bottom: 5px;  
}

.modal-dialog label {   
    float: left;
    width: 200px; /* change this to whatever you want */
    /* these make it look nicer */
    text-align: right;
    padding-right: 10px;
}

input.number {
    text-align: right;
    padding-right: 15px;
}

.modal-dialog input[type="number"]  {
    text-align: right;
    padding-right: 15px;
}

.tachado {
  text-decoration:line-through;
}

/*input[type="text"] {
    width: 150px;
    display: block;
    margin-bottom: 10px;
    background-color: yellow;
}*/

.st-sort-ascent:before{
    content: '\25B2';
  }

  .st-sort-descent:before{
    content: '\25BC';
  }
  
.app-modal-window .modal-dialog {
  width: 500px;
}

body {
  margin: 20px;
}

.formly-field {
  margin-bottom: 5px;  
}

.modal-dialog label {   
    float: left;
    width: 200px; /* change this to whatever you want */
    /* these make it look nicer */
    text-align: right;
    padding-right: 10px;
}

input.number {
    text-align: right;
    padding-right: 15px;
}

.modal-dialog input[type="number"]  {
    text-align: right;
    padding-right: 15px;
}

/*input[type="text"] {
    width: 150px;
    display: block;
    margin-bottom: 10px;
    background-color: yellow;
}*/


.st-sort-ascent:before{
    content: '\25B2';
  }

  .st-sort-descent:before{
    content: '\25BC';
  }
  
.app-modal-window .modal-dialog {
  width: 600px;
}

body {
  margin: 20px;
}

.modal-header{
  background-color: #D8D2CF;
}
.modal-dialog label {   
    float: left;
    width: 200px; 
    /* these make it look nicer */
    text-align: right;
    padding-right: 10px;
}

input.number {
    text-align: right;
    padding-right: 15px;
}

.modal-dialog input[type="number"]  {
    text-align: right;
    padding-right: 15px;
}

.inventario-chico {
  display: none;
}

@media (max-width: 1000px) {
  .inventario-grande {
  display: none;
}
.inventario-chico {
  display: flex;
}
}

.table-fixed-width {
  width: auto;
}

.texto-rojo {
  color: red;
}

.borde-rojo {
  border-color: red;
  border: 2px 2px 2px 2px;
  border-style: solid;
}

/*input[type="text"] {
    width: 150px;
    display: block;
    margin-bottom: 10px;
    background-color: yellow;
}*/


[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

html {
    --background: radial-gradient(ellipse, rgb(255, 255, 255) 50%, rgb(173, 191, 205) 110%);
    --text-color-normal: black;
    --text-color-normal2: #656565;
    --panel-background: #f0f0f0;
    --panel-border: #e3e3e3;
    --text-color: rgb(34, 34, 34);
    --list-border-color: #656565;
    --title-background: #158CBA !important;
    --title-border: #127ba3;
}

html[data-theme='Oscuro'] {
    --background: radial-gradient(ellipse, rgb(30, 30, 30) 50%, rgb(21, 29, 34) 110%);
    --text-color-normal: white;
    --text-color-normal2: rgb(200, 200, 200);
    --panel-background: rgb(51, 51, 51);
    --panel-border: rgb(20, 20, 20);
    --text-color: rgb(230, 230, 230);
    --list-border-color: rgb(20, 20, 20);
    --title-background: #09516d !important;
    --title-border: #0a4358;
}

.totales-total {
    color: red;
    font-size: 300%;
    font-weight: bold;
}

.buscador-lista {
    height: 40vh;
    overflow-y: scroll;
}

.buscador-lista-cliente {
    height: 75vh;
    overflow-y: scroll;
}

.codigo-buscador {
    width: 100px;
}

.precio-buscador {
    width: 100px;
}

.producto-buscador {
    width: 600px;
}

.codigo-lista {
    width: 100px;
}

.precio-lista {
    width: 100px;
}

.producto-lista {
    width: 400px;
}

.cantidad-lista {
    width: 100px;
}

.descuento-lista {
    width: 100px;
}

.subtotal-lista {
    width: 150px;
}

.codigo-venta {
    width: 100px;
}

.precio-venta {
    width: 100px;
}

.producto-venta {
    width: 400px;
}

.cantidad-venta {
    width: 100px;
}

.descuento-venta {
    width: 100px;
}

.subtotal-venta {
    width: 100px;
}

.totales-posicion {
    text-align: right;
}

.cabecera {
    color: rgb(232, 79, 14);
    margin: 0px;
}

.boton-cantidad {
    width: 50px;
}

.domicilio-cliente-buscar {
    width: 300px;
}

.razonsocial-cliente-buscar {
    width: 400px;
}

.telefono-cliente-buscar {
    width: 100px;
}

.texto-rojo {
    color: red !important;
    font-weight: bold;
}

.boton-menu {
    width: 120px !important;
    height: 60px !important;
}

.bagu {
    color: var(--text-color);
    background-color: rgb(240, 240, 240);
}

.sin-stock {
    background-color: red;
}

.boton-rojo {
    background-color: rgb(242, 93, 99);
    border-color: rgb(173, 173, 173);
    color: black;
}

.boton-rojo:hover {
    background-color: rgb(245, 125, 130);
    border-color: rgb(192, 192, 192);
    color: black;
}

.boton-rojo:active {
    background-color: red !important;
    border-color: rgb(173, 173, 173) !important;
    color: black !important;
    box-shadow: none !important;
}

.boton-rojo:focus {
    color: black;
    box-shadow: none;
}

.boton-marron {
    background-color: rgb(102, 102, 102);
    border-color: rgb(173, 173, 173);
    color: white;
    text-align: center;
    user-select: none;
}

.boton-marron:hover {
    background-color: rgb(133, 133, 133);
    border-color: rgb(192, 192, 192);
    color: white;
}

.boton-marron:active {
    background-color: red !important;
    border-color: rgb(173, 192, 173);
    color: white !important;
    box-shadow: none !important;
}

.boton-marron:focus {
    color: white;
    box-shadow: none;
}

.fondo-cabecera {
    background-color: white;
    border-bottom-color: rgb(160, 160, 160);
    border-bottom-style: solid;
    border-bottom-width: 1px;
}

.fondo-gris {
    background-color: rgb(216, 210, 207);
    /*text-align: center;*/
}

.fondo-gris-cabecera {
    background-color: rgb(87, 87, 87) !important;
}

.fondo-pagar-titulo {
    background-color: rgb(130, 110, 100);
    text-align: center;
    height: 40px;
}

#ventana-principal {
    transition: .2s;
}

#ventana-principal.ng-hide {
    color: transparent;
    background-color: transparent;
    height: 0;
    width: 0;
}

#ventana-pagar {
    transition: .2s;
}

#ventana-pagar.ng-hide {
    color: transparent;
    background-color: transparent;
    height: 0;
    width: 0;
}

#ventana-clientes {
    transition: .2s;
}

#ventana-clientes.ng-hide {
    color: transparent;
    background-color: transparent;
    height: 0;
    width: 0;
}

.ng-hide {
    overflow: hidden;
}

.boton-panel-cliente {
    color: black;
    width: 90px;
    min-width: 90px;
    height: 60px;
    overflow: hidden;
    background-color: orange;
    border: none;
    margin: 2px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding-top: 6px;
}

.boton-panel-cliente:hover {
    filter: brightness(110%);
}

.boton-panel-cliente:active {
    /*background-color: red;*/
    box-shadow: none !important;
}

.boton-panel-cliente:focus {
    box-shadow: none !important;
}

.boton-panel-cliente-favorito {
    color: white;
    width: 90px;
    min-width: 90px;
    height: 60px;
    overflow: hidden;
    background-color: orange;
    border: none;
    margin: 2px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding-top: 6px;
}

.boton-panel-cliente-favorito:hover {
    filter: brightness(110%);
}

.boton-panel-cliente-favorito:active {
    /*background-color: red;*/
    box-shadow: none !important;
}

.boton-panel-cliente-favorito:focus {
    box-shadow: none !important;
}

.boton-panel-producto {
    color: black;
    width: 90px;
    min-width: 90px;
    height: 60px;
    overflow: hidden;
    background-color: rgb(166, 202, 240);
    border: none;
    margin: 2px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding-top: 6px;
}

.boton-panel-producto:hover {
    filter: brightness(110%);
}

.boton-panel-producto:active {
    /*background-color: red;*/
    box-shadow: none !important;
}

.boton-panel-producto:focus {
    box-shadow: none !important;
}

.boton-panel-producto-favorito {
    color: white;
    width: 90px;
    min-width: 90px;
    height: 60px;
    overflow: hidden;
    background-color: rgb(166, 202, 240);
    border: none;
    margin: 2px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding-top: 6px;
}

.boton-panel-producto-favorito:hover {
    filter: brightness(110%);
}

.boton-panel-producto-favorito:active {
    /*background-color: red;*/
    box-shadow: none !important;
}

.boton-panel-producto-favorito:focus {
    box-shadow: none !important;
}

.boton-panel-mesa {
    color: black;
    width: 100px;
    height: 60px;
    overflow: hidden;
    background-color: #88DD77;
    border: none;
    margin: 2px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding-top: 6px;
}

.boton-panel-mesa:hover {
    filter: brightness(110%);
}

.boton-panel-mesa:active {
    background-color: #95FDC1;
    box-shadow: none !important;
}

.boton-panel-mesa:focus {
    box-shadow: none !important;
}

.boton-panel-mesa-ocupada {
    color: black;
    width: 100px;
    height: 60px;
    overflow: hidden;
    background-color: #EE5555;
    border: none;
    margin: 2px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding-top: 6px;
}

.boton-panel-mesa-ocupada:hover {
    filter: brightness(110%);
}

.boton-panel-mesa-ocupada:active {
    background-color: red;
    box-shadow: none !important;
}

.boton-panel-mesa-ocupada:focus {
    box-shadow: none !important;
}

.boton-panel-mesa-porcobrar {
    color: black;
    width: 100px;
    height: 60px;
    overflow: hidden;
    background-color: #FDDA4B;
    border: none;
    margin: 2px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding-top: 6px;
}

.boton-panel-mesa-porcobrar:hover {
    filter: brightness(110%);
}

.boton-panel-mesa-porcobrar:active {
    background-color: #E8BA02;
    box-shadow: none !important;
}

.boton-panel-mesa-porcobrar:focus {
    box-shadow: none !important;
}

.boton-panel-familia {
    color: black;
    width: 90px;
    min-width: 90px;
    height: 60px;
    overflow: hidden;
    background-color: rgb(207, 202, 225);
    border: none;
    margin: 2px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding-top: 6px;
}

.boton-panel-familia:hover {
    filter: brightness(110%);
}

.boton-panel-familia:active {
    /*background-color: red;*/
    box-shadow: none !important;
}

.boton-panel-familia:focus {
    box-shadow: none !important;
}

.boton-panel-familia-favorito {
    color: white;
    width: 90px;
    min-width: 90px;
    height: 60px;
    overflow: hidden;
    background-color: rgb(207, 202, 225);
    border: none;
    margin: 2px;
    padding: 0px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
    padding-top: 6px;
}

.boton-panel-familia-favorito:hover {
    filter: brightness(110%);
}

.boton-panel-familia-favorito:active {
    /*background-color: red;*/
    box-shadow: none !important;
}

.boton-panel-familia-favorito:focus {
    box-shadow: none !important;
}

.botones-panel-lista {
    height: 60vh;
    overflow-y: scroll;
}

.botones-panel-borde {
    border-style: solid;
    border-color: gray;
    border-width: thin;
}

.boton-filtro {
    color: white !important;
    width: 30px;
    height: 30px;
    overflow: hidden;
    background-color: rgb(154, 145, 140);
    border: none;
    margin: 2px;
    padding: 1px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    user-select: none;
}

.boton-filtro:hover {
    filter: brightness(110%);
}

.boton-filtro:active {
    /*background-color: red;*/
    box-shadow: none !important;
}

.boton-filtro:focus {
    box-shadow: none !important;
}

.boton-panel-edicion {
    color: black;
    width: 100px;
    height: 40px;
    color: white !important;
    background-color: gray;
    border: 10px;
    margin: 2px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    vertical-align: middle;
    user-select: none;
}

.boton-panel-edicion:hover {
    filter: brightness(110%);
}

.boton-panel-edicion:active {
    box-shadow: none !important;
}

.boton-filtro-activo {
    background-color: red;
}

.panel-editar-producto {
    color: white;
    background-color: rgb(47, 137, 233);
    width: 100px;
    height: 30px;
    border-radius: 3px;
    box-shadow: none;
    border: none;
    margin: 1px;
}

.panel-editar-producto:hover {
    filter: brightness(110%);
    border: none !important;
    box-shadow: none;
}

.panel-editar-cliente {
    color: white;
    background-color: orange;
    width: 100px;
    height: 30px;
    border-radius: 3px;
    box-shadow: none;
    border: none;
    margin: 1px;
}

.panel-editar-cliente:hover {
    filter: brightness(110%);
    border: none !important;
    box-shadow: none;
}

.panel-editar-familia {
    color: white;
    background-color: rgb(132, 109, 216);
    width: 100px;
    height: 30px;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin: 1px;
}

.panel-editar-familia:hover {
    filter: brightness(110%);
    border: none !important;
    box-shadow: none;
}

.scroll-menu {
    overflow: auto;
    white-space: nowrap;
}

.lista-pedidos {
    height: 30vh;
    overflow-y: scroll;
}

.lista-pedidos-items {
    height: 40vh;
    overflow-y: scroll;
}

.pedidos-tabla-header-fecha {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-header-vendedor {
    min-width: 200px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-header-cliente {
    min-width: 150px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-header-total-neto {
    min-width: 120px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-header-total-descuentos {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-header-total-impuestos {
    min-width: 120px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-header-total-bruto {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-header-condicion-venta {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-header-condicion-pago {
    min-width: 80px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-header-facturar {
    min-width: 80px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-lista-fecha {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-lista-vendedor {
    min-width: 200px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-lista-cliente {
    min-width: 150px;
    margin: 1px;
    text-align: left;
}

.pedidos-tabla-lista-total-neto {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-lista-total-descuento {
    min-width: 140px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-lista-total-impuestos {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-lista-total-bruto {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-lista-condicion-venta {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-lista-condicion-pago {
    min-width: 80px;
    margin: 1px;
    text-align: center;
}

.pedidos-tabla-lista-facturar {
    min-width: 80px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-header-nombre {
    min-width: 250px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-header-cantidad {
    min-width: 200px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-header-precio-unidad {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-header-precio-neto {
    min-width: 200px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-header-descuento {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-header-impuestos {
    min-width: 200px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-header-total {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-lista-nombre {
    min-width: 300px;
    margin: 1px;
    text-align: left;
}

.pedido-tabla-items-lista-cantidad {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-lista-precio-unidad {
    min-width: 200px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-lista-precio-neto {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-lista-descuento {
    min-width: 200px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-lista-impuestos {
    min-width: 100px;
    margin: 1px;
    text-align: center;
}

.pedido-tabla-items-lista-total {
    min-width: 200px;
    margin: 1px;
    text-align: center;
}

.boton-panel-favoritos {
    color: gold;
    width: 100px;
    height: 60px;
    overflow: hidden;
    background-color: wheat;
    border: none;
    margin: 2px;
    padding: 0px;
}

.boton-panel-favoritos:hover {
    filter: brightness(110%);
}

.boton-panel-favoritos:active {
    /*background-color: red;*/
    box-shadow: none !important;
}

.boton-panel-favoritos:focus {
    box-shadow: none !important;
}

.solo-moviles {
    display: none;
}

.no-moviles {
    display: block;
}

/* para pantallas mas pequeñas */

@media only screen and (max-width: 550px) {
    .margen-derecho {
        margin-right: 15px;
    }
    .reduccion {
        height: 30px;
        padding: 2px;
    }
    .reduccion-lista {
        height: 60px;
        padding: 1px;
        overflow: hidden;
    }
    .solo-moviles {
        display: block;
    }
    .no-moviles {
        display: none;
    }
    .botones-panel-lista {
        height: 40vh;
    }
    .texto-reducido {
        font-size: x-small;
    }
    .texto-mediano {
        font-size: x-large;
    }
    .boton-eliminar {
        display: none;
    }
    .codigo-lista {
        width: 40px;
        display: none;
    }
    .precio-lista {
        width: 40px;
        display: none;
    }
    .producto-lista {
        width: 250px;
        padding-left: 20px;
        text-align: left;
        font-size: x-small;
    }
    .cantidad-lista {
        width: 60px;
        padding-left: 10px;
        font-size: x-small;
    }
    .descuento-lista {
        width: 40px;
        display: none;
    }
    .subtotal-lista {
        width: 40px;
        padding-left: 10px;
        font-size: x-small;
    }
    .codigo-venta {
        width: 40px;
        display: none;
    }
    .precio-venta {
        width: 40px;
        display: none;
    }
    .producto-venta {
        width: 200px;
    }
    .cantidad-venta {
        width: 40px;
    }
    .centrar-texto {
        text-align: center;
        padding-top: 16px;
    }
    .descuento-venta {
        width: 40px;
        display: none;
    }
    .subtotal-venta {
        width: 40px;
    }
    .boton-cantidad {
        display: none;
    }
    .boton-menu {
        width: 70px !important;
        height: 30px !important;
        font-size: x-small !important;
        padding: 2px;
    }
    .boton-panel-cliente {
        width: 75px;
        min-width: 75px;
        height: 45px;
        font-size: x-small;
    }
    .boton-panel-familia {
        width: 75px;
        min-width: 75px;
        height: 45px;
        font-size: x-small;
    }
    .boton-panel-producto {
        width: 75px;
        min-width: 75px;
        height: 45px;
        font-size: x-small;
    }
    .boton-panel-cliente-favorito {
        width: 75px;
        min-width: 75px;
        height: 45px;
        font-size: x-small;
    }
    .boton-panel-familia-favorito {
        width: 75px;
        min-width: 75px;
        height: 45px;
        font-size: x-small;
    }
    .boton-panel-producto-favorito {
        width: 75px;
        min-width: 75px;
        height: 45px;
        font-size: x-small;
    }
    .domicilio-cliente-buscar {
        display: none;
    }
    .telefono-cliente-buscar {
        display: none;
    }
    #menu-vendedor {
        display: none;
    }
    .boton-filtro {
        width: 25px;
        height: 25px;
    }
    /* */
}

/* Panel Mesas */

.container-mesas {
    width: 100%;
    height: 50vh;
    overflow-x: scroll;
    overflow-y: scroll;
}

.panel-mesas {
    table-layout: fixed;
    width: 2000px;
    height: 1200px;
}

.panel-mesas>tr {
    height: 5vh;
}

.boton-panel-mesa-vacia {
    text-align: center;
    color: transparent;
}

.boton-panel-mesa-nueva {
    text-align: center;
    border: 1px solid gray;
    margin: 5px;
}

.boton-panel-mesa-nueva:hover {
    background-color: lightgray;
}

.boton-panel-mesa-redondo {
    border-radius: 100px;
}

.navbar-abajo {
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.pure-material-button-contained {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: none;
    border-radius: 4px;
    padding: 0 16px;
    min-width: 64px;
    height: 36px;
    vertical-align: middle;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    background-color: rgb(var(--pure-material-primary-rgb, 236, 117, 76));
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    font-family: var(--pure-material-font, "Roboto", "Segoe UI", BlinkMacSystemFont, system-ui, -apple-system);
    font-size: 14px;
    font-weight: 500;
    line-height: 36px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    transition: box-shadow 0.2s;
}

.semi-transparent {
    background-color: rgba(var(--pure-material-primary-rgb, 236, 117, 76, 0.5));
}

.pure-material-button-contained::-moz-focus-inner {
    border: none;
}

/* Overlay */
.pure-material-button-contained::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transition: opacity 0.2s;
}

/* Ripple */
.pure-material-button-contained::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    padding: 50%;
    width: 32px; /* Safari */
    height: 32px; /* Safari */
    background-color: rgb(var(--pure-material-onprimary-rgb, 255, 255, 255));
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
    transition: opacity 1s, transform 0.5s;
}

/* Hover, Focus */
.pure-material-button-contained:hover,
.pure-material-button-contained:focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:hover::before {
    opacity: 0.08;
}

.pure-material-button-contained:focus::before {
    opacity: 0.24;
}

.pure-material-button-contained:hover:focus::before {
    opacity: 0.3;
}

/* Active */
.pure-material-button-contained:active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.pure-material-button-contained:active::after {
    opacity: 0.32;
    transform: translate(-50%, -50%) scale(0);
    transition: transform 0s;
}

/* Disabled */
.pure-material-button-contained:disabled {
    color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.38);
    background-color: rgba(var(--pure-material-onsurface-rgb, 0, 0, 0), 0.12);
    box-shadow: none;
    cursor: initial;
}

.pure-material-button-contained:disabled::before {
    opacity: 0;
}

.pure-material-button-contained:disabled::after {
    opacity: 0;
}

.mesero-login {
    height: 100vh;
    background: rgb(64,55,51);
    background: linear-gradient(0deg, rgba(64,55,51,1) 0%, rgba(90,83,80,1) 35%, rgba(116,110,108,1) 100%);
}

.mesero-login button {
    margin: 4px;
}

.mesero-login > div {
    width: fit-content;
    margin: auto;
}

.mesero-login img {
    width: 212px;
    margin: 4px;
}

#conectar {
    width: 212px;
}

#password {
    margin: 4px;
    margin-top: 0px;
    width: 212px;
    min-height: 50px;
    background-color: transparent;
    color: white;
    font-size: 30px;
    text-align: center;
    border: 0px solid transparent;
    border-bottom: 2px solid #03DAC5;
}

#borrar {
    width: 138px;
}

footer.footer {
  text-align: center;
  padding: 30px 0;
  margin-top: 70px;
  border-top: 1px solid #E5E5E5;
}

.modal-primary .modal-header,
.modal-info .modal-header,
.modal-success .modal-header,
.modal-warning .modal-header,
.modal-danger .modal-header {
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.modal-primary .modal-header {
  background: #428bca;
}
.modal-info .modal-header {
  background: #5bc0de;
}
.modal-success .modal-header {
  background: #5cb85c;
}
.modal-warning .modal-header {
  background: #f0ad4e;
}
.modal-danger .modal-header {
  background: #d9534f;
}
