/* Preloader */
.preloader {
    display: none;
    background:#00000094;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999999;
    top: 0px;
  }
  
  .preloader:before {
    content: "";
    position: fixed;
    top: calc(50% - 60px);
    left: calc(50% - 50px);
    border: 10px solid #f2f2f2;
    border-top: 10px solid #bc0734;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    -webkit-animation: animate-preloader 1s linear infinite;
    animation: animate-preloader 1s linear infinite;
  }
  
  @-webkit-keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-preloader {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
.operaciones {
  width: 100%;
}  

.datatable tbody i, .datatable tbody a {
  cursor: pointer;
  color: #101529;
  margin: 2px;
}

.datatable tbody i:hover, .datatable tbody a:hover, 
.datatable tbody button:hover i{
  color: #0894a2;
}
.datatable tbody button{
  padding: 2px;
}
.datatable tbody button:hover{
  border: 1px solid #808080  !important;
}

/* ocultar elemento para personalizar tablero */
.ui-builder {
  display: none !important;
}

.alquiler_tabla th, .alquiler_tabla td{
  padding: 3px;
}
.form-label {
  font-size: 1rem;
}

.material-style .bootstrap-tagsinput .tag:not(.badge) {
  background-color: #bc0734;
  color: #fff;
}

.editor label {
  width: 100%;
  padding: 5px 13px;
}

.material-style .ql-snow.ql-toolbar, .material-style .ql-snow .ql-toolbar,
.material-style .ql-snow.ql-toolbar+.ql-container.ql-snow {
  border: 2px solid #1015295e;
}

.material-style .ql-snow.ql-toolbar+.ql-container.ql-snow {
  border-top: 0;
}

.dz-image img{
  width: 100%;
}

.material-style .dz-preview {
  width: auto;
  margin-top: 2.5rem;
}

.dz-size, .dz-filename{
  padding: 0;
  padding-top: 2px;
  text-align: center;
}

.dropzone {
  padding-bottom: 2.5rem;
}

#replace-image {
  margin-bottom: 2rem;
}

#replace-image i{
  position: absolute;
  color: #bc0734;
  font-size: 1.3rem;
  right: 8px;
  top: -3px;
  cursor: pointer;
}

#replace-image i:hover{
  color: #ff5722;
}


#replace-image img{
  width: 100%;
}

.gestion {
  margin-bottom: 2rem;
}

#replace-image .col-md-4{
  margin-bottom: 10px;
}

.btn-agregar {
  background: #101529;
  padding: 6px 10px;
  color: white;
  border-radius: 4px;
}

.btn-agregar:hover {
  background: #353c5a;
  color: white;
}

.btn-seleccionar {
  background: #e20909;
  padding: 6px 10px;
  color: white;
  border-radius: 4px;
  

}

.btn-seleccionar:hover {
  background: #e20909;
  text-align: center;
  color: white;
}

.cuadro {
  display: none;
  width: 5rem;
  height: 4rem;
  margin: auto;
  background: #bc0734;
  margin-top: 1rem;
}

.subtitle {
  margin: 1rem;
}

.plus {
  left: 6px;
  position: relative;
  font-size: 27px;
  top: 22px;
  color: green;
  cursor: pointer;
}

.minus {
  left: 17px;
  position: relative;
  font-size: 27px;
  top: 22px;
  color: #bc0734;
  cursor: pointer;
}

.elegir_cliente {
  position: relative;
  top: 10px;
  width: 8rem;
}

.client_select {
  width: 60%;
}

.opciones_pos {
  width: 15%;
  text-align: center;
}

.opciones_pos i {
  background: #8e9cae8a;
    padding: 8px 5px 4px 5px;
    margin: 4px;
    color: black;
    border-radius: 6px;
    cursor: pointer;
}

.list-product thead {
  background: #f0f4f5;
}

.opciones_item .opt {
  background: #dbe5e7;
  padding: 2px 8px;
  border-radius: 5px;
  margin: 1px;
  font-size: 9px;
}

.eliminar-producto {
  color: #e11d1d;
  position: relative;
  top: 1px;
  cursor: pointer;
  left: -3px;
}

.agregar-opciones {
  cursor: pointer;
  color: #35bf4c;
}

#total {
  font-weight: 600;
}

.img-product {
  text-align: center;
  margin-top: 10px;
}

.img-product img {
  width: 80%;
  height: 5rem;
  margin-bottom: 5px;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 1px #8897aa;
}

.img-product span {
  font-size: 10px;
}

.name-product {
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.element-item .card {
  cursor: pointer; 
}

.element-item .card .card-body {
  padding: 10px;
}

#filters {
  overflow: auto;
  padding-bottom: 5px;
  white-space: nowrap;
}

#filters button {
  font-size: 12px;
  padding: 5px 10px;
}

.tiendas img {
  width: 4rem;
}

.tiendas .item {
  background: white;
  padding: 17px;
  box-shadow: 0px 0px 2px 1px #10152942;
  cursor: pointer;
  margin-bottom: 1rem;
}

.tiendas .item .title {
  padding: 0px 30px;
  color: #253266;
  width: 80%;
}

.tiendas .item .title h3 {
  margin: 0px;
  margin-bottom: 5px;
} 

.tiendas .item .status {
  text-align: center;
  padding-top: 15px;
}

.opciones-mesas {
  padding-left: 20px;
}

.opciones-mesas button, .opciones-mesas a{
  margin: 5px;
}

.zonas {
  padding: 1rem;
  margin: 0px;
}

.zonas h2 {
  margin: 0px;
  padding-left: 1rem;
  color: #24367cd1;
}

.mesas .mesa {
  padding: 0px 1rem;
  cursor: pointer;
}

.mesa img{
  width: 10rem;
}

.mesa h4 {
  text-align: center;
  color: #bc0734d1;
  margin: 8px 0px;
}

.mesa .hora {
  position: relative;
  margin: auto;
  top: 23px;
  width: max-content;
  background: #1015299e;
  padding: 1px 6px;
  color: white;
}

.opciones_item .fa-trash {
  color: #e11d1d;
  cursor: pointer;
}

.hidden {
  visibility: hidden;
}

.agregar-opciones {
  margin-right: 4px;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.vuelto {
  color: #ff1212;
  font-size: 1.4rem;
  font-weight: 500;
}

.ordenes {
  white-space: nowrap;
  overflow: auto;
  border-bottom: 2px solid #cecece;
  margin-bottom: 10px;
  margin-left: 0px;
  padding-bottom: 3px;
}

.ordenes a {
  font-size: 12px;
  padding: 5px 10px;
  color: white;
}

#cocina .item {
  background: white;
  margin: 5px;
  padding: 11px;
  border: 1px solid #101529;
}

#cocina .client_info {
  position: relative;
  top: -20px;
}

#cocina .action {
  text-align: right;
}

#cocina .action i {
  position: relative;
  cursor: pointer;
  font-size: 1.2rem;
  z-index: 99;
  color: #be8022;

}

#cocina .action i:hover{
  color: #ff0d44;

}

#cocina .client_info span {
  text-decoration: underline;
  font-weight: 600;
}

#cocina .title {
  width: 100%;
  font-size: 1.5rem;
  color: #ff0d44;
  font-weight: 400;
  padding: 0px 5px;
  margin-top: 1.5rem;
}

.separator {
  width: 100%;
  margin: 4px;
  border: 2px solid #be8022;
}

.reload_cocina {
  position: absolute;
  right: 42px;
  top: 24px;
  font-size: 2rem;
  color: #257087;
  cursor: pointer;
  z-index: 100;
}

.permisos tbody tr {
  background: #f0f4f5;
}

.permisos tbody tr span{
  cursor: pointer;
}

.permisos tbody tr:hover {
  background: #ecebeb;
}

.buscador {
  height: max-content;
  position: relative;
  top: 23px;
  left: 20px;
}    

.i_tipo{
  margin-right: 6px;
}
.time_quantity{
  display: inline-block;
  position: relative;
}
.time_quantity > input{
  width: 70px;
  padding-right: 35px;
  position: relative;
}
.time_quantity:after{
  content: attr(data-cobrar_por)'s'; 
  font-size: 8px;
  line-height: 8px;
  position: absolute;
  text-transform: uppercase;
  top: calc(50% - 4.5px);
  right: 4px;
}