/* Error de minimización. Devolviendo el contenido no minimizado.
(89,46): run-time error CSS1030: Expected identifier, found ':'
(89,47): run-time error CSS1031: Expected selector, found 'not('
(89,47): run-time error CSS1025: Expected comma or open brace, found 'not('
(93,58): run-time error CSS1030: Expected identifier, found ':'
(93,59): run-time error CSS1031: Expected selector, found 'not('
(93,59): run-time error CSS1025: Expected comma or open brace, found 'not('
 */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding-top: 15px;
    padding-bottom: 15px;
}

.navbar-dark.bg-dark {
    background: rgb(0,32,50);
    background: -moz-linear-gradient(0deg, rgba(0,32,50,1) 0%, rgba(0,69,108,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(0,32,50,1) 0%, rgba(0,69,108,1) 100%);
    background: linear-gradient(0deg, rgba(0,32,50,1) 0%, rgba(0,69,108,1) 100%);
}

.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 1rem;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 15px;
    background-color: #eee;
    border-radius: 6px;
}

/* 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;*/
}

.icon {
    color: #333;
    text-decoration: none;
}

    .icon:hover,
    .icon:active,
    .icon:focus {
        color: #449d44;
        text-decoration: none;
    }


    .icon > svg {
        font-size: 34px;
    }

.icon-small {
    color: #333;
    text-decoration: none;
}

.icon-small-danger {
    color: #d9534f;
    text-decoration: none;
}

.icon-small > svg {
    font-size: 17px;
}
body {
}

table.gnu {
    margin-top: 10px;
}

    table.gnu thead > tr > th {
        background-color: #002032 !important;
        color: #cdcdcd;
    }

    table.gnu > tbody > tr:nth-child(even of :not(.d-none)) > td {
        background-color: #D6DCDF /*rgba(0,110,175,0.15)*/;
    }

    table.gnu > tbody > tr:not(.d-none):nth-child(odd of :not(.d-none)) > td {
        background-color: #c1d0d9 /*rgba(0,110,175,0.05)*/;
    }

.horizontal-scrollable-sticky {
    overflow-x: auto;
    max-height: calc(100vh - 150px);
    max-width: 100%;
    position: relative;
}

    .horizontal-scrollable-sticky > table {
        border-collapse: separate;
        border-spacing: 0px;
    }

        .horizontal-scrollable-sticky > table > thead > tr {
            font-size: 0.8rem;
        }

            .horizontal-scrollable-sticky > table > thead > tr > th:first-child {
                position: sticky;
                left: 0;
                z-index: 2;
                min-width: 25vw;
            }

            .horizontal-scrollable-sticky > table > thead > tr > th:not(:first-child) {
                min-width: 8vw;
            }

        .horizontal-scrollable-sticky > table > tbody > tr > td:first-child {
            position: sticky;
            left: 0;
            z-index: 1;
        }

/* Tooltip container */
.gnu-tooltip {
    position: relative;
    /*display: inline-block;*/
}

    /* Tooltip text */
    .gnu-tooltip .gnu-tooltiptext {
        visibility: hidden;
        min-width: 20vw;
        max-width: 35vw;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        top: 5px;
        left: 100%;
        margin-left: 10px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
        display: inline-block;
    }

        /* Tooltip arrow */
        .gnu-tooltip .gnu-tooltiptext::after {
            content: "";
            position: absolute;
            top: 25%;
            right: 100%;
            margin-top: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: transparent #555 transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .gnu-tooltip:hover .gnu-tooltiptext {
        visibility: visible;
        opacity: 1;
    }

/*@media (min-width: 320px) and (max-width: 1024px) {*/
@media (min-width: 320px) and (max-width: 790px) {
    table.gnu,
    table.gnu > tbody,
    table.gnu > th,
    table.gnu > thead > th,
    table.gnu > tr,
    table.gnu > tbody > tr,
    table.gnu > tr > td,
    table.gnu > tbody > tr > td,
    table.gnu > tbody > tr > td table,
    table.gnu > tbody > tr > td table thead,
    table.gnu > tbody > tr > td table tbody,
    table.gnu > tbody > tr > td table thead tr,
    table.gnu > tbody > tr > td table tbody tr,
    table.gnu > tbody > tr > td table thead tr th,
    table.gnu > tbody > tr > td table tbody tr td {
        display: block;
    }

        table.gnu > thead > tr,
        table.gnu > tbody > tr,
        table.gnu > thead > tr table > thead > tr,
        table.gnu > thead > tr table > tbody > tr {
            margin-bottom: 10px;
        }

        table.gnu,
        table.gnu thead
        table.gnu tbody,
        table.gnu th,
        table.gnu td,
        table.gnu tr {
            border: none;
        }

            table.gnu > thead,
            table.gnu > tfoot,
            table.gnu > tbody > tr > td table > thead,
            table.gnu > tbody > tr > td table > tfoot {
                display: none;
            }

                table.gnu > thead > tr,
                table.gnu > tbody > tr > td table > thead > tr {
                    position: absolute;
                    top: -9999px;
                    left: -9999px;
                }


            table.gnu > tbody > tr > td {
                border: none;
                border-bottom: 1px solid #ccc;
                position: relative;
                /*padding-left: 50%;*/
                text-align: right;
                white-space: normal;
            }

                table.gnu > tbody > tr > td table tbody tr td {
                    border: none;
                    width: 100%;
                    position: relative;
                    white-space: normal;
                    padding-left: 0;
                }

                    table.gnu > tbody > tr > td.cntr,
                    table.gnu > tbody > tr > td table tbody tr td.cntr {
                        text-align: center;
                        padding-left: 0;
                        white-space: normal;
                    }

                    table.gnu > tbody > tr > td.cntr-black,
                    table.gnu > tbody > tr > td table tbody tr td.cntr-black {
                        text-align: center;
                        background-color: #002032 !important;
                        color: white;
                        padding-left: 0;
                        white-space: normal;
                    }

                table.gnu > tbody > tr > td:first-child {
                    font-weight: bold;
                }

                table.gnu > tbody > tr > td:before,
                table.gnu > tbody > tr > td table tbody tr td:before {
                    float: left;
                    font-weight: bold;
                    content: attr(data-content);
                }

                table.gnu > tbody > tr > td.cntr:before {
                    padding: 0px;
                }
}
