.disabled-area {
  color: #666;
  font-size: 17px;
  font-family: "Roboto bold";
}

.text-pink {
  color: #E05F9D;
}

.success-area {
  color: rgb(120, 160, 40);
  font-size: 17px;
  font-family: "Roboto bold";
}

.corte {
  position: fixed;
  background: rgba(0, 0, 0, 0.65);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  display: none;
}
.corte.show {
  display: block;
}
.corte .box-corte {
  position: absolute;
  top: 50%;
  left: 50%;
  overflow: hidden;
  padding: 50px 10px 30px 10px;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 5px;
}
.corte .box-corte h4 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  padding: 15px 20px;
  background: #e05f9d;
  color: #fff;
}
.corte .box-corte h4 span.close {
  top: 2px;
  right: 5px;
  position: absolute;
  font-size: 16px;
  opacity: 0.6;
  color: #444;
  cursor: pointer;
  padding: 10px;
}
.corte .btn-green.btn-small {
  margin-bottom: 20px;
}

input:focus, select:focus {
  outline: none;
  border: 1px solid rgba(224, 95, 157, 0.5411764706) !important;
  box-shadow: 0px 0px 6px #e05f9d;
}

body {
  margin: 0;
  background-color: #fff;
  font-size: 14px;
  font-family: "Roboto Regular";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body h1, body h2, body h3, body h4, body h5 {
  margin: 0px;
}
body .ticket p {
  font-size: 12px;
  margin: 0px;
  line-height: 24px;
}
body .lineMenu {
  height: 0;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
body .bold {
  font-family: "Roboto Medium";
}
body .pink-color {
  color: #E82583;
}
body .text-left {
  padding-left: 15px !important;
  text-align: left !important;
}
body .error {
  box-shadow: 0px 0px 4px #f55;
}
body .btn-locked {
  color: #a5a5a5;
  cursor: no-drop;
  background: #e6e6e6;
  border: 1px solid #ccc;
}
body .btn-locked:hover {
  border: 1px solid #ccc;
  background: #e6e6e6;
}
body .pagar {
  padding: 12px 40px;
}
body .bar-search {
  position: relative;
  padding-right: 50px;
}
body .bar-search .closeSearch {
  color: #fff;
  right: 0;
  cursor: pointer;
  padding: 5px 14px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 19px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  font-weight: 700;
  transition: 0.2s linear;
}
body .bar-search .closeSearch:hover {
  background-color: rgba(0, 0, 0, 0.35);
}
body .bar-search .theInput input {
  display: block;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #aaa;
  padding: 0px 15px 0px 30px;
  width: 100%;
}
body .bar-search .theInput .icon-lupa {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 15;
}
body .bar-search .theInput .icon-lupa:before {
  color: #bbb;
}
body table tbody tr.si {
  background: #e05f9d;
  color: #fff;
}
body aside {
  color: #fff;
  background-color: #E05F9D;
  padding-top: 25px !important;
  height: 100vh;
  position: relative;
}
body aside img.shantal-logo {
  width: 140px;
  margin: 0px auto 30px auto;
  display: block;
}
body aside ul.menu {
  padding: 0px;
  margin: 20px 0px 0px 0px;
  text-align: center;
}
body aside ul.menu li {
  list-style: none;
  display: block;
  line-height: 30px;
  padding: 6px 0px;
  cursor: pointer;
}
body aside ul.menu li i {
  font-size: 20px;
  margin: 10px;
}
body aside ul.menu li i:before {
  color: #FAAAD1;
}
body aside ul.menu li span {
  font-size: 16px;
  font-family: "Roboto Regular";
  display: inline-block;
}
body aside ul.menu li a {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  font-family: "Roboto Regular";
  padding: 8px 25px 8px 15px;
  transition: 0.2s ease-in-out;
  border-radius: 26px;
  display: inline-block;
}
body aside ul.menu li a.actived span {
  color: #E05F9D;
  font-family: "Roboto bold";
}
body aside ul.menu li a:hover, body aside ul.menu li a.actived {
  color: #E05F9D !important;
  font-family: "Roboto bold";
  background: #fff;
}
body .operaciones a, body .operaciones span {
  color: #E05F9D;
  cursor: pointer;
  margin: 0px 7px;
  padding: 5px;
  border-radius: 4px;
  text-decoration: none;
}
body .operaciones a:hover, body .operaciones span:hover {
  background-color: #E05F9D;
}
body .operaciones a:hover:before, body .operaciones span:hover:before {
  color: #fff;
}
body .operaciones span.restaurar {
  font-size: 20px;
  cursor: pointer;
}
body .operaciones span.restaurar:hover {
  color: #fff;
}
body .ticket {
  font-size: 10px;
}
body .ticket td,
body .ticket th,
body .ticket tr,
body .ticket table {
  font-size: 10px;
  border-top: 1px solid black;
  border-collapse: collapse;
}
body .ticket td.producto,
body .ticket th.producto {
  width: 75px;
  max-width: 75px;
}
body .ticket td.cantidad,
body .ticket th.cantidad {
  width: 40px;
  max-width: 40px;
  word-break: break-all;
}
body .ticket td.precio,
body .ticket th.precio {
  width: 40px;
  max-width: 40px;
  word-break: break-all;
}
body .ticket .centrado {
  text-align: center;
  align-content: center;
}
body .ticket .ticket {
  width: 155px;
  max-width: 155px;
}
body .ticket img {
  max-width: inherit;
  width: inherit;
}
body .ticket2 {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 20px !important;
  overflow: auto !important;
}
body .ticket2 table tr th,
body .ticket2 table tr td {
  padding: 7px 5px !important;
  font-size: 10px !important;
}
body .input {
  width: 100%;
  font-size: 15px;
  border: 1px solid #BFBFBF;
  display: block;
  padding: 2px 10px;
  border-radius: 20px;
  position: relative;
  background-color: #ffffff;
}
body .input-text {
  width: 100%;
  font-size: 15px;
  line-height: 30px;
  border: 1px solid #BFBFBF;
  display: block;
  padding: 4px 15px;
  border-radius: 20px;
  position: relative;
  background-color: #ebebeb;
  color: #494949;
  cursor: no-drop;
}
body label small {
  position: absolute;
  top: 15px;
  right: 20px;
  border-radius: 10px;
  background: rgba(255, 80, 80, 0.89);
  color: #fff;
  padding: 4px 15px;
}
body .error-full-box {
  width: 100%;
  padding: 4px 10px;
  top: 50px;
  right: 0;
}
body .Menu.hideLeft ul li a {
  padding: 8px 15px 8px 15px !important;
}
body .Menu.hideLeft ul li span {
  display: none;
}
body .formaDePago {
  display: block;
  margin: 0px 0px 10px 0px;
}
body .formaDePago select {
  width: 100%;
}
body .formaDePago label {
  color: #e05f9d;
  cursor: pointer;
  display: inline-block !important;
  font-weight: 700;
  width: 48% !important;
}
body .formaDePago label input {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
body .toggleMenu {
  position: absolute;
  bottom: 25px;
  right: -10px;
  font-size: 30px;
  background: #fff;
  border-radius: 100%;
  z-index: 11;
  cursor: pointer;
  transition: 0.4s;
  transform-origin: center center;
}
body .toggleMenu.hideToggle {
  transform: rotate(180deg);
}
body .item-suc {
  box-shadow: 0px 0px 5px #ccc;
  padding: 10px 20px;
  border-radius: 20px;
  text-align: center;
  background-color: #FDF2F7;
}
body .item-suc.square-small {
  padding: 10px 20px;
}
body .item-suc h3,
body .item-suc span {
  color: #E82583;
  line-height: 20px;
  font-family: "Roboto Medium";
}
body .item-suc h3 {
  font-size: 22px !important;
  margin: 8px 0px 0px 0px;
  font-family: "Roboto Medium";
}
body .item-suc.error {
  border: 1px solid #e82525;
}
body .item-suc.error span {
  color: #e82525;
}
body .item-suc.error h3 {
  color: #e82525;
}
body .error-input {
  box-shadow: 0px 0px 5px rgba(255, 0, 0, 0.73);
  border: 1px solid transparent !important;
}
body .devolucion {
  width: 800px;
}
body main {
  height: 100vh;
  position: relative;
}
body main header {
  background-color: #F3F3F3;
  color: #E05F9D;
  display: flex;
  align-items: center;
  padding: 12px 0px;
}
body main header table {
  color: #111;
}
body main header strong {
  font-size: 14px;
}
body main header .input-normal {
  line-height: 28px;
}
body main footer {
  font-size: 14px;
  padding: 10px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}
body main td.cantidad,
body main th.cantidad {
  width: 100px;
}
body main .wrap {
  padding: 20px 30px 30px 30px;
  height: 93.9vh;
  overflow-y: scroll;
  width: 100%;
}
body main .wrap .wrap-module h1 {
  color: #FAAAD1;
  font-size: 20px;
  margin: 0px 0px 15px 0px;
  font-family: "Roboto Bold";
}
body main .wrap .wrap-module .menuProductos {
  color: #FAAAD1;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 15px 0px;
  font-family: "Roboto Bold";
}
body main .wrap .wrap-module .menuProductos a {
  color: #ccc;
  font-size: 20px;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 15px 0px;
  font-family: "Roboto Bold";
}
body main .wrap .wrap-module .menuProductos a.actived {
  color: #FAAAD1;
}
body main .wrap .wrap-module .menuProductos .link-green {
  border-radius: 13px;
  padding: 10px 10px 8px 10px;
  margin-right: 20px;
  box-shadow: 0px 0px 5px #ddd;
  border: 1px solid #95CA2B;
  background-color: #769D28;
  transform: rotate(180deg);
}
body main .wrap .wrap-module .menuProductos .link-green i:before {
  color: #fff;
  font-size: 22px;
}
body main .wrap .wrap-module .wrap-content {
  border: 1px solid #FAAAD1;
  padding: 25px;
  margin-bottom: 40px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  background-color: #FDF2F7;
}
body main .wrap .wrap-module .wrap-content label {
  display: block;
  margin-left: 2px;
  margin-bottom: 5px;
}
body main .wrap .wrap-module .wrap-content .content-search {
  padding-left: 60px;
  background-color: #BFBFBF;
  width: 100%;
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
  text-align: right;
  position: relative;
}
body main .wrap .wrap-module .wrap-content .content-search span {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 20px;
  color: #fff;
  font-size: 20px;
  transform: translateY(-50%);
}
body main .wrap .wrap-module .wrap-content .content-search span:before {
  color: #fff;
}
body main .wrap .wrap-module .wrap-content .content-search .new {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 60px;
}
body main .wrap .wrap-module .wrap-content .content-search .new:hover {
  background-color: #769D28;
}
body main .wrap .wrap-module .wrap-content .content-search input {
  width: 100%;
  border: none;
  padding: 10px 10px;
  background-color: #fff;
}
body main .wrap .wrap-module .wrap-content .content-search input:focus {
  outline: none;
}
body main .wrap .wrap-module .wrap-content .bodyTable {
  height: 300px;
  background-color: #fff;
  overflow: auto;
}
body main .wrap .wrap-module table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  overflow: hidden;
  top: 10px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  border-spacing: 0;
  background-color: #fff;
}
body main .wrap .wrap-module table.table-dash {
  margin-bottom: 0px;
}
body main .wrap .wrap-module table.radius-top {
  top: 0px;
  border-radius: 10px 10px 0px 0px !important;
}
body main .wrap .wrap-module table.radius-bottom {
  border-radius: 0px 0px 10px 10px;
}
body main .wrap .wrap-module table.border-single {
  border-radius: 0px;
}
body main .wrap .wrap-module table thead {
  background-color: #BFBFBF;
}
body main .wrap .wrap-module table th, body main .wrap .wrap-module table td {
  font-size: 12px;
  padding: 10px 5px;
}
body main .wrap .wrap-module table .proveedor {
  text-align: center;
}
body main .wrap .wrap-module table .precio,
body main .wrap .wrap-module table .existencia {
  text-align: center;
  width: 120px;
}
body main .wrap .wrap-module table .name {
  padding-left: 20px;
  text-align: left;
}
body main .wrap .wrap-module table .sucursal {
  padding-left: 20px;
  text-align: left;
}
body main .wrap .wrap-module table .operaciones span {
  color: #E05F9D;
  cursor: pointer;
  margin: 0px 7px;
  padding: 5px;
  border-radius: 4px;
  text-decoration: none;
}
body main .wrap .wrap-module table .operaciones span:hover {
  background-color: #E05F9D;
}
body main .wrap .wrap-module table .operaciones span:hover:before {
  color: #fff;
}
body main .wrap .wrap-module table .operaciones span.restaurar {
  font-size: 20px;
  cursor: pointer;
}
body main .wrap .wrap-module table .operaciones span.restaurar:hover {
  color: #fff;
}
body main .wrap .wrap-module table tbody tr > td {
  text-align: center;
}
body main .wrap .wrap-module table tbody tr td:not(:last-child) {
  border-right: 1px solid #BFBFBF;
}
body main .wrap .wrap-module table tbody {
  overflow: scroll;
  width: 100%;
  position: relative;
}
body main .wrap .wrap-module table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-bootstrap {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  overflow: hidden;
  top: 10px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  border-spacing: 0;
  background-color: #fff;
}
.table-bootstrap.table-dash {
  margin-bottom: 0px;
}
.table-bootstrap.radius-top {
  top: 0px;
  border-radius: 10px 10px 0px 0px !important;
}
.table-bootstrap.radius-bottom {
  border-radius: 0px 0px 10px 10px;
}
.table-bootstrap.border-single {
  border-radius: 0px;
}
.table-bootstrap thead {
  background-color: #BFBFBF;
}
.table-bootstrap th, .table-bootstrap td {
  font-size: 12px;
  padding: 10px 5px;
}
.table-bootstrap .proveedor {
  text-align: center;
}
.table-bootstrap .precio,
.table-bootstrap .existencia {
  text-align: center;
  width: 120px;
}
.table-bootstrap .name {
  padding-left: 20px;
  text-align: left;
}
.table-bootstrap .sucursal {
  padding-left: 20px;
  text-align: left;
}
.table-bootstrap .operaciones span {
  color: #E05F9D;
  cursor: pointer;
  margin: 0px 7px;
  padding: 5px;
  border-radius: 4px;
  text-decoration: none;
}
.table-bootstrap .operaciones span:hover {
  background-color: #E05F9D;
}
.table-bootstrap .operaciones span:hover:before {
  color: #fff;
}
.table-bootstrap .operaciones span.restaurar {
  font-size: 20px;
  cursor: pointer;
}
.table-bootstrap .operaciones span.restaurar:hover {
  color: #fff;
}
.table-bootstrap tbody tr > td {
  text-align: center;
}
.table-bootstrap tbody tr td:not(:last-child) {
  border-right: 1px solid #BFBFBF;
}
.table-bootstrap tbody {
  overflow: scroll;
  width: 100%;
  position: relative;
}
.table-bootstrap tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.react-datepicker-wrapper {
  width: 150px;
}

.wrap-login {
  position: relative;
  width: 100%;
  height: 100vh;
}
.wrap-login .logocolor {
  position: absolute;
  bottom: 50px;
  right: 50px;
  width: 150px;
}

.login {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 55%;
  font-size: 16px;
  transform: translate(-50%, -50%);
  color: #bebebe;
  padding: 100px 80px;
  text-align: center;
  background-color: #FDF2F7;
  box-shadow: 0px 0px 13px #ccc;
  border: 1px solid #FAAAD1;
}
.login h1 {
  color: #E82583;
  font-size: 40px;
}
.login p {
  color: #6b6b6b;
}
.login .field {
  position: relative;
  margin-bottom: 40px;
}
.login .field span {
  bottom: 8px;
  left: 50px;
  z-index: 1;
  transition: 0.2s;
  position: absolute;
}
.login .field i {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #FAAAD1;
  font-size: 20px;
}
.login input {
  z-index: 2;
  width: 100%;
  position: relative;
  margin: 15px 0px 15px 0px;
  border: none !important;
  display: block !important;
  padding: 10px 3px 3px 50px !important;
  transition: 0.3s linear;
  border-radius: 0px !important;
  border-bottom: 1px solid #bebebe !important;
  background-color: transparent !important;
}
.login input:focus {
  outline: none;
  border-bottom: 1px solid #759d28 !important;
}
.login input:not(:-moz-placeholder-shown) ~ span {
  color: #666;
  font-size: 16px;
  transform: translatey(-30px);
}
.login input:not(:placeholder-shown) ~ span,
.login input:focus ~ span {
  color: #666;
  font-size: 16px;
  transform: translatey(-30px);
}
.login .btn-green-2 {
  color: #fff;
  padding: 6px 60px;
  border-radius: 0px;
  border: 1px solid #769D28;
  transition: 0.3s;
  box-shadow: 0px 0px 5px #999;
  background-color: #95CA2B;
}
.login .btn-green-2:hover {
  background-color: #769D28;
}

.inpNumber {
  border: 1px solid #BFBFBF;
  border-radius: 20px;
  padding-left: 12px !important;
}

input[type=date] {
  background-color: #fff;
  font-size: 15px;
  -webkit-appearance: none;
  line-height: 24px;
  border: 1px solid #BFBFBF;
  display: inline-block;
  z-index: 2;
  width: 100%;
  padding: 4px 12px;
  border-radius: 20px;
  position: relative;
}

.devolucion input {
  background-color: #fff;
  font-size: 15px;
  -webkit-appearance: none;
  line-height: 24px;
  border: 1px solid #BFBFBF;
  display: inline-block;
  z-index: 2;
  width: 100%;
  margin-bottom: 20px;
  padding: 4px 20px;
  border-radius: 20px;
  position: relative;
}
.devolucion input:focus {
  outline: none;
  border: 1px solid #759d28 !important;
}

.listSearch {
  z-index: 11;
  position: relative;
}
.listSearch ul {
  padding: 15px 10px 10px 10px;
  margin: -5px 0px 0px 0px;
  list-style: none;
  position: absolute;
  background-color: #fff;
  right: 6%;
  width: 86%;
  border: 1px solid #e7e7e7;
  box-shadow: 1px 9px 10px 1px #656565;
}
.listSearch ul li {
  display: block;
  padding: 6px 5px;
  font-size: 14px;
}
.listSearch ul li.suggestion-active, .listSearch ul li:hover {
  color: #fff;
  font-weight: 700;
  background-color: #769D28;
  letter-spacing: 0.3px;
}

.alert {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 50px;
  font-size: 18px;
}
.alert h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #e05f9d;
}
.alert h4 {
  font-size: 20px;
  margin: 20px;
  text-shadow: 1px 1px 3px #ddd;
  text-decoration: underline;
  text-underline-position: under;
}

.btn-red {
  color: #fff;
  border: 1px solid #ce001d;
  background-color: #ff003b;
}

.number {
  display: inline-block;
  padding: 3px 5px;
  width: 100px;
}

.square-white {
  font-size: 16px;
  border: 1px solid #ccc;
  padding: 20px 15px;
  border-radius: 20px;
  background-color: #fff;
  font-family: "Roboto Light";
}
.square-white .item {
  padding: 6px 0px;
}
.square-white select,
.square-white input {
  width: 100px;
  padding: 4px;
}

select {
  border: 1px solid #ccc;
  padding: 4px 30px;
  border-radius: 20px;
  display: inline-block;
}
select.margin-20 {
  margin-left: 20px;
}
select:focus {
  outline: none;
}

.square-pink {
  padding: 10px 20px;
  border-radius: 20px;
  text-align: center;
  border: 1px solid #E82583;
  background-color: #FDF2F7;
}
.square-pink.square-small {
  padding: 10px 20px;
}
.square-pink h3,
.square-pink span {
  color: #E82583;
  line-height: 20px;
  font-family: "Roboto Medium";
}
.square-pink h3 {
  font-size: 22px !important;
  margin: 12px 0px;
  font-family: "Roboto Medium";
}
.square-pink.error {
  border: 1px solid #e82525;
}
.square-pink.error span {
  color: #e82525;
}
.square-pink.error h3 {
  color: #e82525;
}

.showPt {
  display: block;
}

.hidePt {
  display: none;
}

.margintop30 {
  margin-top: 30px !important;
}

.margintop15 {
  margin-top: 15px !important;
}

.vh-80 {
  height: 80vh;
  overflow: auto;
}

.select {
  background-color: #fff;
  font-size: 15px;
  -webkit-appearance: none;
  line-height: 24px;
  border: 1px solid #BFBFBF;
  display: inline-block;
  z-index: 2;
  width: 200px;
  padding: 4px;
  border-radius: 20px;
  position: relative;
}
.select:focus {
  outline: none;
}

.form-control {
  width: 100%;
  background-color: #fff;
  font-size: 15px;
  -webkit-appearance: none;
  line-height: 30px;
  border: 1px solid #BFBFBF;
  display: block;
  z-index: 2;
  padding: 4px 10px;
  border-radius: 20px;
  position: relative;
}
.form-control:focus {
  outline: none;
}
.form-control:not(:-moz-placeholder-shown) ~ span {
  color: #666;
  transform: translatey(-30px);
  font-size: 14px;
}
.form-control:not(:placeholder-shown) ~ span, .form-control:focus ~ span {
  color: #666;
  transform: translatey(-30px);
  font-size: 14px;
}

td.existencia {
  position: relative;
}
td.existencia .count {
  height: 16px;
  width: 10px;
  position: absolute;
  right: 15px;
  cursor: pointer;
  top: 7px;
}
td.existencia .arrow-up {
  position: absolute;
  top: 0;
  left: 0;
}
td.existencia .arrow-down {
  position: absolute;
  bottom: 0;
  left: 0;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid black;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000;
}

.load {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
}
.load img {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.load.show {
  display: block;
}

.wrap-tipo-pago {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.wrap-tipo-pago.show {
  display: flex;
}
.wrap-tipo-pago .box-tipo-pago {
  background-color: #fff;
  padding: 40px 20px;
  text-align: center;
  position: relative;
}
.wrap-tipo-pago .box-tipo-pago h2 {
  color: #E05F9D;
  margin-bottom: 25px;
}
.wrap-tipo-pago .box-tipo-pago label {
  background-color: #769D28;
  color: #fff;
  display: inline-block;
}
.wrap-tipo-pago .box-tipo-pago label input {
  display: none;
}
.wrap-tipo-pago .box-tipo-pago span {
  position: absolute;
  top: 5px;
  right: 20px;
  cursor: pointer;
  font-size: 18px;
}

.overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transform: translate(-50%, -50%);
  display: none;
  z-index: 100;
}
.overlay.show {
  display: block;
}
.overlay table {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.18);
  overflow: hidden;
  top: 10px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  border-spacing: 0;
  background-color: #fff;
}
.overlay table thead {
  background-color: #BFBFBF;
}
.overlay table thead th, .overlay table thead td {
  font-size: 12px;
  padding: 10px 5px;
}
.overlay table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.05);
}
.overlay table tbody td {
  font-size: 12px;
  padding: 10px 5px;
}
.overlay table tbody td:not(:last-child) {
  border-right: 1px solid #BFBFBF;
}
.overlay .content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.overlay .content .modal_header {
  color: #fff;
  font-size: 30px;
  padding: 15px 20px;
  text-align: center;
  text-transform: uppercase;
  background-color: #E05F9D;
  position: relative;
}
.overlay .content .modal_header .close-pop-up {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  font-size: 16px;
  border: 1px solid #fff;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  padding-top: 6px;
}
.overlay .content .modal_header .close-pop-up:hover {
  color: #E05F9D;
  background-color: #fff;
}
.overlay .content .modal_body {
  padding: 20px 30px;
}
.overlay .content .modal_body p {
  font-size: 16px;
}
.overlay.large .content {
  width: 1000px;
}
.overlay.show {
  display: block;
}

.quart {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.icon-trash.disabled {
  cursor: no-drop !important;
  background: #ececec !important;
}
.icon-trash.disabled::before {
  color: #999 !important;
}

.flex-label {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 15px 15px 10px 0px;
  float: left;
}

.spanSuccess {
  background-color: rgb(126, 255, 110);
}

.spanWarning {
  background: rgb(255, 220, 37);
}

.spanWarning {
  background: rgb(255, 220, 37);
}

tr.warning {
  background: rgba(255, 220, 37, 0.31) !important;
}

tr.success {
  background: rgba(126, 255, 110, 0.31) !important;
}

.input-normal {
  display: block;
  line-height: 30px;
  border-radius: 20px;
  border: 1px solid #aaa;
  padding: 0px 15px;
  width: 100%;
}

input, select, textarea {
  outline: none;
}

.max-width {
  width: 100% !important;
}

.bordertr {
  border-radius: 0px 5px 5px 5px !important;
}

.link-module span {
  cursor: pointer;
  padding: 10px;
  position: relative;
  display: inline-block;
  background: #fcf2f7;
  color: #444;
  bottom: -1px;
  border: 1px solid #f1aad1;
}

.bgred {
  cursor: no-drop;
  background-color: #f55;
}
.bgred:hover {
  color: #fff;
  background-color: #f55 !important;
}

.wrap-login .Toastify .Toastify__toast-container--top-center,
.destkop .Toastify .Toastify__toast-container--top-center {
  top: 0 !important;
  left: 0 !important;
  transform: translateX(0%) !important;
  width: 100%;
  text-align: center !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0px;
}
.wrap-login .Toastify .Toastify__toast-container--top-center .Toastify__close-button,
.destkop .Toastify .Toastify__toast-container--top-center .Toastify__close-button {
  position: absolute;
  right: 0;
  padding: 10px 30px;
}
.wrap-login .Toastify .Toastify__toast-container--top-center .Toastify__close-button > svg,
.destkop .Toastify .Toastify__toast-container--top-center .Toastify__close-button > svg {
  width: 20px;
  height: 20px;
}
.wrap-login .Toastify .Toastify__toast-container--top-center .Toastify__close-button > svg path,
.destkop .Toastify .Toastify__toast-container--top-center .Toastify__close-button > svg path {
  fill: #111;
}
.wrap-login .Toastify .Toastify__toast-container--top-center .Toastify__toast--warning,
.destkop .Toastify .Toastify__toast-container--top-center .Toastify__toast--warning {
  border-radius: 0px;
  color: #333;
}

.Toastify__toast--warning {
  background: #ffff56 !important;
}

.Toastify__toast {
  border-radius: 0px !important;
}

.Toastify__toast--success {
  background-color: #98c63b;
}

.wrap-login .Toastify__toast-body {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
  top: 16px;
}

form .label,
form label {
  display: block;
  position: relative;
  padding: 5px 0px;
  margin: 15px 0px 10px 0px;
}
form .label span,
form label span {
  top: 17px;
  left: 15px;
  color: #afafaf;
  font-size: 15px;
  position: absolute;
  transition: 0.28s ease-in-out;
}
form .label.active,
form label.active {
  transform: translatey(-30px);
  font-size: 14px;
}
form .label {
  margin: 0;
  font-size: 14px;
  margin-top: -5px;
  color: #666;
  top: 4px;
  padding-left: 13px;
}
form select, form textarea,
form input[type=date],
form input[type=email],
form input[type=text],
form input[type=number] {
  width: 100%;
  font-size: 15px;
  -webkit-appearance: none;
  line-height: 30px;
  border: 1px solid #BFBFBF;
  display: block;
  padding: 4px 15px;
  border-radius: 20px;
  position: relative;
  background-color: #fff;
}
form select:focus, form textarea:focus,
form input[type=date]:focus,
form input[type=email]:focus,
form input[type=text]:focus,
form input[type=number]:focus {
  outline: none;
}
form input:not(:-moz-placeholder-shown) ~ span {
  color: #666;
  transform: translatey(-30px);
  font-size: 14px;
}
form .fixed,
form input:not(:placeholder-shown) ~ span,
form input:focus ~ span {
  color: #666;
  transform: translatey(-30px);
  font-size: 14px;
}
form .margin-none {
  margin: 0px;
}
form .existencia {
  text-align: center;
}
form .existencia span {
  width: 45%;
  position: relative;
  display: inline-block;
}
form .existencia span:nth-of-type(1) {
  padding-right: 2.5%;
}
form .existencia span:nth-of-type(2) {
  padding-left: 2.5%;
}
form h3.title-existencias span {
  float: right;
}
form h3.title-existencias small {
  position: relative;
  padding-right: 10px;
}

form._form {
  margin: 10px 0px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
form._form h3, form._form h4, form._form h5 {
  color: #FAAAD1;
}

#bodyReport {
  position: relative;
}

tfoot {
  background: #bfbfbf;
}

.ticket tfoot {
  background-color: #fff;
}
.ticket table tr td {
  padding: 5px !important;
}

.btn {
  cursor: pointer;
  margin: 0px 10px;
  padding: 5px 30px;
  display: inline-block;
  font-size: 20px;
  text-align: center;
  font-family: "Roboto Medium";
  border-radius: 20px;
  box-shadow: 0px 0px 4px #848484;
}

.ptrash {
  color: #707070;
  cursor: pointer;
  font-family: "Roboto Medium";
}
.ptrash.bold {
  color: #000000;
  font-family: "Roboto Bold";
}

.btn-small {
  margin: 5px 0px;
  font-size: 14px;
  padding: 6px;
  text-align: center;
  width: 100%;
}

tr.free,
.free {
  background: #c8f5b7 !important;
}

.textarea {
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  padding: 2px 5px;
  width: 100%;
}

.btn-small-2 {
  color: #fff;
  cursor: pointer;
  border-radius: 20px;
  display: inline-block;
  border: 1px solid #A7C766;
  margin: 4px 0px;
  font-size: 14px;
  padding: 2px 10px 3px 10px;
  text-align: center;
  transition: 0.2s linear;
  background-color: #769D28;
  text-decoration: none;
}

.btn-medium {
  border-radius: 16px;
  margin: 2px 3px;
  font-size: 16px;
  padding: 8px 14px;
  font-family: "Roboto Medium";
  display: inline-block;
  text-align: center;
}

.btn-square {
  cursor: pointer;
  margin: 0px 5px;
  padding: 10px;
  display: inline-block;
  font-size: 20px;
  border-radius: 10px;
}

.pagination-next,
.pagination-prev {
  color: #444;
  cursor: pointer;
  text-decoration: none;
}
.pagination-next span,
.pagination-prev span {
  margin: 0px 2px;
  font-size: 36px;
  line-height: 10px;
  top: 5px;
  position: relative;
}

.btn-green {
  color: #fff;
  cursor: pointer;
  transition: 0.2s linear;
  border: 1px solid #A7C766;
  background-color: #769D28;
  text-decoration: none;
  position: relative;
}
.btn-green:before {
  color: #fff;
}
.btn-green:focus {
  outline: none;
}
.btn-green:hover {
  background-color: #587126;
}

.relative {
  position: relative;
}

span.line-medium {
  position: absolute;
  top: 50%;
  right: -6px;
  width: 10px;
  height: 1px;
  background: black;
}

.btn-lock-save {
  color: #a5a5a5;
  cursor: no-drop;
  background: #e6e6e6;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 10px 40px;
  display: inline-block;
}

.btn-lock {
  color: #5a5a5a;
  cursor: no-drop;
  background: #bdbdbd;
  border: 1px solid #8e8e8e;
  border-radius: 20px;
  padding: 4px 0px;
  display: inline-block;
  width: 100%;
  text-align: center;
}

td.codigo {
  text-transform: capitalize;
}

ul.pagination {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.pagination li {
  cursor: pointer;
  margin: 2px 0px;
  display: inline-block;
  padding: 4px 8px;
  background-color: #bfbfbf;
}
ul.pagination li:hover {
  background-color: #e05f9d;
  color: #fff;
}
ul.pagination li.active {
  font-weight: 700;
  background-color: #e05f9d;
  color: #fff;
  padding: 5px 10px;
}
ul.pagination li:first-child {
  border-radius: 2px 0px 0px 2px;
}
ul.pagination li:last-child {
  border-radius: 0px 2px 2px 0px;
}

.square-yellow {
  padding: 15px 20px 10px 20px;
  text-align: center;
  background-color: #e05f9d;
  font-size: 24px;
  font-weight: bold;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
}
.square-yellow.show {
  display: flex;
}
.square-yellow > div {
  font-size: 30px;
}
.square-yellow .close {
  display: inline-block;
  border-radius: 10px;
  background: #769D28;
  color: #fff;
  padding: 10px 50px;
  margin: 20px auto;
  cursor: pointer;
}
.square-yellow span {
  display: block;
  position: relative;
  width: 100%;
  color: #fff;
  text-shadow: 1px 0px #cccccc;
}

.btn-corte {
  margin: 0px;
  top: 0px;
  display: inline-block;
  width: auto !important;
  padding-left: 16px;
  padding-right: 16px;
  position: absolute;
  right: 0;
}

.lg-4.relative {
  z-index: 15;
}/*# sourceMappingURL=index.css.map */