* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

td{
    font-weight: normal;
}

i{
    position: absolute;
    right: -4px;
    top: 0px;
    display: block;
    content: "";
    width: 5px;
    height: 0px;
    border-left: 0px solid transparent;
    border-right: 5px solid transparent; 
    transform: rotate(315deg);  
}

.exportsBtnexportsBtn{
    display: flexbox;
}

.table:hover{
    cursor:pointer;
}

table{
    padding: 10px;
}



.badge{
    color: black !important;
}

.botoes{
    display: flex;
    justify-content: space-between;    
    align-items: center;
}


td{
    color: #000 ;
}

thead{
    padding: 10px;
}

body,
html {
    height: 100%;
    font-family: sans-serif
}

a {
    margin: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s
}

 tr:hover {
    cursor: pointer
 } 

.limiter {
    width: 100%;
    margin: 0 auto
}

table {
    border-spacing: 1;
    border-collapse: collapse;
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    min-width: 80vw;
}

table{
    -webkit-box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 12px 3px rgba(0, 0, 0, 0.15);
}

table * {
    position: relative;
    
}
tbody, td, tfoot, th, thead, tr{ 
     border-color: none !important; 
     border-style: none !important; 
     border-width: 0 !important;
}

table td,
table th {
    padding-left: 8px;
    padding: 15px !important;
}


/* table tbody tr {
    height: 50px
} */

table tbody tr:last-child {
    border: 0
}

table td,
table th {
    text-align: left
}

table td.l,
table th.l {
    text-align: right
}

table td.c,
table th.c {
    text-align: center
}

table td.r,
table th.r {
    text-align: center
}


.table100-head th {
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
}

.modal-dialog{
    min-width: 90vw;
 }


