/* Tareas — hoja propia. Bootstrap 3 pone el resto. */

body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 15px;
}

.body-content {
    max-width: 1400px;
}

/* ---------- Cabecera ---------- */

.cabecera {
    margin-bottom: 15px;
}

.logo-cabecera {
    max-width: 320px;
    width: 60%;
    margin: 10px auto;
}

.logo-acceso {
    max-width: 260px;
    width: 70%;
    margin: 20px auto 10px;
}

.navbar-brand {
    font-weight: 600;
}

/* ---------- Listas ---------- */

table.dataTable {
    font-size: 14px;
}

table.dataTable tfoot th {
    border-top: 2px solid #ddd;
}

.dt-buttons {
    margin-bottom: 8px;
}

.dt-buttons .btn {
    margin-right: 4px;
}

.filtro-fechas {
    margin-bottom: 12px;
}

.filtro-fechas label {
    margin-left: 8px;
    margin-right: 4px;
}

.filtro-fechas .form-control {
    width: auto;
    display: inline-block;
}

.aviso-filtro {
    margin-left: 10px;
    font-size: 13px;
}

/* ---------- Parte y editores ---------- */

.tabla-trabajadores .etiqueta-trabajador {
    font-weight: normal;
    margin: 0;
    display: block;
    padding-top: 6px;
    cursor: pointer;
}

.tabla-trabajadores input[type="checkbox"] {
    width: 22px;
    height: 22px;
    margin: 4px 0 0 0;
}

.tabla-trabajadores .celda-check {
    width: 44px;
}

.tabla-trabajadores .horas {
    max-width: 90px;
    margin-left: auto;
}

.input-horas {
    max-width: 120px;
}

.botones-cuadrilla {
    margin-bottom: 12px;
}

.botones-cuadrilla .btn {
    margin-bottom: 6px;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.botonera {
    margin-top: 20px;
    margin-bottom: 30px;
}

/* select2 dentro de un form-group de Bootstrap 3 */
.select2-container {
    width: 100% !important;
}

/* ---------- Móvil ---------- */

.botonera-movil {
    margin-bottom: 12px;
}

.buscador-movil {
    margin-bottom: 12px;
}

.lista-movil .fila-movil {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.lista-movil .trabajador {
    font-size: 15px;
}

.lista-movil .detalle {
    font-size: 13px;
}

/* ---------- Pie y errores ---------- */

.footer-custom {
    margin-top: 30px;
    padding-top: 12px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    color: #777;
    font-size: 13px;
}

.detalle-error {
    white-space: pre-wrap;
    font-size: 12px;
}
