﻿body {
    /*padding-top: 50px;*/
    padding-bottom: 10px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

/* para la grilla de los mantenedores */
#mantenedor-table tbody td {
    border: 1px solid #ccc !important;
}
#mantenedor-table2 tbody td {
    border: 1px solid #ccc !important;
}

.fila-seleccionada {
    background-color: #c2f0c2 !important; /* Verde suave */
}
/* --------------  */

#btnExcel {
    background-image: url(../../../Content/img/excel.png);
    background-repeat: no-repeat;
    background-color: transparent;
    border-color: transparent;
    border: 0px,;
    background-position: center;
    background-size: contain; /* o un tamaño específico como 24px */
    width: 47px;
    height: 47px;
    text-indent: -9999px; /* Oculta el texto */
    overflow: hidden;
    cursor: pointer;
}

.btn-wsp {
    color: #25d366;
    font-size: 0.95rem;
    font-weight: 600;
    padding: 5px 10px;
    border: 1px solid #25d366;
    border-radius: 6px;
    background: #fff;
    transition: 0.2s;
    white-space: nowrap;
}

    .btn-wsp:hover {
        background: #25d366;
        color: #fff;
        transform: scale(1.05);
    }