/* Borrar para que funcione select de materialize */

ul.select-dropdown,
ul.dropdown-content {
  width: auto !important;

  li > span {
    white-space: nowrap;
  }
}
/* Hasta aquí */

#sidebar {
  z-index: 5;
}

.moneda {
  white-space: pre;
  font-family: "Lucida Console", Monaco, monospace;
}

.autocomplete-suggestions {
  border: 1px solid #999;
  /*border-radius: 4px;*/
  background: #fff;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
}

.autocomplete-suggestion {
  padding: 2px 5px;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
}

.autocomplete-suggestions strong {
  color: #3399ff;
}

.abajo-izq-fijo {
  background-color: white;
  position: fixed;
  border-style: solid;
  /* border-width: 1px; */
  width: 125px;
  left: 0px;
  bottom: 30px;
  padding: 6px;
  margin-bottom: 10;
  z-index: 998;
}

.num_notif {
  position: absolute;
  font-size: 10px;
  right: 3px;
  top: -10px;
  color: #fff;
  text-align: center;
  width: 12px;
  z-index: 2;
}

.icon_notif {
  position: absolute;
  right: 80px;
  top: 6px;
}

.circle_notif {
  position: absolute;
  background-color: rgba(255, 0, 0, 0.8);
  right: 5px;
  top: 22px;
  height: 18px;
  width: 18px;
  z-index: 1;
  border-radius: 20px;
}

.status-pedido-visible1 {
  display: none;
}

.bold > span {
  font-weight: bold;
}

.bold > a {
  font-weight: bold;
}

main,
header,
footer {
  padding-left: 310px;
  padding-right: 10px;
}

.side-nav {
  overflow: hidden;
  width: 300px;
  padding-top: 80px;
  z-index: 0;
}

.side-nav:hover {
  overflow: auto;
}

@media only screen and (max-width: 992px) {
  .side-nav {
    overflow: hidden;
    width: 300px;
    padding-top: 0px;
    z-index: 999;
  }

  header,
  main,
  footer {
    padding-left: 0;
    padding-right: 0;
  }

  select {
    display: inline;
    margin-bottom: 20px;
  }

  ul.select-dropdown,
  ul.dropdown-content,
  .select-dropdown,
  span.caret {
    display: none !important;
  }
}

nav {
  background-color: #ffffff;
}

th {
  color: white;
}

h1 {
  font-size: 2.1rem;
  line-height: 110%;
  margin: 2.1rem 0 1.68rem 0;
}

h2 {
  font-size: 1.78rem;
  line-height: 110%;
  margin: 1.78rem 0 1.424rem 0;
}

h3 {
  font-size: 1.46rem;
  line-height: 110%;
  margin: 1.46rem 0 1.168rem 0;
}

h4 {
  font-size: 1.14rem;
  line-height: 110%;
  margin: 1.14rem 0 0.912rem 0;
}

h5 {
  font-size: 0.82rem;
  line-height: 110%;
  margin: 0.82rem 0 0.656rem 0;
}

h6 {
  font-size: 0.5rem;
  line-height: 110%;
  margin: 0.5rem 0 0.4rem 0;
}

li {
  white-space: nowrap;
}

#overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  z-index: 1500;
}

.fixed-center-form {
  position: fixed;
  display: none;
  width: 200px;
  left: 50%;
  top: 50%;
  z-index: 2000;
  padding: 20px;
  background-color: white;
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}

.fixed-top-right {
  position: fixed;
  right: 10px;
  top: 25px;
  z-index: 999;
}

.fixed-bottom-right {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
}

.label,
.button,
.button:visited,
.button:link {
  font-size: 14px;
  background-color: #0c7db2;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  /*padding-bottom: 10px;*/
  border-radius: 0px;
  text-decoration: none;
  display: inline-block;
  /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);*/
}

/*css basado en el ancho de pantalla*/
/*@media only screen and (min-width: 601px) {
.fixed-bottom-right {
  position: fixed;
  right: 100px;
  bottom: 0px;
  z-index: 999;
}
}
@media only screen and (max-width: 600px) {
.fixed-bottom-right {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 999;
}
}*/