﻿body{
}

/* Encabezados */
h1, h2, h3, h4, h5 {
    color: #00558C;
}

h1 {
    border-bottom: 2px solid #00558C;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

/* Tablas */
.table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

    .table th {
        background-color: #00558C;
        color: white;
        padding: 12px;
        text-align: left;
        vertical-align: middle;
        border: 1px solid #ccc;
    }

    .table td {
        padding: 10px 12px;
        border-bottom: 1px solid #ddd;
        border: 1px solid #ccc;
    }

    .table tr:nth-child(even) {
        background-color: #f9f9f9;
    }

    .table tr:hover {
        background-color: #f1f1f1;
    }

/* Formularios */
.form-control {
    width: 100%;
    padding: 10px;
    margin: 8px 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.form-group {
    margin-bottom: 15px;
}

label {
    font-weight: 600;
    color: #00558C;
}

/* Estilo para cada documento */
.documento-wrapper {
    background-color: #f8f9fa;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    border-left: 4px solid #00558C;
    position: relative;
}

/* Botón de eliminar */
.eliminar-btn {
    margin-top: 10px;
}

/* Botones y enlaces */
.btn, a {
    transition: all 0.3s ease;
}

.btn-primary {
    background-color: #00558C;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
}

    .btn-primary:hover {
        background-color: #003d66;
        color: white;
        text-decoration: none;
    }

a {
    color: #00558C;
    text-decoration: none;
}

    a:hover {
        color: #003d66;
        text-decoration: underline;
    }

/* Ocultar flechas en Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Ocultar flechas en Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Botones Vistas(Empresa) */
.btn-uniforme {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
    min-width: 70px;
    text-align: center;
    font-weight: normal;
}
