﻿.gridJsHeader {
    position: absolute;
    top: 0;
    padding-top: 6px;
}

.gridJsFundoHeader {
    background-color: #eee;
    width: 100%;
    height: 37px;
    position: absolute;
    margin-top: -1px;
    border: 1px solid #ccc;
}

[scroll] thead tr {
    background-color: transparent !important;
    border: solid 1px transparent !important;
}

    [scroll] thead tr th {
        padding-left: 5px;
        text-align: center;
        font-size: 11px;
        padding: 10px;
        background-color: transparent !important;
        border-right: solid 1px transparent !important;
        border-left: solid 1px transparent !important;
        border-top: solid 1px transparent !important;
        border-right: solid 1px transparent !important;
    }

.gridJsHeaderGradeOculta {
    height: 0 !important;
    background-color: transparent !important;
}

    .gridJsHeaderGradeOculta th div {
        height: 0 !important;
        overflow: hidden;
    }

.divGrid {
    width: 99.3%;
    clear: both;
    top: 15px;
    margin-bottom: 15px;
    overflow: auto;
    position: relative;
}

    .divGrid #divTamanhoPagina {
        display: block;
        margin-bottom: 5px;
    }

        .divGrid #divTamanhoPagina select {
            padding: 0px;
            margin-right: 2px;
        }

.gridJs {
    border-collapse: collapse;
    width: 100%;
    color: #333;
}

    .gridJs td {
        padding: 3px;
        border: solid 1px #c9c9c9;
        white-space: nowrap;
    }

    .gridJs thead {
        display: none;
    }

    .gridJs tbody tr:hover{
        background: #fffccc;
        color: #333;
    }

    .gridJs tbody tr td:first-child {
        border-left: 1px solid #ddd;
    }

    .gridJs tbody tr td {
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
    }

.gridHeader {
    width: 100%;
    text-align: left;
    white-space: nowrap;
    color: #808080;
}

    .gridHeader th {
        padding-left: 5px;
        text-align: center;
        font-size: 11px;
        padding: 10px;
        background-color: #eee;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ccc;
        border-top: 1px solid #ccc;
    }

        .gridHeader th:nth-child(1) {
            text-align: left;
        }

.gridLine {
    width: 100%;
    background: #F2F2F2;
    font-size: 11px;
}

    .gridLine img {
        margin: 3px 5px 3px 10px;
    }

    .gridLine td {
        padding-left: 3px;
    }

.gridCenter {
    text-align: center;
}

.gridOcultar {
    display: none;
}

.colunaInput input {
    float: left;
}

.gridJs img {
    margin: 3px 5px 3px 10px;
}

.valorNegativo {
    color: Red;
}

td[class~="numero"], th[class~="numero"] {
    text-align: right;
    padding-right: 10px;
}

.gridImgExcluir {
    background: url(/utils/img/grid/excluir.png);
    background-size: 100% !important;
    cursor: pointer;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 6px;
}

.gridImgEditar {
    background: url(/utils/img/grid/editar.png);
    background-size: 100% !important;
    cursor: pointer;
    width: 32px;
    height: 32px;
    margin-left: 6px;
}

.imgMoeda {
    margin: 0 auto;
    padding-right: 4px;
}

.sortboth
{
    background-image: url(/utils/img/grid/sort_both.png);
    background-repeat: no-repeat;
    background-position: right 3px;
}

.sorting_asc
{
    background-image: url(/utils/img/grid/sort_desc.png);
    background-repeat: no-repeat;
    background-position: right 4px;
}