body {
background-color: #ffffff; /* Fondo blanco */
}
.container {
margin-top: 50px;
max-width: 500px;
background-color: #f8f9fa; /* Fondo claro */
padding: 30px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.btn-primary {
background-color: #D64000; /* Color naranja */
border-color: #D64000; /* Color naranja */
}
.btn-primary:hover {
background-color: #A33400; /* Naranja más oscuro al pasar el cursor */
border-color: #A33400; /* Naranja más oscuro al pasar el cursor */
}
.logo {
display: block;
margin: 0 auto 20px;
max-width: 100px;
}
.strength, #errorMessage {
text-align: center;
padding:5px;
font-size: .87em;
}
.weak {
color: red;
}
.medium {
color: orange;
}
.strong {
color: green;
}
.error {
color: red;
}
.form-popup {
display: none; /* Ocultar por defecto */
position: fixed;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
background-color: rgba(255, 255, 255, 0.99); /* Naranja transparente */
padding: 20px;
border-radius: 10px; /* Esquinas redondeadas */
box-shadow: 0px 0px 240px rgba(0, 0, 0, 0.9); /* Sombra para mayor enfoque */
z-index: 9; /* Asegurar que el popup esté por encima de otros elementos */
max-width: 300px;
width: 100%;
text-align: center;
}
/*Yuri*/

.form-popup2 {
display: none; /* Ocultar por defecto */
position: fixed; /* Fijo para el viewport */
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
border: 1px solid #888;
box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
background-color: #fff;
z-index: 1000; /* Asegura que el popup esté encima */
padding: 20px;
width: 80%; /* Ajusta el ancho según sea necesario */
/*max-width: 800px;*/
border-radius: 10px;
box-sizing: border-box;
}
/* Estilos para el encabezado del popup */
.form-popup2 h2 {
margin-top: 0;
text-align: center;
}

/* Estilos para la tabla */
.table {
width: 100%;
margin-bottom: 1rem;
color: #212529;
}
.table th, .table td {
padding: 0.75rem;
vertical-align: top;
border-top: 1px solid #dee2e6;
}
.table thead th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
}
.table tbody tr:nth-of-type(odd) {
background-color: rgba(0, 0, 0, 0.05);
}
/*Fin Yuri */
.form-container {
display: flex;
flex-direction: column;
gap: 10px;
}
.form-container h2 {
margin-bottom: 10px;
}
.form-container label {
font-weight: bold;
margin-bottom: 5px;
}
.form-container input[type="date"],
.form-container input[type="number"] {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 5px;
box-sizing: border-box;
}
.form-container button {
padding: 10px;
border: none;
border-radius: 5px;
background-color: #ff7f50; /* Naranja coral */
color: white;
cursor: pointer;
transition: background-color 0.3s;
}
.form-container button:hover {
background-color: #ff6347; /* Rojo tomate */
}
#canvasOverlay {
position: absolute;
top: 0;
left: 0;
pointer-events: none;
}
.map-container {
position: relative;
display: inline-block;
}
.btn-negro {
background-color: #212223 !important;
color: #EEE;
}

.btn-negro:hover {
background-color: #212223 !important;
color: white;
}

.nav-link, .navbar-text{
color: #FFF !important;
}
.container-full {
margin-top: 50px;
max-width: 1000px;
background-color: #f8f9fa;
padding: 10px 30px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin: 20px auto;
}
.container-full100 {
margin-top: 50px;
max-width: 1140px;
background-color: #f8f9fa;
padding: 10px 30px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
margin: 20px auto;
}

#Titulo{
border-bottom: 1px solid #212223;
height: 80px;
background-image: url(../img/trLogo.jpg);
background-position: left;
background-repeat: no-repeat;
background-position-x: 10px;
}

#Titulo h1 {
font-family: roboto, arial;
font-size: 2em;
font-weight: bold;
padding: 20px 0px 0px 240px;
}
small.subH1 {
float: right;
text-align: right;
display: block;
padding: 25px 10px 0px 0px;
font-size: 0.65em;
color: #212223;
}
.text-right {
text-align: right !important;
padding: 5px 5px;
}
.fecha{
background-image: url(../img/calendar3.svg);
background-repeat: no-repeat;
background-position: 115px;
}
#tablaPuestos{
border:1px solid #212223;
border-collapse: collapse;
}
#tablaPuestos tbody > tr > td {
border:1px solid #212223;
border-collapse: collapse;
}
#tablaPuestos thead > tr > th {
background-color: #212223;
color:#FFF;
border-collapse: collapse;
}
.tdReservado{
background-color:#D64000 !important;
color: #FFF;
}
.div-nav {
background-color: #D54709;
color: #FFF;
font-size: 0.85em !important;
font-family: Roboto;
padding: 5px 10px;
text-align: right;
}
.div-nav a, .div-nav span{
color: #FFF;
font-size: 0.85em !important;
margin-right: 10px;
}
.div-nav a:hover{
color:#FFF;
text-decoration:underline
}
.div-user{
background-color: #212223;
text-align: right;
padding: 2px 20px;
color: #FFF;
font-size: 0.8em;
}
.div-user a{
color:#FFF;
}
.asignacion{

}
@media only screen and (max-width: 600px) {
#Titulo {
border-bottom: 1px solid #212223;
height: 80px;
background-image: url(../img/trLogoMovil.jpg);
background-position: left;
background-repeat: no-repeat;
background-position-x: 10px;
}
#Titulo h1 {
font-family: roboto, arial;
font-size: 1.1em;
font-weight: bold;
padding: 20px 0px 0px 100px;
}
.h3, h3 {
font-size: 1.3rem;
}
.fecha {
background-image: url(../img/calendar3.svg);
background-repeat: no-repeat;
background-position: calc(100% - 10px) center;
background-size: 20px 20px;
padding-right: 30px;
width: 100%;
margin:0px !important;
}
#btnDisponibilidad{
display: none;
}
#sArea, #sDias{
display: block !important;
}
.asignacion{
text-align: left;
padding-left: 0px;
}
#btnSubmit{
display:block;
width: 100%;
margin: 3px 0px;
}
#btnFiltrar, #btnLimpiar, select.usuario, label.lblUsuario, label.lblFecha{
display:block;
width: 100%;
margin: 3px 0px;
}
#btnLimpiar{
  margin-left: 0px !important;
}
#imagePuestos{
width: 100%;
height: 100%;
}
#dias, #lDias, #btnReservar{
display: block;
}
}

#dias, #lDias, #btnReservar{
display: none;
}


.table-wrapper {
overflow-x: auto;
-webkit-overflow-scrolling: touch; /* Mejora la experiencia en dispositivos móviles */
}

/* Opcional: Puedes estilizar la tabla para una mejor apariencia */
.table {
width: 100%;
border-collapse: collapse;
}

.table th, .table td {
padding: 10px;
text-align: left;
border: 1px solid #ddd;
}

.table th {
background-color: #f4f4f4;
}
#btnLimpiar, #btnFiltrar{
margin-left: 3px !important;
}
label.lblUsuario{
  margin-left: 3px;
}
