body{
    background-color: #FBD600
}

#title_user_home_page{
    position:static;
    margin-bottom:10px;
    color:#333333;
    display:inline-block;
    text-align:left;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style:oblique;

}

.btn_form_home_page{
    margin: 2px;
    background-color:#333333;
    border:none;
    color:white;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style:oblique;
    width:150px;    
    height:30px;
    border-radius:15px;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
    cursor: pointer;

}
.btn_form_home_page:Hover{
    outline:none;
    /*width:170px;
    height:30px;*/
    box-shadow: 0px 5px 4px rgba(0, 9, 138, 0.6);
    background-color:blue;
    
}
i{
    color:lch(87.79% 116.63 137.11);
    position:absolute;
    margin-left:5px;
    margin-top:2px;    
}

.home_page_content{
    padding-top:30px;
    margin-top:10px;
}


.form_home_page{
    text-align:center;    
    display: block;        
}
.register_user{
    font-size:15px;
    border:none;
    padding-left:15px;
    border-radius:15px;
    margin-bottom:22px;
    width:220px;
    height:25px;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style:oblique;
}
.register_user:hover{
    outline:none;
    /*width:230px;
    height:30px;*/
    box-shadow: 0px 5px 4px rgba(0, 9, 138, 0.6);
}
.register_user_form_content{
    margin-top:40px;
}
.register_user_select{
    width:235px;
}
.register_user_select:hover{
    /*width:245px;*/
    outline:none;
    /*height:30px;*/
    box-shadow: 0px 5px 4px rgba(0, 9, 138, 0.6);
}
.hidden{
    display:none;
}

.hidden_mostrar_ocultar{
    display:block;
}


#signature-pad {
    border: 1px solid #000;
    background-color: white;
}

.form_home_page {
    display: none;
}

.form_home_page.active {
    display: block;
}
.btn_register_staff{
    background-color:#333333;
    border:none;
    color:white;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style:oblique;
    width:180px;
    height:30px;
    border-radius:15px;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
}
.btn_register_staff:hover{
    background-color:#1507d8;
    border:none;
    color:white;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style:oblique;
    width:200px;
    height:40px;
    border-radius:15px;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
}

#titles_home_page{
    color:#333333;
    display:block;
    text-align:center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style:oblique;
}


table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 20px 0;
    background-color: #ffffff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    overflow: hidden;
    font-size: 11px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

th {
    padding: 1px 12px;
    text-align: center;
    background: #333333;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #ddd;
}

td {
    padding: 1px 1px;
    border-bottom: 1px solid #f0f0f0;
    color: #333;
    background-color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease;
}

tr:nth-child(even) td {
    background-color: #f9f9f9;
}

tr:hover td {
    background-color: #e0e7ff;
    color: #1a237e;
}

caption {
    caption-side: top;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #4a00e0;
}


.modify_table_staff_home_page {
    background-color: #333333; /* Color de fondo */
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style:oblique;
    color: white; /* Color del texto */
    border: none; /* Sin borde */
    padding: 5px 5px; /* Espaciado interno */
    border-radius: 20%; /* Esquinas redondeadas */
    cursor: pointer; /* Cambia el cursor al pasar por encima */
    transition: background-color 0.3s, transform 0.2s; /* Transiciones */
    font-size: 10px;
}

.modify_table_staff_home_page:hover {
    background-color: #3700b3; /* Color de fondo al pasar el mouse */
    transform: scale(1.25); /* Aumentar ligeramente el tamaño */
}

.modify_table_staff_home_page:active {
    background-color: #03dac5; /* Color de fondo al hacer clic */
    transform: scale(1); /* Restablecer el tamaño */
}

.login_input{
    font-size:15px;
    border:none;
    padding-left:15px;
    border-radius:15px;
    margin-bottom:22px;
    width:200px;
    height:25px;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style:oblique;    
}
.login_input:focus{
    outline:none;
    width:210px;
    height:30px;
    box-shadow: 0px 5px 4px rgba(0, 9, 138, 0.6);
    
}

#login_input{    
    margin-top:5px;
    display:block;
    text-align:center;
}

.condition_tool_assigned{
    font-size:15px;
    text-align:center;
    border:none;    
    border-radius:15px;    
    width:220px;
    height:25px;
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.2);
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style:oblique;
}

.alert {
    padding: 10px;
    margin-bottom: 20px;
    text-align: center;
    font-family: Arial, sans-serif;
    border-radius: 5px;
    font-weight: bold;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
