@font-face {
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  padding-top: 80px;
  margin-bottom: 60px;
}

.navbar-brand {
 line-height: 21px; 
}

.navbar .fa {
  top: 0px !important;
  position: relative !important;
  padding-right: 10px;
  color: #ddd !important;
}

.navbar, .navbar a {
  color: #ddd !important;
}

.nav-item a {
  margin-right: 20px !important;
  color: #fff;
}

.breadcrumb {
    background-color: rgba(0,0,0,.03);
    border: 1px solid rgba(0,0,0,.125);
}

#content {
    margin-bottom: 25px;
}

.adsbygoogle {
    margin-bottom: 15px;
}

.footer-content {
    margin-top: 20px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #f5f5f5;
    text-align: center;
}

.footer a {
    color: rgba(255,255,255,.5);
    text-decoration: none;
}

.footer a:hover {
    color: #fff;
}

.date {
    font-size: 28px;
}

.clock {
    font-size: 24px;
}

.jornada button, .manual button {
  padding: 20px 60px !important;
}




/*********************************************************/ 
/*********************************************************/ 
/************* SELECT FORM CONTROL **********************/ 
/*********************************************************/ 
/*********************************************************/ 

select.form-control {
    display: block;
    width: 100%; /* Asegura que ocupe el ancho del contenedor */
    padding: 0.375rem 2.25rem 0.375rem 0.75rem; /* Espaciado interno */
    font-size: 1rem; /* Tamaño de fuente */
    font-weight: 400;
    line-height: 1.5;
    color: #212529; /* Color del texto */
    background-color: #fff; /* Fondo blanco */
    background-image: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 4 5"><path fill="%23343a40" d="M2 0L0 2h4zm0 5L0 3h4z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    border: 1px solid #ced4da; /* Borde gris claro */
    border-radius: 0.25rem; /* Bordes redondeados */
    appearance: none; /* Para usar el ícono personalizado */
}

select.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #80bdff; /* Color del borde al enfocar */
    outline: 0; /* Elimina el borde azul adicional */
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); /* Efecto de sombra */
}        



/************* ICONO SHAKE **********************/ 

@keyframes shake {
0% { transform: translateX(0); }
25% { transform: translateX(-2px); }
50% { transform: translateX(2px); }
75% { transform: translateX(-2px); }
100% { transform: translateX(0); }
}



/************* SPINNER **********************/ 
    #spinner {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        z-index: 1000;
        text-align: center;
    }
    #spinner p {
        margin-top: 10px; /* Espacio entre el spinner y el texto */
        font-weight: bold;
    }




.image-fons-permis {
  background-image: url("../Imatges/fons_td.png"); /* The image used */
  background-repeat: repeat; /* Do not repeat the image */    
 /* opacity: 0.5;*/
}

.requerits {
	color: red;
}

p.requerits {
	font-size: 0.9em;
}


/*****************************************************************************/
/************************* OJO OCULTAR CONTRASEÑA ****************************/
/*****************************************************************************/

.password-wrapper {
    position: relative;
    width: 100%; /* Asegúrate de que el contenedor ocupe el ancho completo */
}

.toggle-button {
    display: inline-flex;
    position: absolute;
    top: 50%; /* Centra verticalmente en relación al input */
    transform: translateY(-50%);
    right: 12px; /* Coloca el icono a 12px del borde derecho */
    cursor: pointer;
    color: #7A7979;
}

.eye-icon {
    width: 20px;
    height: 20px;
}





/*****************************************************************************/
/**************** BOTO ETEMPUS ***********************************************/
/*****************************************************************************/

.boton-etempus {
    background-color: #198754;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 6px 20px;
    font-weight: 500;
    font-size: 14px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.2s ease;
}

.boton-etempus:hover {
    background-color: #115C3A;
    transform: translateY(-1px);
}






/*****************************************************************************/
/**************** ICONA DOCUMENTS EMPRESA O PERSONAL *************************/
/*****************************************************************************/

.icono-gris {
    color: #D3D3D3; /* Gris clarito */
    transition: color 0.3s ease-in-out;
}

.icono-gris:hover {
    color: #28a745; /* Verde */
}


.icono-verde {
    color: #28a745; /* Gris clarito */
    transition: color 0.3s ease-in-out;
}

.icono-verde:hover {
    color: #D3D3D3; /* Verde */
}


    .dotted-hr {
        border: none; /* Elimina el borde predeterminado */
        height: 10px; /* Altura de la línea de puntos */
        background: repeating-linear-gradient(90deg, #636363 0px, #636363 2px, transparent 2px, transparent 6px);
        background-size: 8px 8px; /* Tamaño de los puntos */
        width: 100%; /* Ajusta el ancho */
    }


/*****************************************************************************/
/************************* CERCE MARCATGE ************************************/
/*****************************************************************************/
 .circulo-marcaje {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 11px; /* Tamaño del icono */
    color: #2F2E2E; /* Color del icono */
    margin-left: 2px; /* Espacio entre el texto y el círculo */     
    text-align: center;
}

.circulo-marcaje i {
    position: absolute;
}

.circulo-verde {
    background-color: #7aeaa1; /* Color verde */
}

.circulo-amarillo {
    background-color: #ffdc00; /* Color amarillo */
}


/*****************************************************************************/
/************************* ICONO SHAKES **************************************/
/*****************************************************************************/

@keyframes shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(10deg); }
  50% { transform: rotate(-10deg); }
  75% { transform: rotate(10deg); }
  100% { transform: rotate(0deg); }
}

.shake {
  animation: shake 0.5s infinite;
  display: inline-block;
}
