﻿
.table-container {
    width: 100%;
    height: 100%;
    overflow-x: auto;
    position: relative;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 5px;
    background-color: white;
}

.table-wrapper {
    width: 100%;
    position: relative;
}

.table-1 {
    border-collapse: collapse;
    width: 100%;
    background-color: white;
}

    .table-1.min-height-300 {
        min-height: 300px !important;
    }


    .table-1 thead th {
        position: sticky;
        top: 0;
        background-color: #f8f9fe;
        color: white;
        z-index: 10;
        border: 0;
        min-width: 100px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .table-1 th h2 {
        font-size: 14px;
        font-weight: bold;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block; /* ou block */
        margin: 0px;
    }

    .table-1 table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-1 tr {
        border-bottom: 1px solid #e9e9e9;
        height: 50px;
        padding-left: 40px !important;
    }

        .table-1 tr:hover {
            cursor: pointer;
            background-color: rgba(51, 51, 51, 0.05);
        }

            .table-1 tr:hover row-default {
                cursor: pointer;
                background-color: rgba(51, 51, 51, 0.05);
            }

    .table-1 td {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
    }

    .table-1 tbody tr td h2 {
        font-size: 12px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block; /* ou block */
        margin: 0px;
    }

    .table-1 tr:hover td h2 {
        color:black;
    }

    .table-1 tbody tr td:first-child {
        padding-left: 10px !important;
    }

    .table-1 thead tr th:first-child {
        padding-left: 10px !important;
    }

#ImgActionOn {
    display: none;
    height: 18px;
    width: auto;
}

#ImgActionOff {
    display: flex;
    height: 18px;
    width: auto;
}


table tbody tr:hover #ImgActionOn {
    display: flex;
}

table tbody tr:hover #ImgActionOff {
    display: none;
}

.border-tabela {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.border-foot {
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.select-paginas {
    height: 25px;
    max-width: 65px;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.table-maximizado {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: white;
    z-index: 201;
    padding: 20px;
}


.tabela-info {
    height: 30px;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 10px;
}

    .tabela-info img {
        height: 13px;
        width: auto;
        margin-right: 10px;
    }



#ImgActionOn {
    display: none;
    height: 18px;
    width: auto;
}

#ImgActionOff {
    display: flex;
    height: 18px;
    width: auto;
}


table tbody tr:hover #ImgActionOn {
    display: flex;
}

table tbody tr:hover #ImgActionOff {
    display: none;
}


.btn-icone.tabela{
    margin-left:10px;
}

.row-default.rodape {
    height:50px;
    box-sizing: border-box;
    background-color: white;
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.2);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(0,0,0,0.1);
}

.row-default.rodape h2{
    font-weight:bold;
}

    .rodape-select {
        height: 25px !important;
        max-width: 65px;
        text-align: center;
        -webkit-appearance: none;
        -moz-appearance: none;
    }



.btn-icone.tabela-head:hover {
    background-color: #f8f9fe
}

.row-default.tabela-filtro-row{
    height:40px;
}

.row-default.tabela-filtro-row:hover{
    background-color:rgba(51, 51, 51, 0.05);
    cursor:pointer;
}

.row-default.tabela-filtro-row input{
    margin-right:10px;
}

@media(max-width:1024px) {
    .row-default.rodape h2 {
        font-size:11px;
    }
}