body {background-color: #9a9b9d;}

.my-card:hover{
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
}

.tooltip-arrow, 
.tooltip-container + .tooltip > .tooltip-inner {
    background-color:  #122D45; /* Color de fondo personalizado */
    color:  #fff; /* Color de texto personalizado */
    opacity: 0.9; 
}

#dashboard_image {
    background-image: url('../images/ETIC_torre_derecha.jpg');
    background-repeat: no-repeat; 
    background-size: cover;
}

/*Estilo para pantallas menoras a 768px */
@media only screen and (max-width:768px){
    #dashboard_image {
        background-position: 80% center;
    }
}

.select2-container .select2-selection--single {
    height: 60px;
    font-size: 1.2em;
}

#menu_image{
    display:block;
    max-width: 30%;
    height: auto;
    margin: auto;
}

#logo{
    width: 20%;
    height: 20%;
}

.col-lg-4, .col-lg-6, .col-lg-8, .col-lg-12{
	margin-top: 10px;
}


.btn-outline-info{
    color: #3E92CC;
    border-color: #3E92CC;
}

.btn-outline-info:hover{
    background-color: #3E92CC;
    border-color: #3E92CC;
    color: white;
}

.btn-outline-secondary{
    color: #9a9b9d;
    border-color: #9a9b9d;

}

.btn-outline-secondary:hover{
    background-color: #9a9b9d;
    border-color: #9a9b9d;
    color: white;
}

.btn-outline-danger{
    color: #990f0f;
    border-color: #990f0f;
}

.btn-outline-danger:hover{
    background-color: #990f0f;
    border-color: #990f0f;
    color: white;
}

.btn-outline-danger{
    color: black;
    /*border-color: #990f0f;*/
}

.thumbnail{
	    width: 100%;
	    height: 200px;
	    -webkit-box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
    -moz-box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
    box-shadow: -1px -3px 5px -2px rgba(214,214,214,1);
}

.box-element{
    box-shadow: hsl(0,0%,80%)0 0 16px;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
}

.select-product:hover{
    transform: scale(1.04);
    transition: 0.2s ease-in-out;
}

.box-element-2{
    box-shadow: hsl(0,0%,80%)0 0 16px;
    border-radius: 4px;
    padding: 10px;
}

.product{
	border-radius: 0 0 4px 4px;
}

.bg-light{
    background-color: #F5F5F5!important;
}

.bg-dark{
    background-color: #122D45!important;
}


#cart-icon{
    width: 25px;
    display: inline-block;
    margin-left: 15px;
}

#cart-total{
    display: block;
    text-align: center;
    color: #fff;
    background-color: red;
    width: 20px;
    height: 25px;
    border-radius: 50px;
    font-size: 14px;
}

.cart-row{
	display: flex;
    align-items: flex-stretch;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ececec;
}

.row-image{
    width: 100px;
}

.quantity{
	display: inline-block;
	font-weight: 700;
	padding-right:10px;
}

.chg-quantity{
	width: 12px;
	cursor: pointer;
	display: block;
	margin-top: 5px;
	transition:.1s;
}

.chg-quantity:hover{
	opacity: .6;
}


.form-field{
    width: 250px;
    display: inline-block;
    padding: 5px;
}

/* ---------------------------------
# BOOTSTRAP MODAL POPUP DARK THEME
------------------------------------*/
.modal-header, .modal-body, .modal-footer {
    background-color: rgba(0,0,0,0.8);
    color: #fff;
}

.modal-header .btn-close {
    background-color:  #fff; /* Cambia el fondo a rojo */
    border-radius: 50%; /* Mantiene el estilo circular */
    width: 20px;
    height: 20px;
}

/* ---------------------
# DATEPICKER DE JQUERY
------------------------*/
/* Fondo blanco y sombra suave para el contenedor del Datepicker */
.ui-datepicker {
    background-color: #ffffff !important;  /* Fondo blanco */
    border-radius: 8px;  /* Bordes redondeados */
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);  /* Sombra suave */
    padding: 10px;
}

/* Encabezado más llamativo */
.ui-datepicker-header {
    background-color: #122D45 !important;  /* Azul Bootstrap para el encabezado */
    color: white !important;  /* Texto blanco */
    border-radius: 8px 8px 0 0;  /* Bordes redondeados solo en la parte superior */
    padding: 10px;  /* Agregar espacio para que no se vea comprimido */
    text-align: center;
}

/* Mes y año en negrita y centrado */
.ui-datepicker-title {
    font-weight: bold !important;
    font-size: 1.2em;  /* Tamaño de fuente más grande */
    text-align: center;
    color: white !important;
}

.ui-datepicker-prev {
    margin-right: 60px;  /* Ajusta el valor para mayor separación */
}

.ui-datepicker-next {
    margin-left: 60px;  /* Ajusta el valor para mayor separación */
}
/* Flechas de navegación más visibles */
.ui-datepicker-prev span, .ui-datepicker-next span {
    color: white !important;  /* Flechas en blanco */
    font-size: 1.5em;  /* Hacer las flechas más grandes */
}

/* Personalizar las flechas de navegación */
.ui-datepicker-prev .ui-icon, .ui-datepicker-next .ui-icon {
    display: none;  /* Ocultar los íconos predeterminados */
}

/* Usar FontAwesome para las flechas */
.ui-datepicker-prev:before {
    content: "\f104";  /* Ícono de FontAwesome (fa-chevron-left) */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    color: #007bff;
}

.ui-datepicker-next:before {
    content: "\f105";  /* Ícono de FontAwesome (fa-chevron-right) */
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.5em;
    color: #007bff;
}

/* Estilos para las celdas del calendario */
.ui-datepicker-calendar td {
    background-color: #ffffff !important;  /* Fondo blanco para las celdas */
    padding: 10px;  /* Espacio extra en las celdas */
    border: 1px solid #ddd;  /* Bordes suaves */
}

/* Días por defecto */
.ui-datepicker-calendar .ui-state-default {
    background-color: #f8f9fa !important;  /* Fondo gris claro */
    color: #333 !important;  /* Texto oscuro */
    border-radius: 4px;  /* Bordes redondeados */
}

/* Día actual resaltado */
.ui-datepicker-calendar .ui-state-highlight {
    background-color: #ffc107 !important;  /* Amarillo Bootstrap */
    color: #fff !important;
    border-radius: 50%;  /* Hacerlo circular */
}

/* Día seleccionado */
.ui-datepicker-calendar .ui-state-active {
    background-color: #122D45 !important;  /* Azul Bootstrap para días seleccionados */
    color: #fff !important;  /* Texto blanco */
    border-radius: 25%;  /* Circular para resaltar */
}



/* Resaltar los días cuando el mouse pasa por encima */
.ui-datepicker-calendar .ui-state-hover {
    background-color: #122D45 !important;  /* Azul más oscuro cuando se pasa el ratón */
    color: white !important;
    border-radius: 25%;  /* Circular */
}

/* Mejorar los botones, si están presentes */
.ui-datepicker-buttonpane {
    background-color: #f8f9fa !important;  /* Fondo gris claro */
    padding: 10px;
    border-top: 1px solid #ddd;
}

.ui-datepicker-buttonpane .ui-datepicker-current {
    background-color: #122D45 !important;  /* Azul para los botones */
    color: white !important;
    border-radius: 4px;
    padding: 5px 10px;
}