﻿BODY, INPUT, SELECT, TD, BUTTON {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #454545;
    font-size: 13px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
}

button {
    vertical-align: middle;
    padding: 5px 10px 5px 10px;
    margin-right: 5px;
    cursor: pointer;
}

freeze-table-container {
    max-width: 40em;
    max-height: 20em;
    overflow: scroll;
    position: relative;
}

.freeze-table {
    position: relative;
}

    .freeze-table td, th {
        padding: 0.25em;
    }

.freeze-table-header {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 1px;
    height: 22px;
    z-index: 9;
}

.freeze-table-header-second-line {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 24px;
    z-index: 9;
}

.freeze-table-header-column {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 1px !important;
    left: 0;
    z-index: 10;
}

.freeze-table-column {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    border-right: 1px solid #CCC;
    z-index: 8;
}

.img-numerador {
   vertical-align: middle;
   margin-bottom: 5px;
}