table:not(.table-condensed){
    width:100%;
    border-collapse:collapse!important;
    border:1px solid #e5e5e5
}
table:not(.table-condensed) thead{
    color:#fff;
    font-size:14.5px
}
table:not(.table-condensed) thead tr,table:not(.table-condensed) thead tr th{
    color:inherit;
    height:45px;
    vertical-align:middle
}
table:not(.table-condensed) thead tr th{
    top:0;
    background-color:#3159A6
}
table:not(.table-condensed) tbody tr td,table:not(.table-condensed) thead tr th{
    padding:0 20px;
    text-align:start
}
table:not(.table-condensed) tbody{
    background-color:#fff;
    font-size:13px
}
table:not(.table-condensed) tbody tr,table:not(.table-condensed) tbody tr td{
    height:41px;
    vertical-align:middle;
    font-weight: bold;
    position:relative
}
table:not(.table-condensed) tbody tr td :not(section):not(li):not(:first-child):not(.dropdown-item){
    margin-left:.5rem
}
table:not(.table-condensed) tbody tr:not(:last-of-type){
    border-bottom:1px solid #e5e5e5
}
table:not(.table-condensed) tbody tr:hover>td:first-of-type{
    position:relative
}
table:not(.table-condensed) tbody tr td button{
    position:relative
}
table:not(.table-condensed) tbody tr td button section{
    position:absolute;
    background-color:#fff;
    border-radius:10px;
    box-shadow:5px 5px 3px #ccc;
    min-width:200px;
    top:30px;
    top:calc(100% + 10px);
    right:0;
    z-index:153;
    overflow:hidden;
    opacity:0;
    pointer-events:none;
    transform:scale(0);
    border:1px solid #e3e3e3;
    -webkit-transition:all .3s ease;
    -moz-transition:all .3s ease;
    -ms-transition:all .3s ease;
    -o-transition:all .3s ease;
    transition:all .3s ease
}
table:not(.table-condensed) tbody tr td button section.ativo{
    opacity:1;
    pointer-events:all;
    transform:scale(1)
}
table:not(.table-condensed) tbody tr td button section ul li a{
    padding:10px 20px;
    display:flex;
    align-items:center;
    justify-content:center
}
table:not(.table-condensed) tbody tr td button section ul li:not(:last-of-type){
    border-bottom:1px solid #e4e4e4
}
table:not(.table-condensed) tbody tr td button section ul li a:hover{
    background-color:#00a5e7;
    color:#fff
}
.pagination{
    display:flex;
    padding-left:0;
    border-radius:.25rem;
    font-size:13px
}
.page-item.disabled .page-link{
    color:#6c757d;
    pointer-events:none;
    cursor:auto;
    background-color:#fff;
    border-color:#dee2e6
}
.page-item:first-child .page-link{
    margin-left:0;
    border-top-left-radius:.25rem;
    border-bottom-left-radius:.25rem
}
.page-link:not(:disabled):not(.disabled){
    cursor:pointer
}
.page-link{
    position:relative;
    display:block;
    padding:.5rem .75rem;
    margin-left:-1px;
    line-height:1.25;
    color:#0095ff;
    background-color:#fff;
    border:1px solid #dee2e6
}
.page-item:last-child .page-link{
    margin-right:0;
    border-top-right-radius:.25rem;
    border-bottom-right-radius:.25rem
}
.page-item.active .page-link{
    z-index:3;
    color:#fff;
    background-color:#0095ff;
    border-color:#0095ff
}
.page-link:hover{
    z-index:3;
    color:#fff;
    background-color:#0095ff;
    border-color:#0095ff
}
.DTFC_RightBodyLiner{
    overflow-y:unset!important;
    width:fit-content!important
}
.DTFC_RightBodyWrapper{
    overflow:unset!important
}
.dataTables_scrollBody::-webkit-scrollbar{
    height:10px;
    background-color:#f4f4f4;
    border-radius:10px;
    border:1px solid #dee2e6;
    cursor:pointer
}
.dataTables_scrollBody::-webkit-scrollbar-thumb{
    -webkit-border-radius:10px;
    border-radius:10px;
    background:#0098da;
    box-shadow:0 .125rem .25rem rgba(0,0,0,.075);
    -webkit-box-shadow:inset 0 0 6px #00a5e7
}
.dataTables_scrollBody{
    scrollbar-color:#0098da #f4f4f4;
    scrollbar-width:inherit;
    scrollbar-shadow-color:0 .125rem .25rem rgba(0,0,0,.075)
}
.DTFC_RightBodyLiner{
    padding-right:0!important
}
table.dataTable{
    margin-top:0!important;
    margin-bottom:0!important
}
.box-table table:first-of-type{
    border-collapse:separate!important;
    border-spacing:unset
}
.box-table table:first-child tr:first-of-type>:first-child{
    border-top-left-radius:10px
}
.box-table table:first-child tr:first-of-type>:last-child{
    border-top-right-radius:10px
}
.box-table table:first-child thead~tbody tr:first-of-type>:first-child{
    border-top-left-radius:0
}
.box-table table:first-child thead~tbody tr:first-of-type>:last-child{
    border-top-right-radius:0
}
.box-table table:first-child tr:last-child td:first-child{
    border-bottom-left-radius:10px
}
.box-table table:first-child tr:last-child td:last-child{
    border-bottom-right-radius:10px
}
.box-table table:first-child tr:last-child{
    border-bottom:none
}
.box-table table:first-child tr:first-child td{
    border-top:1px solid #e5e5e5
}
.box-table table:first-child tr:last-child td{
    border-bottom:1px solid #e5e5e5
}
.box-table table:first-child tr>:first-child{
    border-left:1px solid #e5e5e5
}
.box-table table:first-child tr>:last-child{
    border-right:1px solid #e5e5e5
}
.box-table table:last-child tr:first-child th:last-child{
    border-top-right-radius:10px
}
.box-table table:last-child tr:last-child td:last-child{
    border-bottom-left-radius:0
}
.box-table table td,.box-table table th{
    padding:.75rem;
    vertical-align:top;
    border-top:1px solid #dee2e6
}
table.dataTable{
    margin-top:0!important;
    margin-bottom:0!important
}
table:not(.table-condensed){
    border:none
}
@media only screen and (max-width:540px){
    .responsive tbody,.responsive td,.responsive th,.responsive thead,.responsive tr,table.responsive{
        display:block
    }
    .responsive thead{
        height:0!important
    }
    .responsive thead tr{
        position:absolute;
        top:-9999px;
        left:-9999px
    }
    .responsive tbody tr{
        margin:0 0 2rem 0;
        height:auto!important;
        border-bottom:none!important
    }
    .responsive tr td:first-child{
        background:#e5e5e5
    }
    .responsive td{
        border:none;
        padding-left:50%;
        display:flex;
        align-items:center;
        justify-content:flex-end;
        text-align:start!important
    }
    .responsive td::before{
        content:attr(data-coluna);
        top:0;
        left:0;
        width:100%;
        padding-right:10px;
        white-space:nowrap;
        display:flex
    }
    .box-table.box-table-responsive table:first-child tr:first-of-type>:first-child{
        border-top-left-radius:0
    }
    .box-table.box-table-responsive table:first-child tr:first-of-type>:last-child{
        border-top-right-radius:0
    }
    .box-table.box-table-responsive table:first-child thead~tbody tr:first-of-type>:first-child{
        border-top-left-radius:0
    }
    .box-table.box-table-responsive table:first-child thead~tbody tr:first-of-type>:last-child{
        border-top-right-radius:0
    }
    .box-table.box-table-responsive table:first-child tr:last-child td:first-child{
        border-bottom-left-radius:0
    }
    .box-table.box-table-responsive table:first-child tr:last-child td:last-child{
        border-bottom-right-radius:0
    }
    .box-table.box-table-responsive table:first-child tr:last-child{
        border-bottom:none
    }
    .box-table.box-table-responsive table:first-child tr:first-child td{
        border-top:none
    }
    .box-table.box-table-responsive table:first-child tr:last-child td{
        border-bottom:none
    }
    .box-table.box-table-responsive table:first-child tr>:first-child{
        border-left:none
    }
    .box-table.box-table-responsive table:first-child tr>:last-child{
        border-right:none
    }
    .box-table.box-table-responsive table:last-child tr:first-child th:last-child{
        border-top-right-radius:0
    }
    .box-table.box-table-responsive table:last-child tr:last-child td:last-child{
        border-bottom-left-radius:0
    }
    .box-table.box-table-responsive table td,.box-table.box-table-responsive table th{
        padding:.75rem;
        vertical-align:top;
        border-top:1px solid #dee2e6
    }
}
