
/* cambiar tipo de letra 
nav.navbar ul.nav li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

nav.navbar {
    background-color: #CC1414;
}
*/

.dataTables_filter {
	width: 50%; float: right;
}
.dataTables_info {
	width: 40%; float: left;
}

.dataTables_paginate {
	width: 60%; float: right;
}


.login-page, .register-page {
    background-image: url(images/fondo.jpg);
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    background-size: 100% 100%;
}

.cardTable {
    min-height: 150px;
    height: auto;
}

.card-body-mesa {
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 3px 0px 0px 3px;
}

.table-sm > :not(caption) > * > * {
    padding: 0.25rem 0.25rem;
}

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0;
        border-bottom-width: 0px;
}

/* Estilos para Modal Cambiar Mesa */
.cambiar-mesa-modal {
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.cambiar-mesa-header {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: white;
    border-radius: 15px 15px 0 0;
    padding: 20px;
}

.cambiar-mesa-header .modal-title {
    font-weight: bold;
    font-size: 1.3rem;
}

.cambiar-mesa-header .close {
    color: white;
    opacity: 0.8;
    font-size: 1.5rem;
}

.cambiar-mesa-header .close:hover {
    opacity: 1;
}

.cambiar-mesa-body {
    padding: 25px;
    background-color: #f8f9fa;
}

.cambiar-mesa-info {
    border-left: 4px solid #17a2b8;
    background-color: #d1ecf1;
    border-color: #bee5eb;
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
}

.cambiar-mesa-card {
    border: none;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease;
    margin-bottom: 15px;
}

.cambiar-mesa-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.cambiar-mesa-card .card-header {
    background: linear-gradient(135deg, #28a745, #20c997);
    color: white;
    border-radius: 12px 12px 0 0;
    padding: 12px 20px;
    border: none;
}

.cambiar-mesa-card .card-header h5 {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.cambiar-mesa-card .card-body {
    padding: 20px;
}

.cambiar-mesa-select {
    border-radius: 8px;
    border: 2px solid #e9ecef;
    padding: 12px 15px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.cambiar-mesa-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.cambiar-mesa-preview {
    border-left: 4px solid #ffc107;
    background-color: #fff3cd;
    border-color: #ffeaa7;
    border-radius: 8px;
    padding: 15px;
}

.cambiar-mesa-footer {
    padding: 20px 25px;
    background-color: #ffffff;
    border-radius: 0 0 15px 15px;
    border-top: 1px solid #e9ecef;
}

.btn-cambiar-mesa {
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.btn-cambiar-mesa:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-cambiar-mesa:not(:disabled):hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(40, 167, 69, 0.3);
}
}

.card-body.p-0 .table tbody > tr > td:last-of-type, .card-body.p-0 .table tbody > tr > th:last-of-type, .card-body.p-0 .table thead > tr > td:last-of-type, .card-body.p-0 .table thead > tr > th:last-of-type {
    padding-right: 0rem;
}

.card-body.p-0 .table tbody > tr > td:first-of-type, .card-body.p-0 .table tbody > tr > th:first-of-type, .card-body.p-0 .table thead > tr > td:first-of-type, .card-body.p-0 .table thead > tr > th:first-of-type {
    padding-left: 0rem;
}

.table-sm > :not(caption) > * > * {
    padding: 0rem 0rem;
        padding-right: 0rem;
        padding-left: 0rem;
}

.botonpedido {
	margin: 0px; padding: 0px; text-align: left; font-size: 13px;
}


.cardTable2 {
    max-height: 90px;
    height: auto;
}

.texto-encima{
    position: absolute;
    bottom: 0;
    top: auto;
    left: 0px;
    text-align: center;
    font-size: 13px;
    color: #FFFFFF;
    width: 100%;
    font-family: Arial, sans-serif;
    letter-spacing: 0;
    text-shadow: -1px -1px 2px #000000, 1px -1px 2px #000000, -1px 1px 2px #000000, 1px 1px 2px #000000;
}

.platosboton {
display: inline;
/*    height: 90px;*/
    width: 30%;
    white-space: normal;
    font-weight: bold;
}

.table td, .table th {
    padding: .10rem;
}

@media (max-width: 1360px) {

.platosboton {
display: inline;
    height: 90px;
    width: 30%;
    white-space: normal;
    padding: 0px;
    font-size: 12px;
	line-height: 100%;
}

.texto-encima{

font-size: 12px;
text-shadow: -1px -1px 1px #000000, 1px -1px 1px #000000, -1px 1px 1px #000000, 1px 1px 1px #000000;
		
}

}

.card-header > .card-tools {
/*margin-top: -7px; */
margin-bottom: -7px;
}

label.btn {
  padding: 0;
}

label.btn input {
  opacity: 0;
  position: absolute;
}

label.btn span {
  text-align: center;
  padding: 6px 12px;
  display: block;
}

label.btn input:checked+span {
  background-color: rgb(80, 110, 228);
  color: #fff;
}



.txtID_CLIENTE {
width:50%!important;
}



.dataTables_wrapper  {
	margin-top: 0rem; 
}

#column-left {
  background-color: #EBE9EA;
  border: 1px solid #D2D2D2;
  float: left;
  width: auto;
  position: fixed;
  overflow: hidden;
  text-align: center;
  top: 25%;
  left: 0px;
  z-index: 1040;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0em;
}


.modal-header {
    padding-top: 2px;
    padding-bottom: 2px;

  }
  .modal-body {
    padding-top: 2px;
  }

  .h3, h3 {
    font-size: 1.8rem;
  }

  .h4, h4 {
    font-size: 1.20rem;
  }